This commit is contained in:
Jiri Popelka 2013-01-10 10:00:39 +01:00
parent 4f00060aef
commit 854a7431bc
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/dhcp-4.2.4-P1.tar.gz /dhcp-4.2.4-P1.tar.gz
/dhcp-4.2.4-P2.tar.gz /dhcp-4.2.4-P2.tar.gz
/dhcp-4.2.5rc1.tar.gz /dhcp-4.2.5rc1.tar.gz
/dhcp-4.2.5.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}%{prever} #%%global VERSION %{version}%{prever}
#%%global VERSION %{version} %global VERSION %{version}
Summary: Dynamic host configuration protocol software Summary: Dynamic host configuration protocol software
Name: dhcp Name: dhcp
Version: 4.2.5 Version: 4.2.5
Release: 0.3.%{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.
@ -555,6 +555,9 @@ fi
%changelog %changelog
* Thu Jan 10 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-1
- 4.2.5
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-0.3.rc1 * Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.5-0.3.rc1
- run %%check in Fedora only, there's no atf package in RHEL - run %%check in Fedora only, there's no atf package in RHEL

View File

@ -1 +1 @@
fdf4c0d8ecce54180c91ac707bc635a2 dhcp-4.2.5rc1.tar.gz 6489e919ac093d17249270ee9be1020e dhcp-4.2.5.tar.gz