diff --git a/.gitignore b/.gitignore index 558a2ed..d39dbc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ *~ *.tar.* -/crontabs-1.11-1.20101022git.tar.gz -/crontabs-1.11-1.20101109git.tar.gz -/crontabs-1.11-1.20101111git.tar.gz -/crontabs-1.11-1.20101115git.tar.gz diff --git a/crontabs.spec b/crontabs.spec index 871538b..1ce932d 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -1,4 +1,4 @@ -%global snap_release 20101115git +%global snap_release 20121102git Summary: Root crontab files used to schedule the execution of programs Name: crontabs Version: 1.11 @@ -36,22 +36,29 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4/ install -m644 ./crontab $RPM_BUILD_ROOT/etc/crontab install -m755 ./run-parts $RPM_BUILD_ROOT/usr/bin/run-parts -install -m644 ./crontabs.4 $RPM_BUILD_ROOT/%{_mandir}/man4/ +install -m644 ./{crontabs,run-parts}.4 $RPM_BUILD_ROOT/%{_mandir}/man4/ + +mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/ +touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%{_bindir}/run-parts %config(noreplace) /etc/crontab -%{_mandir}/man4/* +%attr(0644,root,root) %config(noreplace) /etc/sysconfig/run-parts +%{_bindir}/run-parts %dir /etc/cron.hourly %dir /etc/cron.daily %dir /etc/cron.weekly %dir /etc/cron.monthly +%{_mandir}/man4/* %changelog +* Thu Nov 1 2012 Marcela Mašláňová 1.11-5.20121102git +- update to the latest git snapshot with copying file and fixed man pages + * Wed Jul 18 2012 Fedora Release Engineering - 1.11-4.20101115git - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 88aa99f..3f0df41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6232c7c5877fac7f3968600c7fb80c42 crontabs-1.11-1.20101115git.tar.gz +8ef5eb7d891518b8c6ff2f01bd970687 crontabs-1.11-1.20121102git.tar.gz