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:
parent
294df3c197
commit
27da9c69f9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user