- Resolves: 1255578 - conntrackd could neither be started nor be stopped

This commit is contained in:
Paul Wouters 2015-08-21 13:56:40 -04:00
parent 205ad0f585
commit 44752ab128
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: conntrack-tools
Version: 1.4.2
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Manipulate netfilter connection tracking table and run High Availability
Group: System Environment/Base
License: GPLv2
@ -81,6 +81,9 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/
%systemd_postun conntrackd.service
%changelog
* Fri Aug 21 2015 Paul Wouters <pwouters@redhat.com> - 1.4.2-10
- Resolves: 1255578 - conntrackd could neither be started nor be stopped
* Tue Aug 18 2015 Paul Wouters <pwouters@redhat.com> - 1.4.2-9
- Resolves: rhbz#CVE-2015-6496, rhbz#1253757
- Fold in upstream patches since 1.4.2 release up to git 900d7e8

View File

@ -5,6 +5,8 @@ Wants=network-online.target
[Service]
Type=simple
# rhbz#1255578 daemon will not start if lock file is left dangling
ExecStartPre=/bin/rm -f /var/lock/conntrack.lock
ExecStart=/usr/sbin/conntrackd -C /etc/conntrackd/conntrackd.conf
[Install]