diff options
| author | Remi Collet <remi@remirepo.net> | 2018-02-20 10:15:09 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-02-20 10:15:09 +0100 | 
| commit | f77e78a847761b14382d7e675eab7cf9e64f5c9e (patch) | |
| tree | fb89112ee7be7fe629ba6b08cb2cb2e5ffc130d5 | |
| parent | 618811e6df781f0e96fc32e67f20b561374fef0d (diff) | |
missing BR on C/C++ compilers
| -rw-r--r-- | libmemcached-last.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/libmemcached-last.spec b/libmemcached-last.spec index c48bbd4..0e7fdbc 100644 --- a/libmemcached-last.spec +++ b/libmemcached-last.spec @@ -38,17 +38,19 @@ Name:      %{libname}-last  Summary:   Client library and command line tools for memcached server  Version:   1.0.18 -Release:   6%{?dist} +Release:   13%{?dist}  License:   BSD  URL:       http://libmemcached.org/  # Original sources: -#   http://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz +#   http://launchpad.net/libmemcached/1.0/%%{version}/+download/libmemcached-%%{version}.tar.gz  # The source tarball must be repackaged to remove the Hsieh hash  # code, since the license is non-free.  When upgrading, download the new  # source tarball, and run "./strip-hsieh.sh <version>" to produce the  # "-exhsieh" tarball.  Source0:   %{libname}-%{version}-exhsieh.tar.gz +BuildRequires: gcc +BuildRequires: gcc-c++  %if %{with_sasl}  BuildRequires: cyrus-sasl-devel  %endif @@ -255,6 +257,10 @@ make test  %changelog +* Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 1.0.18-13 +- missing BR on C/C++ compilers +- drop ldconfig scriptlets (F28+) +  * Sun Feb 28 2016 Remi Collet <remi@fedoraproject.org> - 1.0.18-6  - obsolete libmemcached10  | 
