From e34d762c5c06f840d5204b8c404af9d60b56c6d7 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Thu, 8 Nov 2012 13:03:44 +0100 Subject: [PATCH] - fixed path of ip6tables.init in ip6tables.service --- iptables.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index 4594071..6858466 100644 --- a/iptables.spec +++ b/iptables.spec @@ -25,7 +25,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities Version: 1.4.16.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 @@ -152,7 +152,7 @@ install -c -m 755 ip6tables-config %{buildroot}/etc/sysconfig/ip6tables-config # install systemd service files install -d -m 755 %{buildroot}/%{_unitdir} install -c -m 755 %{SOURCE3} %{buildroot}/%{_unitdir} -sed -e 's;iptables;ip6tables;g' -e 's;IPv4;IPv6;g' < %{SOURCE3} > ip6tables.service +sed -e 's;iptables;ip6tables;g' -e 's;IPv4;IPv6;g' -e 's;/usr/libexec/ip6tables;/usr/libexec/iptables;g' < %{SOURCE3} > ip6tables.service install -c -m 755 ip6tables.service %{buildroot}/%{_unitdir} %endif @@ -295,6 +295,9 @@ fi %changelog +* Thu Nov 8 2012 Thomas Woerner 1.4.16.2-5 +- fixed path of ip6tables.init in ip6tables.service + * Fri Nov 2 2012 Thomas Woerner 1.4.16.2-4 - fixed missing services for update of pre F-18 installations (rhbz#867960) - provide and obsolete old main package in services sub package