4.2.5
This commit is contained in:
parent
4f00060aef
commit
854a7431bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/dhcp-4.2.4-P1.tar.gz
|
||||
/dhcp-4.2.4-P2.tar.gz
|
||||
/dhcp-4.2.5rc1.tar.gz
|
||||
/dhcp-4.2.5.tar.gz
|
||||
|
11
dhcp.spec
11
dhcp.spec
@ -9,16 +9,16 @@
|
||||
|
||||
|
||||
#%%global patchver P2
|
||||
%global prever rc1
|
||||
#%%global prever rc1
|
||||
|
||||
#%%global VERSION %{version}-%{patchver}
|
||||
%global VERSION %{version}%{prever}
|
||||
#%%global VERSION %{version}
|
||||
#%%global VERSION %{version}%{prever}
|
||||
%global VERSION %{version}
|
||||
|
||||
Summary: Dynamic host configuration protocol software
|
||||
Name: dhcp
|
||||
Version: 4.2.5
|
||||
Release: 0.3.%{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.
|
||||
@ -555,6 +555,9 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- run %%check in Fedora only, there's no atf package in RHEL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user