4.2.4rc1
This commit is contained in:
parent
634087ae6d
commit
efe27aa872
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/dhcp-4.2.3-P1.tar.gz
|
||||
/dhcp-4.2.3-P2.tar.gz
|
||||
/dhcp-4.2.4b1.tar.gz
|
||||
/dhcp-4.2.4rc1.tar.gz
|
||||
|
@ -661,6 +661,9 @@ case "${reason}" in
|
||||
ip -4 addr flush dev ${interface} label ${interface}:0 >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
# upstream dhclient-script removes (ifconfig $interface 0 up) old adresses in PREINIT,
|
||||
# but we sometimes (#125298) need (for iSCSI/nfs root to have a dhcp interface) to keep the existing ip
|
||||
# flush_dev ${interface}
|
||||
ip link set dev ${interface} up
|
||||
if [ -n "${DHCLIENT_DELAY}" ] && [ ${DHCLIENT_DELAY} -gt 0 ]; then
|
||||
# We need to give the kernel some time to get the interface up.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
#%%global patchver P2
|
||||
%global prever b1
|
||||
%global prever rc1
|
||||
|
||||
|
||||
#%%global VERSION %{version}
|
||||
@ -19,7 +19,7 @@
|
||||
Summary: Dynamic host configuration protocol software
|
||||
Name: dhcp
|
||||
Version: 4.2.4
|
||||
Release: 0.3.%{prever}%{?dist}
|
||||
Release: 0.4.%{prever}%{?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.
|
||||
@ -600,6 +600,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 01 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.4.rc1
|
||||
- 4.2.4rc1
|
||||
|
||||
* Thu Apr 26 2012 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.4-0.3.b1
|
||||
- remove inherit-leases.patch - it's probably not needed anymore (#815355)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user