From daac6dfeb6cd34f3f232116b96daab13f17330c0 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 25 Jul 2013 16:42:52 +0200 Subject: [PATCH] Disable the libtool hack as it is breaking builds --- redhat-rpm-config.spec | 7 +++++-- 1 file 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 9.1.0-51 +- Disable the libtool hack as it is breaking builds + * Wed Jul 24 2013 Kevin Fenzi 9.1.0-50 - Make docdirs unversioned on Fedora 20+ (#986871) - Hack around libtool issue for hardened build for now (#978949)