[iptables/f17] - reenable iptables default services

Thomas Woerner twoerner at fedoraproject.org
Mon Apr 23 18:09:18 UTC 2012


commit 566ade3bdb8aedad5c523ac4c785549edd11d576
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Mon Apr 23 20:08:59 2012 +0200

    - reenable iptables default services

 iptables.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/iptables.spec b/iptables.spec
index 52344c8..039c6c1 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -13,7 +13,7 @@
 %endif
 
 # default service
-%if 0%{?fedora} < 17 && 0%{?rhel} < 7
+%if 0%{?fedora} < 18 && 0%{?rhel} < 7
     %bcond_without default_service
 %else
     %bcond_with default_service
@@ -22,7 +22,7 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
 Version: 1.4.12.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -246,6 +246,9 @@ fi
 %{_libdir}/pkgconfig/xtables.pc
 
 %changelog
+* Mon Apr 23 2012 Thomas Woerner <twoerner at redhat.com> 1.4.12.2-5
+- reenable iptables default services
+
 * Wed Feb 29 2012 Harald Hoyer <harald at redhat.com> 1.4.12.2-4
 - install everything in /usr
   https://fedoraproject.org/wiki/Features/UsrMove


More information about the scm-commits mailing list