This commit is contained in:
Jiri Popelka 2014-08-12 10:51:29 +02:00
parent 3c1fe8380f
commit 2fe1a326ed
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/dhcp-4.3.0rc1.tar.gz
/dhcp-4.3.0.tar.gz
/dhcp-4.3.1b1.tar.gz
/dhcp-4.3.1.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.1
Release: 0.7.%{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.
@ -650,6 +650,9 @@ done
%doc doc/html/
%changelog
* Tue Aug 12 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-1
- 4.3.1
* Tue Aug 05 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.1-0.7.b1
- dhclient-script: it's OK if the arping reply comes from our system (#1116004)

View File

@ -1 +1 @@
cf83991a90e1b5808bf03b3ee03e39f0 dhcp-4.3.1b1.tar.gz
b3a42ece3c7f2cd2e74a3e12ca881d20 dhcp-4.3.1.tar.gz