Enable sasl pwdb

Resolves: rhbz#1909724
This commit is contained in:
Tomas Korbar 2021-01-25 08:40:22 +01:00
parent 5c794ee5a9
commit 20d4c2fb45

View File

@ -12,7 +12,7 @@
Name: memcached
Version: 1.6.9
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 0
Summary: High Performance, Distributed Memory Object Cache
@ -25,7 +25,7 @@ Source2: https://releases.pagure.org/memcached-selinux/memcached-selinux-
Patch1: memcached-unit.patch
BuildRequires: make
BuildRequires: make
BuildRequires: gcc libevent-devel systemd
BuildRequires: perl-generators
BuildRequires: perl(Test::More), perl(Test::Harness)
@ -72,7 +72,7 @@ optimised for use with this version of memcached.
%build
%configure \
%{?with_sasl: --enable-sasl} \
%{?with_sasl: --enable-sasl --enable-sasl-pwdb} \
%{?with_seccomp: --enable-seccomp} \
%{?with_tls: --enable-tls}
@ -174,6 +174,9 @@ fi
%license ../%{selinuxmoduledir}/COPYING
%changelog
* Mon Jan 25 2021 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.9-2
- Enable sasl pwdb (#1909724)
* Tue Nov 24 2020 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.9-1
- Update to 1.6.9