From 0d25c958de908717760071bb998150be1b311677 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sat, 23 Jan 2021 13:18:31 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libsolv.git#6c79ef239fde57959e6adebca683a35c10ca9a81 --- libsolv.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libsolv.spec b/libsolv.spec index 5799da3..e94a053 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -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 - 0.7.17-2 +- Drop unneeded explicit dependency on RPM + * Thu Jan 21 2021 Igor Raits - 0.7.17-1 - Update to 0.7.17