!4 update libsolv to 0.7.14

Merge pull request !4 from linwei9/master
This commit is contained in:
openeuler-ci-bot 2020-07-29 19:47:55 +08:00 committed by Gitee
commit ba8c533265
3 changed files with 7 additions and 16 deletions

BIN
libsolv-0.7.14.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -14,8 +14,8 @@
%bcond_without zstd
Name: libsolv
Version: 0.7.7
Release: 2
Version: 0.7.14
Release: 1
Summary: Package dependency solver
License: BSD
URL: https://github.com/openSUSE/libsolv
@ -27,6 +27,8 @@ Provides: libsolv-tools libsolv-demo
Obsoletes: libsolv-tools < %{version}-%{release}
Obsoletes: libsolv-demo < %{version}-%{release}
Requires: rpm >= 4.16.0
%description
A free package dependency solver using a satisfiability algorithm. The
library is based on two major, but independent, blocks:
@ -60,20 +62,6 @@ Requires: %{name} = %{version}-%{release}
%description -n ruby-solv
Ruby bindings for the %{name} library.
%if %{with python2_bindings}
%package -n python2-solv
Summary: Python bindings for the %{name} library
%{?python_provide:%python_provide python2-solv}
BuildRequires: swig python2-devel
Requires: %{name} = %{version}-%{release}
%description -n python2-solv
Python bindings for the %{name} library.
Python 2 version.
%endif
%package -n python3-solv
Summary: Python bindings for the %{name} library
%{?python_provide:%python_provide python3-solv}
@ -186,5 +174,8 @@ Python 3 version.
%{_mandir}/man3/%{name}*.3*
%changelog
* Wed Jul 29 2020 linwei<linwei54@huawei.com> - 0.7.14-1
- Update libsolv to 0.7.14
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.7.7-2
- Pakcage init