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