forked from pool/iptables
Accepting request 24177 from Base:System
Copy from Base:System/iptables based on submit request 24177 from user puzel OBS-URL: https://build.opensuse.org/request/show/24177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=16
This commit is contained in:
parent
6f3c909c8a
commit
15622303a5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8c28e765de073bb75759ba8a4ae87c972ac805e4638d6addcc740cf75472cab
|
|
||||||
size 67369
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 12 08:21:35 UTC 2009 - puzel@novell.com
|
||||||
|
|
||||||
|
- remove outdated howtos (bnc#551748)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
Wed Jul 15 17:53:13 CEST 2009 - kay.sievers@novell.com
|
Wed Jul 15 17:53:13 CEST 2009 - kay.sievers@novell.com
|
||||||
|
|
||||||
- fix libdir/libexecdir on 64bit installation
|
- fix libdir/libexecdir on 64bit installation
|
||||||
|
@ -22,11 +22,9 @@ Name: iptables
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Version: 1.4.4
|
Version: 1.4.4
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: IP Packet Filter Administration
|
Summary: IP Packet Filter Administration
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
# http://netfilter.org/documentation/index.html#documentation-howto
|
|
||||||
Source1: %{name}-1.4.3-howtos.tar.bz2
|
|
||||||
Patch0: %{name}-batch.patch
|
Patch0: %{name}-batch.patch
|
||||||
Url: http://www.iptables.org
|
Url: http://www.iptables.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -60,7 +58,7 @@ Authors:
|
|||||||
Netfilter Core Team <netfilter-core@linuxcare.com.au>
|
Netfilter Core Team <netfilter-core@linuxcare.com.au>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 1
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -69,9 +67,6 @@ autoreconf -f -i
|
|||||||
--enable-libipq \
|
--enable-libipq \
|
||||||
--libexecdir=%{_libdir}
|
--libexecdir=%{_libdir}
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
# build howtos
|
|
||||||
cd howtos
|
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -90,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING INCOMPATIBILITIES howtos/*.html
|
%doc COPYING INCOMPATIBILITIES
|
||||||
%doc %{_mandir}/man8/*
|
%doc %{_mandir}/man8/*
|
||||||
%{_bindir}/iptables*
|
%{_bindir}/iptables*
|
||||||
%{_sbindir}/iptables*
|
%{_sbindir}/iptables*
|
||||||
|
Loading…
Reference in New Issue
Block a user