diff --git a/iptables.service b/iptables.service index 6722c7a..342ac93 100644 --- a/iptables.service +++ b/iptables.service @@ -11,8 +11,6 @@ ExecReload=/usr/libexec/iptables/iptables.init reload ExecStop=/usr/libexec/iptables/iptables.init stop Environment=BOOTUP=serial Environment=CONSOLETYPE=serial -StandardOutput=syslog -StandardError=syslog [Install] WantedBy=basic.target diff --git a/iptables.spec b/iptables.spec index 3d7f652..6fd5eef 100644 --- a/iptables.spec +++ b/iptables.spec @@ -19,7 +19,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities URL: http://www.netfilter.org/projects/iptables Version: 1.8.6 -Release: 2%{?dist} +Release: 3%{?dist} Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -442,6 +442,10 @@ fi %changelog +* Mon Nov 16 13:39:22 CET 2020 Phil Sutter - 1.8.6-3 +- Drop obsolete StandardOutput setting from unit file +- Remove StandardError setting from unit file, its value is default + * Thu Nov 5 2020 Florian Weimer - 1.8.6-2 - Remove build dependency on autogen