From f52785234ae1993fdad3b96954755b66bf56bb42 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Jul 2013 11:35:56 +0900 Subject: [PATCH] follow http://fedoraproject.org/wiki/Packaging:CronFiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thanks Jóhann Guðmundsson --- ghc.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ghc.spec b/ghc.spec index 986d02b..dc2e8f5 100644 --- a/ghc.spec +++ b/ghc.spec @@ -29,7 +29,7 @@ Version: 7.6.3 # - 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: 17%{?dist} +Release: 18%{?dist} Summary: Glasgow Haskell Compiler License: %BSDHaskellReport @@ -141,6 +141,7 @@ To install all of ghc, install the ghc base package. Summary: GHC library development documentation indexing License: BSD Requires: ghc-compiler = %{version}-%{release} +Requires: crontabs %description doc-index The package provides a cronjob for re-indexing installed library development @@ -438,13 +439,17 @@ fi %if %{undefined without_haddock} %files doc-index -%{_sysconfdir}/cron.hourly/ghc-doc-index +%config(noreplace) %{_sysconfdir}/cron.hourly/ghc-doc-index %endif %files libraries %changelog +* Sat Jul 27 2013 Jóhann B. Guðmundsson - 7.6.3-18 +- ghc-doc-index requires crontabs and mark cron file config noreplace + (http://fedoraproject.org/wiki/Packaging:CronFiles) + * Wed Jul 24 2013 Jens Petersen - 7.6.3-17 - silence warnings about unsupported llvm version (> 3.1) on ARM