From 82b9fbf5dd2f3d71bdf17fe96da6675ddb09e994 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:19:25 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20iptable?= =?UTF-8?q?s-1.1.1-2.src.rpm=20Thu=20Aug=2017=202000=20Bill=20Nottingham?= =?UTF-8?q?=20=20-=20build=20everywhere=20Tue=20Jul=20?= =?UTF-8?q?25=202000=20Bernhard=20Rosenkraenzer=20=20-=20?= =?UTF-8?q?1.1.1=20Thu=20Jul=2013=202000=20Prospector=20=20-=20automatic=20rebuild=20Tue=20Jun=2027=202000=20Preston?= =?UTF-8?q?=20Brown=20=20-=20move=20iptables=20to=20/sb?= =?UTF-8?q?in.=20-=20excludearch=20alpha=20for=20now,=20not=20building=20t?= =?UTF-8?q?here=20because=20of=20compiler=20bug(=3F)=20Fri=20Jun=2009=2020?= =?UTF-8?q?00=20Bill=20Nottingham=20=20-=20don't=20obs?= =?UTF-8?q?olete=20ipchains=20either=20-=20update=20to=201.1.0=20Sun=20Jun?= =?UTF-8?q?=2004=202000=20Bill=20Nottingham=20=20-=20r?= =?UTF-8?q?emove=20explicit=20kernel=20requirement=20Tue=20May=2002=202000?= =?UTF-8?q?=20Bernhard=20Rosenkr=E4nzer=20=20-=20initial?= =?UTF-8?q?=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + iptables.spec | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 73 insertions(+) create mode 100644 iptables.spec diff --git a/.cvsignore b/.cvsignore index e69de29..7efef37 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +iptables-1.1.1.tar.bz2 diff --git a/iptables.spec b/iptables.spec new file mode 100644 index 0000000..30b8369 --- /dev/null +++ b/iptables.spec @@ -0,0 +1,71 @@ +Name: iptables +Summary: Tools for managing Linux kernel packet filtering capabilities. +Version: 1.1.1 +Release: 2 +Source: http://netfilter.kernelnotes.org/%{name}-%{version}.tar.bz2 +Group: System Environment/Base +URL: http://netfilter.kernelnotes.org/ +BuildRoot: %{_tmppath}/%{name}-buildroot +License: GPL +BuildPrereq: /usr/bin/perl +#Requires: kernel >= 2.3.99 +#Obsoletes: ipchains +Prefix: %{_prefix} +Patch: iptables-nopatchcheck.patch +# ICE +ExcludeArch: alpha + +%description +iptables controls the Linux kernel network packet filtering code. +It allows you to set up firewalls and IP masquerading, etc. + +Install iptables if you need to set up firewalling for your +network. + +%prep +rm -rf %{buildroot} + +%setup -q +%patch -p1 +# Put it to a reasonable place +perl -pi -e "s,/usr/local,%{prefix},g" * */* + +%build +make COPT_FLAGS="$RPM_OPT_FLAGS" + +%install +make install DESTDIR=%{buildroot} BINDIR=/sbin MANDIR=%{_mandir} + +%clean +rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name} + +%files +%defattr(-,root,root,0755) +/sbin/iptables +%{_mandir}/*/* +%dir %{prefix}/lib/iptables +%{prefix}/lib/iptables/* + +%changelog +* Thu Aug 17 2000 Bill Nottingham +- build everywhere + +* Tue Jul 25 2000 Bernhard Rosenkraenzer +- 1.1.1 + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Tue Jun 27 2000 Preston Brown +- move iptables to /sbin. +- excludearch alpha for now, not building there because of compiler bug(?) + +* Fri Jun 9 2000 Bill Nottingham +- don't obsolete ipchains either +- update to 1.1.0 + +* Mon Jun 4 2000 Bill Nottingham +- remove explicit kernel requirement + +* Tue May 2 2000 Bernhard Rosenkränzer +- initial package diff --git a/sources b/sources index e69de29..00f861a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a7c6adeffb21dfcb2a79b0f5825cf547 iptables-1.1.1.tar.bz2