Enable sasl pwdb
Resolves: rhbz#1909724
This commit is contained in:
parent
5c794ee5a9
commit
20d4c2fb45
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.6.9
|
Version: 1.6.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: High Performance, Distributed Memory Object Cache
|
Summary: High Performance, Distributed Memory Object Cache
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ optimised for use with this version of memcached.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%{?with_sasl: --enable-sasl} \
|
%{?with_sasl: --enable-sasl --enable-sasl-pwdb} \
|
||||||
%{?with_seccomp: --enable-seccomp} \
|
%{?with_seccomp: --enable-seccomp} \
|
||||||
%{?with_tls: --enable-tls}
|
%{?with_tls: --enable-tls}
|
||||||
|
|
||||||
@ -174,6 +174,9 @@ fi
|
|||||||
%license ../%{selinuxmoduledir}/COPYING
|
%license ../%{selinuxmoduledir}/COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 24 2020 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.9-1
|
||||||
- Update to 1.6.9
|
- Update to 1.6.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user