Release 1.1 with inotify support
This commit is contained in:
parent
733784eaec
commit
2ac33d0d90
15
cronie.spec
15
cronie.spec
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: Cron daemon for executing programs at set times
|
||||
Name: cronie
|
||||
Version: 1.0
|
||||
Release: 6%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT and BSD
|
||||
Group: System Environment/Base
|
||||
URL: https://fedorahosted.org/cronie
|
||||
@ -20,12 +20,12 @@ Provides: vixie-cron = 4:4.4
|
||||
Obsoletes: vixie-cron <= 4:4.3
|
||||
|
||||
%if %{with selinux}
|
||||
Requires: libselinux >= 2.0.0
|
||||
Buildrequires: libselinux-devel >= 2.0.0
|
||||
Requires: libselinux >= 2.0.64
|
||||
Buildrequires: libselinux-devel >= 2.0.64
|
||||
%endif
|
||||
%if %{with pam}
|
||||
Requires: pam >= 0.99.6.2
|
||||
Buildrequires: pam-devel >= 0.99.6.2
|
||||
Requires: pam >= 1.0.1
|
||||
Buildrequires: pam-devel >= 1.0.1
|
||||
%endif
|
||||
%if %{with audit}
|
||||
Buildrequires: audit-libs-devel >= 1.4.1
|
||||
@ -127,6 +127,9 @@ service crond restart ) > /dev/null 2>&1 ||:
|
||||
%config(noreplace) %{_sysconfdir}/cron.deny
|
||||
|
||||
%changelog
|
||||
* Wed May 28 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.1-1
|
||||
- release 1.1
|
||||
|
||||
* Tue May 20 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.0-6
|
||||
- 446360 check for lock didn't call chkconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user