From 6fc24032e4956b0620488ff474c9e6b386876a86 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 5 Aug 2025 05:07:23 +0000 Subject: [PATCH] import UBI cronie-1.5.7-14.el9_6 --- SPECS/cronie.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/cronie.spec b/SPECS/cronie.spec index c8c3c09..aec1a59 100644 --- a/SPECS/cronie.spec +++ b/SPECS/cronie.spec @@ -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ý - 1.5.7-14 +- Rebuild to fix upgradability issue +- Resolves: RHEL-96297 + * Wed Dec 11 2024 Ondřej Pohořelský - 1.5.7-13 - Create anacron timestamp files with correct permissions - Resolves: RHEL-5376