diff --git a/dhcp.spec b/dhcp.spec index 8217a42..33bdf53 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -1,8 +1,8 @@ %define patchver %(echo %version | cut -d. -f4) %define releasever %(echo %version | cut -d. -f1-3) Name: dhcp -Version: 4.3.1 -Release: 3mamba +Version: 4.3.2 +Release: 1mamba Summary: The ISC DHCP (Dynamic Host Configuration Protocol) client Group: System/Servers Vendor: openmamba @@ -83,7 +83,7 @@ This package contains the DHCP server. %patch2 -p1 %patch3 -p1 %patch4 -p1 -%patch5 -p1 +#%patch5 -p1 #cp %{S:4} Makefile.conf # @@ -208,6 +208,9 @@ grep "^send host-name" %{_sysconfdir}/dhclient.conf >/dev/null || { %doc RELNOTES doc %changelog +* Sat Mar 21 2015 Automatic Build System 4.3.2-1mamba +- automatic update by autodist + * Mon Jan 19 2015 Silvan Calarco 4.3.1-3mamba - fix systemd service file (wrong pid reference)