Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 730366 Details for
Bug 947136
Add a missing requirement on crontabs for the cron job to the spec file
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Requires crontabs patch
requires-crontabs.patch (text/plain), 2.62 KB, created by
Jóhann B. Guðmundsson
on 2013-04-01 17:51:54 UTC
(
hide
)
Description:
Requires crontabs patch
Filename:
MIME Type:
Creator:
Jóhann B. Guðmundsson
Created:
2013-04-01 17:51:54 UTC
Size:
2.62 KB
patch
obsolete
>From ee09872020014a537e8eb2b16d0ffeb80bd255da Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= > <johannbg@fedoraproject.org> >Date: Mon, 1 Apr 2013 17:50:12 +0000 >Subject: [PATCH] Adding a missing requirement on crontabs for the cron job to > the spec file > >--- > crypto-utils.spec | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-) > >diff --git a/crypto-utils.spec b/crypto-utils.spec >index 6d6d0e6..97ac574 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: 39%{?dist} >+Release: 40%{?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: 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 >@@ -87,17 +88,18 @@ find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} > find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' > find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' > >-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily \ >- $RPM_BUILD_ROOT%{_mandir}/man1 \ >+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily >+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 \ > $RPM_BUILD_ROOT%{_bindir} > >+ > # install keyrand > install -c -m 755 keyrand $RPM_BUILD_ROOT%{_bindir}/keyrand > > # install certwatch > install -c -m 755 certwatch $RPM_BUILD_ROOT%{_bindir}/certwatch >-install -c -m 755 %{SOURCE3} \ >- $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/certwatch >+%{__install} -p -D -m 0750 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/%{name} >+ > for f in certwatch genkey keyrand; do > install -c -m 644 ${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1 > done >@@ -120,13 +122,16 @@ 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) %{_sysconfdir}/cron.daily/%{name} > %{_mandir}/man*/* > %doc LICENSE* COPYING > %{perl_vendorarch}/Crypt > %{perl_vendorarch}/auto/Crypt > > %changelog >+* Mon Apr 1 2013 Jóhann B. Guðmundsson <johannbg@fedoraproject.org> - 2.4.1-40 >+- Add a missing requirement on crontabs >+ > * Sat Feb 23 2013 Elio Maldonado <emaldona@redhat.com> - 2.4.1-39 > - Resolves: rhbz#862430 - CVE-2012-3504 - insecure temporary file usage in genkey > >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 947136
: 730366