[dhcp/f20] don't apply retransmission.patch for now (RHBZ#1026565)

Jiří Popelka jpopelka at fedoraproject.org
Tue Jan 28 16:30:59 UTC 2014


commit 6951d81c25c0939ae6bf2daa0d7c3c0713a43316
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Tue Jan 28 17:27:34 2014 +0100

    don't apply retransmission.patch for now (RHBZ#1026565)

 dhcp.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/dhcp.spec b/dhcp.spec
index 707a9df..ed219f3 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -18,7 +18,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.2.6
-Release:  0.1.%{prever}%{?dist}
+Release:  0.2.%{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.
@@ -260,7 +260,9 @@ rm -rf includes/isc-dhcp
 # In client initiated message exchanges stop retransmission
 # upon reaching the MRD rather than at some point after it (#559153)
 # (Submitted to dhcp-bugs at isc.org - [ISC-Bugs #21238])
-%patch23 -p1 -b .retransmission
+# It causes RHBZ#1026565 and because we carry it around *only* to silence TAHI
+# tests, un-apply it until I find out how to fix it.
+#%%patch23 -p1 -b .retransmission
 
 # RFC 3442 - Classless Static Route Option for DHCPv4 (#516325)
 # (Submitted to dhcp-bugs at isc.org - [ISC-Bugs #24572])
@@ -626,6 +628,9 @@ done
 
 
 %changelog
+* Tue Jan 28 2014 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.6-0.2.b1
+- don't apply retransmission.patch for now (RHBZ#1026565)
+
 * Thu Jan 23 2014 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.6-0.1.b1
 - 4.2.6b1
 


More information about the scm-commits mailing list