This commit is contained in:
Jiri Popelka 2012-06-06 08:52:35 +02:00
parent 0005ada283
commit f1c2fc7661
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/dhcp-4.2.4b1.tar.gz /dhcp-4.2.4b1.tar.gz
/dhcp-4.2.4rc1.tar.gz /dhcp-4.2.4rc1.tar.gz
/dhcp-4.2.4rc2.tar.gz /dhcp-4.2.4rc2.tar.gz
/dhcp-4.2.4.tar.gz

View File

@ -9,17 +9,16 @@
#%%global patchver P2 #%%global patchver P2
%global prever rc2 #%%global prever rc2
#%%global VERSION %{version}
#%%global VERSION %{version}-%{patchver} #%%global VERSION %{version}-%{patchver}
%global VERSION %{version}%{prever} #%%global VERSION %{version}%{prever}
%global VERSION %{version}
Summary: Dynamic host configuration protocol software Summary: Dynamic host configuration protocol software
Name: dhcp Name: dhcp
Version: 4.2.4 Version: 4.2.4
Release: 0.8.%{prever}%{?dist} Release: 1%{?dist}
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
# dcantrell maintaining the package) made incorrect use of the epoch and # 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. # that's why it is at 12 now. It should have never been used, but it was.
@ -568,6 +567,9 @@ fi
%changelog %changelog
* Wed Jun 06 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-1
- 4.2.4
* Tue Jun 05 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.8.rc2 * Tue Jun 05 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.8.rc2
- return prematurely removed 12-dhcpd (NM dispatcher script) (#828522) - return prematurely removed 12-dhcpd (NM dispatcher script) (#828522)

View File

@ -1 +1 @@
eb1030ead28198ba622b51bb3b1585dd dhcp-4.2.4rc2.tar.gz c244cefe663d43100af757d8ff625a1f dhcp-4.2.4.tar.gz