SHA256
1
0
forked from pool/iptables
OBS User unknown 2007-03-15 00:40:35 +00:00 committed by Git OBS Bridge
parent 9c6ffa1eee
commit 791d78b026
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 13 14:08:25 CET 2007 - prusnak@suse.cz
- added initial setting of KERNEL_DIR variable in %install section of spec file
-------------------------------------------------------------------
Tue Jan 9 14:52:15 CET 2007 - prusnak@suse.cz

View File

@ -16,7 +16,7 @@ License: GNU General Public License (GPL)
Group: Productivity/Networking/Security
Autoreqprov: on
Version: 1.3.7
Release: 4
Release: 10
Summary: IP Packet Filter Administration
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-%{version}-debian-docs.tar.bz2
@ -75,6 +75,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
make LD=gcc BINDIR=%{_prefix}/sbin LIBDIR=%{_libdir} MANDIR=%{_mandir} KERNEL_DIR="$KERNEL_DIR" iptables-batch ip6tables-batch
%install
[ -z "$KERNEL_DIR" ] && KERNEL_DIR="/usr/src/linux";
CFLAGS="$RPM_OPT_FLAGS" \
make IPT_LIBDIR=%{_libdir}/iptables \
BINDIR=$RPM_BUILD_ROOT%{_prefix}/sbin \
@ -101,7 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%{_prefix}/include/*
%changelog -n iptables
%changelog
* Tue Mar 13 2007 - prusnak@suse.cz
- added initial setting of KERNEL_DIR variable in %%install section of spec file
* Tue Jan 09 2007 - prusnak@suse.cz
- added experimental tools and extensions (removed by last update)
* Wed Jan 03 2007 - prusnak@suse.cz