From 4e33eae2dd6ff0481cdfc0fa6657df9bb45c474a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 7 Aug 2013 23:05:37 +0200 Subject: [PATCH] Add requires crontabs and mark cron job as config(noreplace) --- crypto-utils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/crypto-utils.spec b/crypto-utils.spec index c9d7fe2..1051b41 100644 --- a/crypto-utils.spec +++ b/crypto-utils.spec @@ -4,7 +4,7 @@ Summary: SSL certificate and key management utilities Name: crypto-utils Version: 2.4.1 -Release: 42%{?dist} +Release: 43%{?dist} Group: Applications/System License: MIT and GPLv2+ and MPLv1.0 @@ -32,6 +32,7 @@ BuildRequires: nss-devel >= 3.13.1, nss-util-devel >= 3.13.1, pkgconfig, newt-de BuildRequires: perl-devel, perl(Newt), perl(ExtUtils::MakeMaker) Requires: mod_nss, mod_ssl, perl(Newt), nss >= 3.13.1, nss-util >= 3.13.1 Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)") +Requires: crontabs %description This package provides tools for managing and generating @@ -120,13 +121,18 @@ chmod -R u+w $RPM_BUILD_ROOT %files %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/* -%attr(0755,root,root) %{_sysconfdir}/cron.daily/certwatch +%config(noreplace) %attr(0755,root,root) %{_sysconfdir}/cron.daily/certwatch %{_mandir}/man*/* %doc LICENSE* COPYING %{perl_vendorarch}/Crypt %{perl_vendorarch}/auto/Crypt %changelog +* Wed Aug 07 2013 Pierre-Yves Chibon - 2.4.1-43 +- Add a missing requirement on crontabs to spec file +- Mark the cron job as config(noreplace) +- Fix RHBZ#988609 + * Sat Aug 03 2013 Fedora Release Engineering - 2.4.1-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild