Fix for spec file from Ajay Ramaswamy

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@142 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-07-18 13:50:01 +00:00
parent 44e0821f66
commit 92f5a433dd

View File

@ -11,10 +11,10 @@ Prefix: %{prefix}
License: GPL
Packager: Tom Eastep <teastep@shorewall.net>
Group: Networking/Utilities
Source: %{name}-%{version}.%{release}.tgz
Source: %{name}-%{version}.tgz
URL: http://www.shorewall.net/
BuildArch: noarch
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: iptables
Conflicts: kernel <= 2.2
@ -30,7 +30,7 @@ server systems.
%prep
%setup -n %name-%version.%release
%setup
%build