diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 5c81bab..c09d871 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -11,7 +11,7 @@ Name: ghc-rpm-macros Version: 1.6.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM macros for building packages for GHC License: GPLv3+ @@ -44,6 +44,7 @@ these macros. %package extra Summary: Extra RPM macros for building Haskell library subpackages Requires: %{name} = %{version}-%{release} +Requires: chrpath %description extra Extra macros used for subpackaging of Haskell libraries, @@ -135,6 +136,9 @@ EOF %changelog +* Tue Sep 27 2016 Jens Petersen - 1.6.9-2 +- macros.ghc-extra requires chrpath + * Tue Sep 27 2016 Jens Petersen - 1.6.9-1 - new ghc_fix_rpath macro deprecates ghc_fix_dynamic_rpath - ghc-pkg-wrapper: quieter and simple output