update libsolv to 0.7.14
This commit is contained in:
parent
1fcd630da5
commit
df062d63ba
BIN
libsolv-0.7.14.tar.gz
Normal file
BIN
libsolv-0.7.14.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
23
libsolv.spec
23
libsolv.spec
@ -14,8 +14,8 @@
|
|||||||
%bcond_without zstd
|
%bcond_without zstd
|
||||||
|
|
||||||
Name: libsolv
|
Name: libsolv
|
||||||
Version: 0.7.7
|
Version: 0.7.14
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Package dependency solver
|
Summary: Package dependency solver
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/openSUSE/libsolv
|
URL: https://github.com/openSUSE/libsolv
|
||||||
@ -27,6 +27,8 @@ Provides: libsolv-tools libsolv-demo
|
|||||||
Obsoletes: libsolv-tools < %{version}-%{release}
|
Obsoletes: libsolv-tools < %{version}-%{release}
|
||||||
Obsoletes: libsolv-demo < %{version}-%{release}
|
Obsoletes: libsolv-demo < %{version}-%{release}
|
||||||
|
|
||||||
|
Requires: rpm >= 4.16.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A free package dependency solver using a satisfiability algorithm. The
|
A free package dependency solver using a satisfiability algorithm. The
|
||||||
library is based on two major, but independent, blocks:
|
library is based on two major, but independent, blocks:
|
||||||
@ -60,20 +62,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description -n ruby-solv
|
%description -n ruby-solv
|
||||||
Ruby bindings for the %{name} library.
|
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
|
%package -n python3-solv
|
||||||
Summary: Python bindings for the %{name} library
|
Summary: Python bindings for the %{name} library
|
||||||
%{?python_provide:%python_provide python3-solv}
|
%{?python_provide:%python_provide python3-solv}
|
||||||
@ -186,5 +174,8 @@ Python 3 version.
|
|||||||
%{_mandir}/man3/%{name}*.3*
|
%{_mandir}/man3/%{name}*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.7.7-2
|
||||||
- Pakcage init
|
- Pakcage init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user