forked from pool/iptables
This commit is contained in:
parent
924957f3bd
commit
b27fc867de
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 17 17:23:48 CEST 2009 - puzel@novell.com
|
||||||
|
|
||||||
|
- install iptables-apply
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 17 12:15:58 CEST 2009 - puzel@suse.cz
|
Wed Jun 17 12:15:58 CEST 2009 - puzel@suse.cz
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ 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: 1
|
Release: 2
|
||||||
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
|
# http://netfilter.org/documentation/index.html#documentation-howto
|
||||||
@ -74,6 +74,9 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
# iptables-apply is not installed by upstream Makefile
|
||||||
|
install -m0755 iptables-apply $RPM_BUILD_ROOT%{_sbindir}/
|
||||||
|
install -m0644 iptables-apply.8 $RPM_BUILD_ROOT%{_mandir}/man8/
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libxtables.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libxtables.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libiptc.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libiptc.la
|
||||||
|
|
||||||
@ -105,6 +108,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libiptc.pc
|
%{_libdir}/pkgconfig/libiptc.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 17 2009 puzel@novell.com
|
||||||
|
- install iptables-apply
|
||||||
* Wed Jun 17 2009 puzel@suse.cz
|
* Wed Jun 17 2009 puzel@suse.cz
|
||||||
- update to iptables-1.4.4
|
- update to iptables-1.4.4
|
||||||
* support for the new features in the 2.6.30 kernel, namely the
|
* support for the new features in the 2.6.30 kernel, namely the
|
||||||
|
Loading…
Reference in New Issue
Block a user