From 77482a7964006d549eac1b31368338c8325a1d5f Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jan 20 2014 17:56:12 +0000 Subject: Don't order services after syslog.target. https://bugzilla.redhat.com/show_bug.cgi?id=1055204 --- 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ä - 1.4.21-7 +- Don't order services after syslog.target. + * Wed Jan 15 2014 Thomas Woerner 1.4.21-6 - Enable connlabel support again, needs libnetfilter_conntrack