SHA256
1
0
forked from pool/pgbadger

Accepting request 1151220 from home:emilianolangella

- Disabling cronjobs on any non-systemd distribution.

OBS-URL: https://build.opensuse.org/request/show/1151220
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbadger?expand=0&rev=6
This commit is contained in:
Martin Pluskal 2024-02-26 13:46:15 +00:00 committed by Git OBS Bridge
parent 294df3c197
commit 27da9c69f9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 11:23:36 UTC 2024 - Emiliano Langella <emiliano.langella@suse.com>
- Disabling cronjobs on any non-systemd distribution.
-------------------------------------------------------------------
Tue Jan 2 09:05:55 UTC 2024 - Emiliano Langella <emiliano.langella@suse.com>

View File

@ -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