Browse Source

rspamd-3.1-2

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
99761407d2
1 changed files with 8 additions and 1 deletions
  1. 8 1
      r/rspamd/rspamd-vl.spec

+ 8 - 1
r/rspamd/rspamd-vl.spec

@@ -13,7 +13,7 @@
 Summary:        Rapid spam filtering system
 Name:           rspamd
 Version:        3.1
-Release:        1%{?_dist_release}%{?with_systemd:.systemd}
+Release:        2%{?_dist_release}%{?with_systemd:.systemd}
 Group:          servers
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -27,6 +27,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
 
 BuildRequires:  cmake
 BuildRequires:  file-devel
+BuildRequires:  fmt-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gmime-devel
 %ifarch x86_64
@@ -48,6 +49,7 @@ BuildRequires:  sqlite3-devel
 %if %{with systemd}
 BuildRequires:  systemd
 %endif
+BuildRequires:  libzstd-devel
 
 Requires:       logrotate
 Requires(pre):  shadow-utils
@@ -101,6 +103,8 @@ lua.
 %ifarch x86_64
         -DENABLE_HYPERSCAN=ON \
 %endif
+        -DSYSTEM_FMT=ON \
+        -DSYSTEM_ZSTD=ON \
         -DENABLE_LIBUNWIND=ON \
         -DENABLE_LUAJIT=OFF \
         -DENABLE_PCRE2=ON \
@@ -249,6 +253,9 @@ fi
 
 
 %changelog
+* Tue Nov 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1-2
+- made to use system fmt and zstd.
+
 * Tue Nov 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1-1
 - new upstream release.
 - dropped Patch0 and 2: merged into upstream.