diff --git a/pgbadger.changes b/pgbadger.changes index 1cfe60c..af45dab 100644 --- a/pgbadger.changes +++ b/pgbadger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 11:23:36 UTC 2024 - Emiliano Langella + +- Disabling cronjobs on any non-systemd distribution. + ------------------------------------------------------------------- Tue Jan 2 09:05:55 UTC 2024 - Emiliano Langella diff --git a/pgbadger.spec b/pgbadger.spec index 910f39a..f736b10 100644 --- a/pgbadger.spec +++ b/pgbadger.spec @@ -21,7 +21,7 @@ %bcond_with jsonxs %endif -%if 0%{?suse_version} > 01510 +%if 0%{?suse_version} && 0%{?suse_version} < 1500 %bcond_without cron %else %bcond_with cron