diff --git a/12-dhcpd b/12-dhcpd index 1770696..12282f1 100644 --- a/12-dhcpd +++ b/12-dhcpd @@ -9,3 +9,5 @@ if [ "$STATUS" = "up" ]; then systemctl -q is-enabled dhcpd.service && systemctl restart dhcpd.service systemctl -q is-enabled dhcpd6.service && systemctl restart dhcpd6.service fi + +exit 0 diff --git a/dhcp.spec b/dhcp.spec index 91c71ad..6c36ce1 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -18,7 +18,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.2.5 -Release: 16%{?dist} +Release: 17%{?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. @@ -609,6 +609,9 @@ done %changelog +* Mon Jul 29 2013 Jiri Popelka - 12:4.2.5-17 +- 12-dhcpd previously exited with error status 1 (#989207) + * Mon Jul 15 2013 Tomas Hozza - 12:4.2.5-16 - rebuild against new bind