- we can enable hyperscan also on newer SLE 15 service packs

- added ccb45df90d 
  To fix building without hyperscan

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=135
This commit is contained in:
2024-12-25 20:29:50 +00:00
committed by Git OBS Bridge
commit 01ef3677f8
15 changed files with 3020 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Ensure that network is up when rspamd is started
otherwise, it can fail to reach remote rspamd hosts
Index: rspamd-2.6/rspamd.service
===================================================================
--- rspamd-2.6.orig/rspamd.service
+++ rspamd-2.6/rspamd.service
@@ -1,6 +1,7 @@
[Unit]
Description=rapid spam filtering system
-After=nss-lookup.target network-online.target
+After=nss-lookup.target network-online.target redis.target
+Wants=network-online.target
Documentation=https://rspamd.com/doc/
[Service]