- Resolves: 1255578 - conntrackd could neither be started nor be stopped
This commit is contained in:
parent
205ad0f585
commit
44752ab128
@ -1,6 +1,6 @@
|
|||||||
Name: conntrack-tools
|
Name: conntrack-tools
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Manipulate netfilter connection tracking table and run High Availability
|
Summary: Manipulate netfilter connection tracking table and run High Availability
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -81,6 +81,9 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/
|
|||||||
%systemd_postun conntrackd.service
|
%systemd_postun conntrackd.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 18 2015 Paul Wouters <pwouters@redhat.com> - 1.4.2-9
|
||||||
- Resolves: rhbz#CVE-2015-6496, rhbz#1253757
|
- Resolves: rhbz#CVE-2015-6496, rhbz#1253757
|
||||||
- Fold in upstream patches since 1.4.2 release up to git 900d7e8
|
- Fold in upstream patches since 1.4.2 release up to git 900d7e8
|
||||||
|
@ -5,6 +5,8 @@ Wants=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
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
|
ExecStart=/usr/sbin/conntrackd -C /etc/conntrackd/conntrackd.conf
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user