This commit is contained in:
Jiri Popelka 2012-04-27 12:33:53 +02:00
parent 634087ae6d
commit efe27aa872
4 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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.

View File

@ -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)

View File

@ -1,2 +1 @@
14f57fd580d01633d0fad4809007a801 dhcp-4.2.3-P2.tar.gz
50f45d0436417e777d5b6040d7a38c48 dhcp-4.2.4b1.tar.gz
7300d05b7b04495e54d6c40247d11882 dhcp-4.2.4rc1.tar.gz