diff options
author | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-12-13 01:07:17 +0300 |
---|---|---|
committer | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-12-13 01:07:17 +0300 |
commit | e8e6829471ab48d87846a1d9083760e25a796ce9 (patch) | |
tree | e0f906c7f2c2ebd7239356622e468b4575cfec89 /centos | |
parent | ae400ce34a95c929b0525c9cbd0404f56d6635ae (diff) | |
download | rspamd-e8e6829471ab48d87846a1d9083760e25a796ce9.tar.gz rspamd-e8e6829471ab48d87846a1d9083760e25a796ce9.zip |
Fix centos spec
libmagic included in file-devel package
Diffstat (limited to 'centos')
-rw-r--r-- | centos/rspamd.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/centos/rspamd.spec b/centos/rspamd.spec index a05163554..c46a39fb2 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -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,libmagic-devel +BuildRequires: cmake,gmime,file-devel %if 0%{?suse_version} || 0%{?el7} || 0%{?fedora} BuildRequires: systemd Requires(pre): systemd |