From b4b05f08f4a886e1ddf702f8a9ea5ad7afb0dc62 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Jun 28 2019 22:58:11 +0000 Subject: Fix requirement for %preun (instead of %postun) scriptlet --- diff --git a/ghc.spec b/ghc.spec index a801f05..102e45a 100644 --- a/ghc.spec +++ b/ghc.spec @@ -39,7 +39,7 @@ Version: 8.4.4 # - release can only be reset if *all* library versions get bumped simultaneously # (sometimes after a major release) # - minor release numbers for a branch should be incremented monotonically -Release: 75%{?dist} +Release: 76%{?dist} Summary: Glasgow Haskell Compiler License: BSD and HaskellReport @@ -159,7 +159,7 @@ Requires: gcc%{?_isa} Requires: ghc-base-devel%{?_isa} # for alternatives Requires(post): %{_sbindir}/update-alternatives -Requires(postun): %{_sbindir}/update-alternatives +Requires(preun): %{_sbindir}/update-alternatives # added in f14 Obsoletes: ghc-doc < 6.12.3-4 %if %{without docs} @@ -666,6 +666,9 @@ fi %changelog +* Fri Jun 28 2019 Tim Landscheidt - 8.4.4-76 +- Fix requirement for %%preun (instead of %%postun) scriptlet + * Fri Jun 28 2019 Jens Petersen - 8.4.4-75 - add transfiletriggers that will replace individual post/postun scriptlets