diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-12 14:36:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-12 14:36:48 +0000 |
commit | 7ea334cd83f09d7c7ad7f1795cbf702fd137979c (patch) | |
tree | eb6a52d6c639ff31f5921c8cbcdef1a4f1ef1857 /centos | |
parent | 620bcca373ef162c6597cf818a4763722cea8853 (diff) | |
download | rspamd-7ea334cd83f09d7c7ad7f1795cbf702fd137979c.tar.gz rspamd-7ea334cd83f09d7c7ad7f1795cbf702fd137979c.zip |
Add libmagic dependency
Diffstat (limited to 'centos')
-rw-r--r-- | centos/rspamd.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 35526a887..a05163554 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -8,7 +8,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 1.0.9 +Version: 1.0.10 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -23,7 +23,7 @@ License: BSD2c URL: https://rspamd.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} BuildRequires: glib2-devel,libevent-devel,openssl-devel,pcre-devel,perl -BuildRequires: cmake,gmime +BuildRequires: cmake,gmime,libmagic-devel %if 0%{?suse_version} || 0%{?el7} || 0%{?fedora} BuildRequires: systemd Requires(pre): systemd |