[redhat-rpm-config] Disable the libtool hack as it is breaking builds

Tomáš Mráz tmraz at fedoraproject.org
Thu Jul 25 14:43:07 UTC 2013


commit daac6dfeb6cd34f3f232116b96daab13f17330c0
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Thu Jul 25 16:42:52 2013 +0200

    Disable the libtool hack as it is breaking builds

 redhat-rpm-config.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec
index 470e76a..1d80dbb 100644
--- a/redhat-rpm-config.spec
+++ b/redhat-rpm-config.spec
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files
 Name: redhat-rpm-config
 Version: 9.1.0
-Release: 50%{?dist}
+Release: 51%{?dist}
 # No version specified.
 License: GPL+
 Group: Development/System
@@ -108,7 +108,7 @@ Red Hat specific rpm configuration files.
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1
-%patch25 -p1
+#%patch25 -p1
 # Only make docs change in Fedora 20+
 %if 0%{?fedora} >= 20
 %patch26 -p1
@@ -134,6 +134,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_sysconfdir}/rpm/*
 
 %changelog
+* Thu Jul 25 2013 Tomas Mraz <tmraz at redhat.com> 9.1.0-51
+- Disable the libtool hack as it is breaking builds
+
 * Wed Jul 24 2013 Kevin Fenzi <kevin at scrye.com> 9.1.0-50
 - Make docdirs unversioned on Fedora 20+ (#986871)
 - Hack around libtool issue for hardened build for now (#978949)


More information about the scm-commits mailing list