Drop unneeded explicit dependency on RPM

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2021-01-23 13:59:51 +01:00
parent 5b033775e0
commit 6c79ef239f
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

View File

@ -22,7 +22,7 @@
Name: lib%{libname}
Version: 0.7.17
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Package dependency solver
License: BSD
@ -48,8 +48,6 @@ BuildRequires: libzstd-devel
# -DENABLE_ZCHUNK_COMPRESSION=ON
BuildRequires: pkgconfig(zck)
%endif
# https://bugzilla.redhat.com/show_bug.cgi?id=1830346
Requires: rpm%{?_isa} >= 4.16.0
%description
A free package dependency solver using a satisfiability algorithm. The
@ -249,6 +247,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
%endif
%changelog
* Sat Jan 23 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.17-2
- Drop unneeded explicit dependency on RPM
* Thu Jan 21 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.17-1
- Update to 0.7.17