4.3.3
This commit is contained in:
parent
fddc6e1329
commit
48bc1f5d15
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/dhcp-4.3.2b1.tar.gz
|
/dhcp-4.3.2b1.tar.gz
|
||||||
/dhcp-4.3.2.tar.gz
|
/dhcp-4.3.2.tar.gz
|
||||||
/dhcp-4.3.3b1.tar.gz
|
/dhcp-4.3.3b1.tar.gz
|
||||||
|
/dhcp-4.3.3.tar.gz
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
%global prever b1
|
%global prever b1
|
||||||
|
|
||||||
#%%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.3
|
Version: 4.3.3
|
||||||
Release: 0.2%{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.
|
||||||
@ -656,6 +656,9 @@ done
|
|||||||
%doc doc/html/
|
%doc doc/html/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 04 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.3-1
|
||||||
|
- 4.3.3
|
||||||
|
|
||||||
* Tue Aug 11 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.3-0.2b1
|
* Tue Aug 11 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.3-0.2b1
|
||||||
- dhclient-script: respect DEFROUTE/GATEWAYDEV if Classless Static Routes are offered (#1251644)
|
- dhclient-script: respect DEFROUTE/GATEWAYDEV if Classless Static Routes are offered (#1251644)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user