Compare commits
No commits in common. "c8s" and "a8" have entirely different histories.
1
.cronie.metadata
Normal file
1
.cronie.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
03e53a07f2a5b8724e8d7cf7124539b4e82414d3 SOURCES/cronie-1.5.2.tar.gz
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/cronie-1.5.2.tar.gz
|
SOURCES/cronie-1.5.2.tar.gz
|
||||||
/cronie-1.5.2.tar.gz
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: Cron daemon for executing programs at set times
|
Summary: Cron daemon for executing programs at set times
|
||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 10%{?dist}
|
Release: 8%{?dist}.alma.1
|
||||||
License: MIT and BSD and ISC and GPLv2+
|
License: MIT and BSD and ISC and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://github.com/cronie-crond/cronie
|
URL: https://github.com/cronie-crond/cronie
|
||||||
@ -57,6 +57,7 @@ Patch9: 0004-Fix-regression-in-handling-1-5-crontab-entries.patch
|
|||||||
# https://github.com/cronie-crond/cronie/commit/e3682c7135b9176b60d226c60ee4e78cf1ab711b
|
# https://github.com/cronie-crond/cronie/commit/e3682c7135b9176b60d226c60ee4e78cf1ab711b
|
||||||
Patch10: optimization_to_close_fds.patch
|
Patch10: optimization_to_close_fds.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cronie contains the standard UNIX daemon crond that runs specified programs at
|
Cronie contains the standard UNIX daemon crond that runs specified programs at
|
||||||
scheduled times and related tools. It is a fork of the original vixie-cron and
|
scheduled times and related tools. It is a fork of the original vixie-cron and
|
||||||
@ -237,13 +238,8 @@ exit 0
|
|||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 30 2023 Ondřej Pohořelský <opohorel@redhat.com> - 1.5.2-10
|
* Mon Mar 04 2024 Jonathan Wright <jonathan@almalinux.org> - 1.5.2-8.alma.1
|
||||||
- Bump release because of CI issues
|
- Add `optimization_to_close_fds.patch` from centos stream
|
||||||
- Related: RHEL-2609
|
|
||||||
|
|
||||||
* Thu Nov 30 2023 Ondřej Pohořelský <opohorel@redhat.com> - 1.5.2-9
|
|
||||||
- Add `optimization_to_close_fds.patch`
|
|
||||||
- Resolves: RHEL-2609
|
|
||||||
|
|
||||||
* Mon Jul 11 2022 Jan Staněk <jstanek@redhat.com> - 1.5.2-8
|
* Mon Jul 11 2022 Jan Staněk <jstanek@redhat.com> - 1.5.2-8
|
||||||
- Set 'missingok' for /etc/cron.deny to not recreate it on update
|
- Set 'missingok' for /etc/cron.deny to not recreate it on update
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier1.functional}
|
|
Loading…
Reference in New Issue
Block a user