From 3878a45f2b3a064a9c5daa452f53c43c7d506fff Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 9 Dec 2005 22:41:00 +0000 Subject: [PATCH] gcc update bump --- iptables.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index 9edb2ea..a195a32 100644 --- a/iptables.spec +++ b/iptables.spec @@ -3,7 +3,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities. Version: 1.3.4 -Release: 2 +Release: 2.1 Source: http://www.netfilter.org/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -146,6 +146,9 @@ fi %endif %changelog +* Fri Dec 09 2005 Jesse Keating +- rebuilt + * Fri Nov 25 2005 Thomas Woerner 1.3.4-2 - fix for plugin problem: link with "gcc -shared" instead of "ld -shared" and replace "_init" with "__attribute((constructor)) my_init"