This commit is contained in:
Jiri Popelka 2014-02-04 09:51:31 +01:00
parent 90936e4422
commit 3e1d3e1b16
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/dhcp-4.3.0a1.tar.gz /dhcp-4.3.0a1.tar.gz
/dhcp-4.3.0b1.tar.gz /dhcp-4.3.0b1.tar.gz
/dhcp-4.3.0rc1.tar.gz /dhcp-4.3.0rc1.tar.gz
/dhcp-4.3.0.tar.gz

View File

@ -9,16 +9,16 @@
#%%global patchver P2 #%%global patchver P2
%global prever rc1 #%%global prever rc1
#%%global VERSION %{version}-%{patchver} #%%global VERSION %{version}-%{patchver}
#%%global VERSION %{version} #%%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.3.0 Version: 4.3.0
Release: 0.7.%{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.
@ -626,6 +626,9 @@ done
%changelog %changelog
* Tue Feb 04 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-1
- 4.3.0
* Wed Jan 29 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.7.rc1 * Wed Jan 29 2014 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.0-0.7.rc1
- 4.3.0rc1 - 4.3.0rc1

View File

@ -1 +1 @@
0dcb3f6b098ac8a8acb74349eeca1161 dhcp-4.3.0rc1.tar.gz 1020d77e1a4c1f01b76279caff9beb80 dhcp-4.3.0.tar.gz