- Add Provides for user and group which are created in the %pre
scriptlet. https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/HG2JKUIKDTWQQIQSA43A4VWHX7YKJQT3/ - Update to 3.8.1 - [Fix] Replace comment types by @arkamar in #4785 - [Test] statistics: per-user by @fatalbanana in #4789 - [Minor] rbl: fix warning by @fatalbanana in #4790 OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=105
This commit is contained in:
parent
07ed68aea5
commit
91725b2f0c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da24e8b85d201c4670f1f280d4a0ba29733c88b1e9a021fd85eace9c5861a5a9
|
||||
size 5911065
|
3
rspamd-3.8.1.tar.gz
Normal file
3
rspamd-3.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04c117fe3a3cc0aeab73b5cc276810d89fcbbd420a120f029ca43fdca459b68a
|
||||
size 5910993
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 16:01:44 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Add Provides for user and group which are created in the %pre
|
||||
scriptlet.
|
||||
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/HG2JKUIKDTWQQIQSA43A4VWHX7YKJQT3/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 15:57:00 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 3.8.1
|
||||
- [Fix] Replace comment types by @arkamar in #4785
|
||||
- [Test] statistics: per-user by @fatalbanana in #4789
|
||||
- [Minor] rbl: fix warning by @fatalbanana in #4790
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 14:36:28 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
%endif
|
||||
|
||||
Name: rspamd
|
||||
Version: 3.8.0
|
||||
Version: 3.8.1
|
||||
Release: 0
|
||||
Summary: Spam filtering system
|
||||
License: Apache-2.0
|
||||
@ -134,6 +134,8 @@ Conflicts: rspamd-client
|
||||
BuildRequires: apparmor-abstractions
|
||||
Requires: apparmor-abstractions
|
||||
Requires(pre): shadow
|
||||
Provides: group(%{rspamd_group})
|
||||
Provides: user(%{rspamd_user})
|
||||
|
||||
%description
|
||||
Rspamd is a spam filtering system that allows evaluation of messages
|
||||
|
Loading…
x
Reference in New Issue
Block a user