From da00953f5e68d5760d4f9a8d4da99250141ded5f Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Fri, 22 Feb 2013 09:52:42 +0100 Subject: [PATCH] fix triggerun condition (#895475) --- dhcp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index 4a22225..d26b65b 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -18,7 +18,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.2.5 -Release: 5%{?dist} +Release: 7%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # 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. @@ -490,7 +490,7 @@ fi %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 for servicename in dhcpd dhcpd6 dhcrelay; do if [ -f %{_sysconfdir}/sysconfig/${servicename} ]; then @@ -577,6 +577,12 @@ done %changelog +* Fri Feb 22 2013 Jiri Popelka - 12:4.2.5-7 +- remove triggerun condition (#895475) + +* Fri Feb 22 2013 Jiri Popelka - 12:4.2.5-6 +- bump release number (to stay in sync with rawhide) + * Thu Jan 24 2013 Jiri Popelka - 12:4.2.5-5 - remove missing-ipv6-not-fatal.patch because the concerning code is later removed with getifaddrs.patch