From 128c8260f7282de3f62bc98b056b4d0c9dba010107e4453bb841f5f59d865bba Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 12 Mar 2018 11:58:52 +0000 Subject: [PATCH] Add missing runtime requirement for lua-lpeg OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=10 --- rspamd.changes | 5 +++++ rspamd.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/rspamd.changes b/rspamd.changes index 4345a42..135f51d 100644 --- a/rspamd.changes +++ b/rspamd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 12 11:57:47 UTC 2018 - asn@cryptomilk.org + +- Add missing runtime requirement for lua-lpeg + ------------------------------------------------------------------- Thu Mar 8 23:03:46 UTC 2018 - mrueckert@suse.de diff --git a/rspamd.spec b/rspamd.spec index 5918ea9..12694f1 100644 --- a/rspamd.spec +++ b/rspamd.spec @@ -72,6 +72,8 @@ BuildRequires: pkgconfig(systemd) %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: lua53-lpeg + %description Rspamd is a spam filtering system that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and