diff --git a/cronie.spec b/cronie.spec index 88f8c9a..79e057e 100644 --- a/cronie.spec +++ b/cronie.spec @@ -6,7 +6,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.5.2 -Release: 9%{?dist} +Release: 10%{?dist} License: MIT and BSD and ISC and GPLv2+ Group: System Environment/Base URL: https://github.com/cronie-crond/cronie @@ -237,6 +237,10 @@ exit 0 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs %changelog +* Thu Nov 30 2023 Ondřej Pohořelský - 1.5.2-10 +- Bump release because of CI issues +- Related: RHEL-2609 + * Thu Nov 30 2023 Ondřej Pohořelský - 1.5.2-9 - Add `optimization_to_close_fds.patch` - Resolves: RHEL-2609