update to 1.5.13
This commit is contained in:
parent
53adad5b08
commit
7f835f8d0e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/memcached-selinux-1.0.tar.gz
|
||||
/memcached-1.5.10.tar.gz
|
||||
/memcached-1.5.13.tar.gz
|
||||
|
@ -2,6 +2,7 @@
|
||||
%define groupname memcached
|
||||
%bcond_without sasl
|
||||
%bcond_with seccomp
|
||||
%bcond_with tls
|
||||
%bcond_with tests
|
||||
%global selinuxtype targeted
|
||||
%global selinuxmoduletype contrib
|
||||
@ -10,7 +11,7 @@
|
||||
%global selinuxmoduledir %{selinuxmodulename}-selinux-%{selinuxmodulever}
|
||||
|
||||
Name: memcached
|
||||
Version: 1.5.10
|
||||
Version: 1.5.13
|
||||
Release: 3%{?dist}
|
||||
Epoch: 0
|
||||
Summary: High Performance, Distributed Memory Object Cache
|
||||
@ -29,6 +30,7 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl(Test::More), perl(Test::Harness)
|
||||
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
|
||||
%{?with_seccomp:BuildRequires: libseccomp-devel}
|
||||
%{?with_tls:BuildRequires: openssl-devel}
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
# Rich dependency syntax - require selinux policy subpackage
|
||||
@ -70,7 +72,8 @@ optimised for use with this version of memcached.
|
||||
%build
|
||||
%configure \
|
||||
%{?with_sasl: --enable-sasl} \
|
||||
%{?with_seccomp: --enable-seccomp}
|
||||
%{?with_seccomp: --enable-seccomp} \
|
||||
%{?with_tls: --enable-tls}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (memcached-selinux-1.0.2.tar.gz) = 7db24bbf10d002cfa5870aa0f937197c26d7b885b0652fc5c426919a4e7039274963a5677e7306e7b05927a40cecfef9054de523e273b36a4b3bee7ca27ae48c
|
||||
SHA512 (memcached-1.5.10.tar.gz) = 5b6217ab90492cb4b3f6597c935a4028697f1d071516d647a70f6ba9353db16184ef229935733e669d4120d34d72f6f2415edcfd3ec899e06eab9d3f494f11f1
|
||||
SHA512 (memcached-1.5.13.tar.gz) = 77ea80135f572ff49d030ea1da01b31aa6513589e75c370ef306a986a79129358062730dfebe6801487eeb20b1367aed4096514e882ef35425c764434493fa7b
|
||||
|
Loading…
Reference in New Issue
Block a user