Accepting request 898834 from server:mail
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/898834 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=6
This commit is contained in:
commit
b05c196340
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- disable PCRE2 for now:
|
||||||
|
https://bugzilla.opensuse.org/show_bug.cgi?id=1182864#c10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 2 11:04:58 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Tue Mar 2 11:04:58 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%bcond_without openblas
|
%bcond_without openblas
|
||||||
%bcond_without pcre2
|
%bcond_with pcre2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# fails to build atm
|
# fails to build atm
|
||||||
@ -114,7 +114,7 @@ BuildRequires: pkgconfig(openssl)
|
|||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_ordering}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
@ -129,6 +129,7 @@ Conflicts: rspamd-client
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: apparmor-abstractions
|
BuildRequires: apparmor-abstractions
|
||||||
Requires: apparmor-abstractions
|
Requires: apparmor-abstractions
|
||||||
|
Requires(pre): shadow
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rspamd is a spam filtering system that allows evaluation of messages
|
Rspamd is a spam filtering system that allows evaluation of messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user