diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index f32cd8f..d21a863 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -11,7 +11,7 @@ Name: ghc-rpm-macros Version: 2.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: RPM macros for building Haskell packages for GHC License: GPLv3+ @@ -206,6 +206,9 @@ EOF %changelog +* Fri Sep 27 2019 Jens Petersen - 2.0.5-3 +- ghc_devel_prof macro not available early enough in koji + * Fri Sep 27 2019 Jens Petersen - 2.0.5-2 - define ghc_devel_prof diff --git a/macros.ghc-os b/macros.ghc-os index d44335c..246a916 100644 --- a/macros.ghc-os +++ b/macros.ghc-os @@ -11,6 +11,3 @@ # enable library documentation in doc subpkgs %with_haddock 1 - -# devel suffix -%ghc_devel_prof %{?with_ghc_prof:prof}%{!?with_ghc_prof:devel}