add libsolv-help dependency for libsolv

This commit is contained in:
haochenstar 2020-11-09 16:12:13 +08:00
parent 6e0427d772
commit a1b6d02d79

View File

@ -15,14 +15,14 @@
Name: libsolv
Version: 0.7.14
Release: 1
Release: 2
Summary: Package dependency solver
License: BSD
URL: https://github.com/openSUSE/libsolv
Source: https://github.com/openSUSE/libsolv/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake gcc-c++ ninja-build pkgconfig(rpm) zlib-devel
BuildRequires: libxml2-devel xz-devel bzip2-devel libzstd-devel
Requires: %{_bindir}/find %{_bindir}/curl %{_bindir}/gpg2
Requires: %{_bindir}/find %{_bindir}/curl %{_bindir}/gpg2 %{name}-help
Provides: libsolv-tools libsolv-demo
Obsoletes: libsolv-tools < %{version}-%{release}
Obsoletes: libsolv-demo < %{version}-%{release}
@ -186,6 +186,12 @@ Python 3 version.
%{_mandir}/man3/%{name}*.3*
%changelog
* Mon Nov 09 2020 xihaochen <xihaochen@huawei.com> - 0.7.14-2
- Type:requirement
- CVE:NA
- SUG:NA
- DESC:add libsolv-help dependency for libsolv
* Tue Aug 04 2020 shanzhikun <shanzhikun@huawei.com> - 0.7.14-1
- upgrade libsolv to 0.7.14.