• imports/c10s/cronie-1.7.0-9.el10 09ee669816

    Reintroduce file existence check and fix timestamp file permissions

    Ghost released this 2024-12-11 08:13:02 +00:00 | -150 commits to c8s since this release

    In 1.7.0, cronie is not testing if /etc/default/anacron exists.
    This caused multiple errors to be logged in journal if the file was
    missing.

    Additionally, this update ensures that anacron timestamp files are created
    with the correct permissions. Previously, the files were created with 644
    permissions in the %post script of the anacron subpackage but were listed
    as having 600 permissions in the %files section. This mismatch has now
    been resolved by creating the files with the appropriate 600 permissions.

    Resolves: RHEL-42706, RHEL-70286

    Downloads