diff --git a/rspamd.changes b/rspamd.changes index e60ecbb..171ea5f 100644 --- a/rspamd.changes +++ b/rspamd.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jun 2 13:55:50 UTC 2021 - Marcus Rueckert + +- use systemd_ordering + +------------------------------------------------------------------- +Wed Jun 2 13:55:08 UTC 2021 - Marcus Rueckert + +- add Requires(pre) to shadow to fix %pre scriptlet + +------------------------------------------------------------------- +Wed Jun 2 00:19:41 UTC 2021 - Marcus Rueckert + +- disable PCRE2 for now: + https://bugzilla.opensuse.org/show_bug.cgi?id=1182864#c10 + ------------------------------------------------------------------- Tue Mar 2 11:04:58 UTC 2021 - Guillaume GARDET diff --git a/rspamd.spec b/rspamd.spec index f92a6a2..f6c3c67 100644 --- a/rspamd.spec +++ b/rspamd.spec @@ -41,7 +41,7 @@ %if 0%{?suse_version} >= 1500 %bcond_without openblas - %bcond_without pcre2 + %bcond_with pcre2 %endif # fails to build atm @@ -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