diff --git a/README.dhclient.d b/README.dhclient.d index c629eb8..6899aaa 100644 --- a/README.dhclient.d +++ b/README.dhclient.d @@ -10,7 +10,7 @@ for that component (e.g., NTP options belong in a handler in the ntp package). To make maintenance easier, application specific DHCP options can be handled -by creating a script with two functions and placing it in /etc/dhcp/dhclient.d +by creating a bash script with two functions and placing it in /etc/dhcp/dhclient.d The script must follow a specific form: diff --git a/dhcp.spec b/dhcp.spec index 4f4096a..1a1651b 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -18,7 +18,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.3.3 -Release: 12.%{patchver}%{?dist} +Release: 13.%{patchver}%{?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. @@ -668,6 +668,9 @@ done %doc doc/html/ %changelog +* Wed Mar 23 2016 Zdenek Dohnal zdohnal@redhat.com - 12:4.3.3-13.P1 +- Mentioning the bash script is needed in README.dhclient.d + * Wed Feb 03 2016 Fedora Release Engineering - 12:4.3.3-12.P1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild