From 20edd0d34e7bf5b56082b38976ac774a84fdb94f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 16 Oct 2018 12:33:21 +0100 Subject: [PATCH] Update alternatives dependencies --- ghc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc.spec b/ghc.spec index 3914fb6..52dab2c 100644 --- a/ghc.spec +++ b/ghc.spec @@ -27,7 +27,7 @@ Version: 8.2.2 # - 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: 69%{?dist} +Release: 70%{?dist} Summary: Glasgow Haskell Compiler License: BSD and HaskellReport @@ -137,8 +137,8 @@ License: BSD Requires: gcc%{?_isa} Requires: ghc-base-devel%{?_isa} # for alternatives -Requires(post): chkconfig -Requires(postun): chkconfig +Requires(post): %{_sbindir}/update-alternatives +Requires(postun): %{_sbindir}/update-alternatives # added in f14 Obsoletes: ghc-doc < 6.12.3-4 %if %{without docs} @@ -631,6 +631,9 @@ fi %changelog +* Tue Oct 16 2018 Peter Robinson 8.2.2-70 +- Update alternatives dependencies + * Fri Jul 13 2018 Fedora Release Engineering - 8.2.2-69 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild