diff --git a/macros.mingw b/macros.mingw index 4d99e17..d28abc1 100644 --- a/macros.mingw +++ b/macros.mingw @@ -28,6 +28,11 @@ %mingw_package_header \ %global __strip %{mingw_strip} \ %global __objdump %{mingw_objdump} \ +%if 0%{?rhel} == 6 \ +%global _use_internal_dependency_generator 0 \ +%global __find_requires %{mingw_findrequires} \ +%global __find_provides %{mingw_findprovides} \ +%endif \ %global __debug_install_post %%{mingw_debug_install_post} \ %{nil} diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index 5d562ea..8e1624c 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -2,7 +2,7 @@ Name: mingw-filesystem Version: 96 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW cross compiler base filesystem and environment Group: Development/Libraries @@ -248,6 +248,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/ %changelog +* Mon Dec 3 2012 Erik van Pienbroek - 96-3 +- Added support for RHEL6 + * Sat Nov 10 2012 Kalev Lember - 96-2 - Add provides for mscoree.dll and regenerate the standard-dlls file