fix triggerun condition (#895475)
This commit is contained in:
parent
7dd2c30c88
commit
da00953f5e
10
dhcp.spec
10
dhcp.spec
@ -18,7 +18,7 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.2.5
|
Version: 4.2.5
|
||||||
Release: 5%{?dist}
|
Release: 7%{?dist}
|
||||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||||
# that's why it is at 12 now. It should have never been used, but it was.
|
# that's why it is at 12 now. It should have never been used, but it was.
|
||||||
@ -490,7 +490,7 @@ fi
|
|||||||
|
|
||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%triggerun -- dhcp < 12:4.2.4-14.P1
|
%triggerun -- dhcp
|
||||||
# convert DHC*ARGS from /etc/sysconfig/dhc* to /etc/systemd/system/dhc*.service
|
# convert DHC*ARGS from /etc/sysconfig/dhc* to /etc/systemd/system/dhc*.service
|
||||||
for servicename in dhcpd dhcpd6 dhcrelay; do
|
for servicename in dhcpd dhcpd6 dhcrelay; do
|
||||||
if [ -f %{_sysconfdir}/sysconfig/${servicename} ]; then
|
if [ -f %{_sysconfdir}/sysconfig/${servicename} ]; then
|
||||||
@ -577,6 +577,12 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 22 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-7
|
||||||
|
- remove triggerun condition (#895475)
|
||||||
|
|
||||||
|
* Fri Feb 22 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-6
|
||||||
|
- bump release number (to stay in sync with rawhide)
|
||||||
|
|
||||||
* Thu Jan 24 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-5
|
* Thu Jan 24 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-5
|
||||||
- remove missing-ipv6-not-fatal.patch because the concerning code is later
|
- remove missing-ipv6-not-fatal.patch because the concerning code is later
|
||||||
removed with getifaddrs.patch
|
removed with getifaddrs.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user