[iptables] Don't order services after syslog.target.

Jiří Popelka jpopelka at fedoraproject.org
Mon Jan 20 17:57:06 UTC 2014


commit 77482a7964006d549eac1b31368338c8325a1d5f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 19 17:18:25 2014 +0200

    Don't order services after syslog.target.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1055204

 iptables.service |    1 -
 iptables.spec    |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/iptables.service b/iptables.service
index aa058c2..86610ea 100644
--- a/iptables.service
+++ b/iptables.service
@@ -1,6 +1,5 @@
 [Unit]
 Description=IPv4 firewall with iptables
-After=syslog.target
 ConditionPathExists=/etc/sysconfig/iptables
 
 [Service]
diff --git a/iptables.spec b/iptables.spec
index b6a545a..41cf8da 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -7,7 +7,7 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
 Version: 1.4.21
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -205,6 +205,9 @@ done
 
 
 %changelog
+* Sun Jan 19 2014 Ville Skyttä <ville.skytta at iki.fi> - 1.4.21-7
+- Don't order services after syslog.target.
+
 * Wed Jan 15 2014 Thomas Woerner <twoerner at redhat.com> 1.4.21-6
 - Enable connlabel support again, needs libnetfilter_conntrack
 


More information about the scm-commits mailing list