diff --git a/dhcp.spec b/dhcp.spec index f415110..61b15ca 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -1,7 +1,7 @@ %define patchver %(echo %version | cut -d. -f4) %define releasever %(echo %version | cut -d. -f1-3) Name: dhcp -Version: 4.3.3.p1 +Version: 4.3.4 Release: 1mamba Summary: The ISC DHCP (Dynamic Host Configuration Protocol) client Group: System/Servers @@ -79,7 +79,7 @@ This package contains the DHCP server. #%setup -q -n %{name}-%{releasever}%{?patchver:-%patchver} %setup -q -n %{name}-%{releasever} #%patch0 -p1 -%patch1 -p1 +#%patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 @@ -208,6 +208,9 @@ grep "^send host-name" %{_sysconfdir}/dhclient.conf >/dev/null || { %doc RELNOTES doc %changelog +* Tue Apr 19 2016 Automatic Build System 4.3.4-1mamba +- automatic version update by autodist + * Tue Feb 16 2016 Automatic Build System 4.3.3.p1-1mamba - automatic version update by autodist