devel requires cyrus-sasl-devel, fix #2002541
This commit is contained in:
parent
7f70790ca2
commit
e2d287644d
@ -24,7 +24,7 @@
|
||||
Name: %{libname}-awesome
|
||||
Summary: Client library and command line tools for memcached server
|
||||
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: BSD
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
|
||||
@ -64,6 +64,7 @@ This is a resurrection of the original work from Brian Aker at libmemcached.org.
|
||||
%package devel
|
||||
Summary: Header files and development libraries for %{name}
|
||||
|
||||
Requires: cyrus-sasl-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# package rename
|
||||
Obsoletes: %{libname}-devel < 1.1
|
||||
@ -191,6 +192,9 @@ rm -r %{buildroot}%{_datadir}/doc/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 1.1.0-7
|
||||
- devel requires cyrus-sasl-devel, fix #2002541
|
||||
|
||||
* Tue Jul 27 2021 Remi Collet <remi@remirepo.net> - 1.1.0-6
|
||||
- add LIBMEMCACHED_AWESOME macro from
|
||||
https://github.com/awesomized/libmemcached/pull/115
|
||||
|
||||
Loading…
Reference in New Issue
Block a user