4.2.3
This commit is contained in:
parent
06c72f2ea4
commit
e68ad5094a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/dhcp-4.2.2rc1.tar.gz
|
||||
/dhcp-4.2.2.tar.gz
|
||||
/dhcp-4.2.3rc1.tar.gz
|
||||
/dhcp-4.2.3.tar.gz
|
||||
|
11
dhcp.spec
11
dhcp.spec
@ -10,16 +10,16 @@
|
||||
# Patch version
|
||||
#%global patchver P1
|
||||
# Pre-Release version
|
||||
%global prever rc1
|
||||
#%global prever rc1
|
||||
|
||||
#%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.2.3
|
||||
Release: 0.1.%{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.
|
||||
@ -662,6 +662,9 @@ fi
|
||||
%{_initddir}/dhcrelay
|
||||
|
||||
%changelog
|
||||
* Thu Oct 20 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-1
|
||||
- 4.2.3
|
||||
|
||||
* Tue Oct 18 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.3-0.1.rc1
|
||||
- 4.2.3rc1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user