- use systemd_ordering
- add Requires(pre) to shadow to fix %pre scriptlet OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=60
This commit is contained in:
parent
59ed81b285
commit
61c9abc662
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 2 13:55:50 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- use systemd_ordering
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 2 13:55:08 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- add Requires(pre) to shadow to fix %pre scriptlet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 2 00:19:41 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -114,7 +114,7 @@ BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
%if %{with systemd}
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%{?systemd_requires}
|
||||
%{?systemd_ordering}
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
@ -129,6 +129,7 @@ Conflicts: rspamd-client
|
||||
%endif
|
||||
BuildRequires: apparmor-abstractions
|
||||
Requires: apparmor-abstractions
|
||||
Requires(pre): shadow
|
||||
|
||||
%description
|
||||
Rspamd is a spam filtering system that allows evaluation of messages
|
||||
|
Loading…
x
Reference in New Issue
Block a user