This commit is contained in:
Jiri Popelka 2015-09-04 10:54:41 +02:00
parent fddc6e1329
commit 48bc1f5d15
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/dhcp-4.3.2b1.tar.gz
/dhcp-4.3.2.tar.gz
/dhcp-4.3.3b1.tar.gz
/dhcp-4.3.3.tar.gz

View File

@ -12,13 +12,13 @@
%global prever b1
#%%global VERSION %{version}-%{patchver}
#%%global VERSION %{version}
%global VERSION %{version}%{prever}
#%%global VERSION %{version}%{prever}
%global VERSION %{version}
Summary: Dynamic host configuration protocol software
Name: dhcp
Version: 4.3.3
Release: 0.2%{prever}%{?dist}
Release: 1%{?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.
@ -656,6 +656,9 @@ done
%doc doc/html/
%changelog
* Fri Sep 04 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.3-1
- 4.3.3
* Tue Aug 11 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.3-0.2b1
- dhclient-script: respect DEFROUTE/GATEWAYDEV if Classless Static Routes are offered (#1251644)

View File

@ -1 +1 @@
a4c239bcf752b9b32f92d13f1b7cfa6a dhcp-4.3.3b1.tar.gz
c5577b09c9017cdd319a11ff6364268e dhcp-4.3.3.tar.gz