import UBI cronie-1.5.7-14.el9_6

This commit is contained in:
eabdullin 2025-08-05 05:07:23 +00:00
parent 217bf4dd16
commit 6fc24032e4

View File

@ -6,7 +6,7 @@
Summary: Cron daemon for executing programs at set times
Name: cronie
Version: 1.5.7
Release: 13%{?dist}
Release: 14%{?dist}
License: MIT and BSD and ISC and GPLv2+
URL: https://github.com/cronie-crond/cronie
Source0: https://github.com/cronie-crond/cronie/releases/download/cronie-%{version}/cronie-%{version}.tar.gz
@ -43,7 +43,7 @@ Buildrequires: audit-libs-devel >= 1.4.1
BuildRequires: gcc
BuildRequires: systemd
BuildRequires: make
BuildRequires: make
Obsoletes: %{name}-sysvinit
Requires(post): coreutils sed
@ -220,6 +220,10 @@ exit 0
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs
%changelog
* Fri Jun 20 2025 Ondřej Pohořelský <opohorel@redhat.com> - 1.5.7-14
- Rebuild to fix upgradability issue
- Resolves: RHEL-96297
* Wed Dec 11 2024 Ondřej Pohořelský <opohorel@redhat.com> - 1.5.7-13
- Create anacron timestamp files with correct permissions
- Resolves: RHEL-5376