Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 730280 Details for
Bug 947066
Add a missing requirement on crontabs for the cron job to the spec file
Home
New
Search
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.rh92 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.74 KB, created by
Jóhann B. Guðmundsson
on 2013-04-01 12:52:53 UTC
(
hide
)
Description:
Requires crontabs patch
Filename:
MIME Type:
Creator:
Jóhann B. Guðmundsson
Created:
2013-04-01 12:52:53 UTC
Size:
2.74 KB
patch
obsolete
>From c51de3835cc987991cebc21b80c0a5876ee368c4 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 12:50:36 +0000 >Subject: [PATCH] Adding a missing requirement on crontabs for the cron job to > the spec file > >--- > clamav.spec | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) > >diff --git a/clamav.spec b/clamav.spec >index 93f6566..061cfc2 100644 >--- a/clamav.spec >+++ b/clamav.spec >@@ -53,7 +53,7 @@ Requires(postun): /bin/systemctl\ > Summary: End-user tools for the Clam Antivirus scanner > Name: clamav > Version: 0.97.7 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} > Group: Applications/File > URL: http://www.clamav.net >@@ -136,11 +136,10 @@ Summary: Auto-updater for the Clam Antivirus scanner data-files > Group: Applications/File > Source200: freshclam-sleep > Source201: freshclam.sysconfig >-Source202: clamav-update.cron >+Source202: clamav-update.crond > Source203: clamav-update.logrotate > Requires: clamav-filesystem = %version-%release >-Requires(pre): /etc/cron.d >-Requires(postun): /etc/cron.d >+Requires: crontabs > Requires(post): %__chown %__chmod > Requires(post): group(%username) > >@@ -471,7 +470,7 @@ function smartsubst() { > > > install -d -m 0755 \ >- $RPM_BUILD_ROOT%_sysconfdir/{mail,clamd.d,cron.d,logrotate.d,tmpfiles.d} \ >+ $RPM_BUILD_ROOT%_sysconfdir/{mail,clamd.d,logrotate.d,tmpfiles.d} \ > $RPM_BUILD_ROOT%_var/{log,run} \ > $RPM_BUILD_ROOT%milterstatedir \ > $RPM_BUILD_ROOT%pkgdatadir/template \ >@@ -505,7 +504,7 @@ install -D -p -m 0644 %SOURCE530 $RPM_BUILD_ROOT%_unitdir/clamd@.service > > > ## prepare the update-files >-install -D -m 0644 -p %SOURCE203 $RPM_BUILD_ROOT%_sysconfdir/logrotate.d/clamav-update >+%{__install} -p -D -m 0640 %{SOURCE203} $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/%{name} > install -D -m 0755 -p %SOURCE8 $RPM_BUILD_ROOT%_sbindir/clamav-notify-servers > touch $RPM_BUILD_ROOT%freshclamlog > >@@ -755,7 +754,7 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : > %pkgdatadir/freshclam-sleep > %config(noreplace) %verify(not mtime) %_sysconfdir/freshclam.conf > %config(noreplace) %verify(not mtime) %_sysconfdir/logrotate.d/* >-%config(noreplace) %_sysconfdir/cron.d/* >+%config(noreplace) %_sysconfdir/cron.d/%{name} > %config(noreplace) %_sysconfdir/sysconfig/freshclam > > %ghost %attr(0664,root,%username) %verify(not size md5 mtime) %freshclamlog >@@ -857,6 +856,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : > > > %changelog >+* Mon Apr 1 2013 Jóhann B. Guðmundsson <johannbg@fedoraproject.org> 0.97.7-2 >+- Add a missing requirement on crontabs >+ > * Sat Mar 23 2013 Nick Bebout <nb@fedoraproject.org> - 0.97.7-1 > - Update to 0.97.7 > >-- >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 947066
: 730280