From 384286022a459e84fe3735e706c739740d7643be Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Feb 11 2010 20:21:23 +0000 Subject: - Also deactivate __debug_install_post --- diff --git a/mingw32-libltdl.spec b/mingw32-libltdl.spec index b5585f5..88fbe1f 100644 --- a/mingw32-libltdl.spec +++ b/mingw32-libltdl.spec @@ -3,7 +3,7 @@ %global _use_internal_dependency_generator 0 %global __find_requires %{_mingw32_findrequires} %global __find_provides %{_mingw32_findprovides} -%global __debug_install_post %{_mingw32_debug_install_post} +#global __debug_install_post %{_mingw32_debug_install_post} # Define this to run tests (requires Wine, and won't work inside mock or Koji). @@ -13,7 +13,7 @@ Summary: Runtime libraries for GNU Libtool Dynamic Module Loader Name: mingw32-libltdl Version: 1.5.26 -Release: 17%{?dist} +Release: 18%{?dist} Group: System Environment/Libraries # Even though the source package contains files under # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code. @@ -109,6 +109,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 11 2010 Hans Ulrich Niedermann - 1.5.26-18 +- Also deactivate __debug_install_post + * Thu Feb 11 2010 Hans Ulrich Niedermann - 1.5.26-17 - Unfuzz the CVE-2009-3736 patch - Deactivate the _mingw32_debug_package macro until it works again