#8 Fix: Depend on "rpm-libs" not "rpm"
Merged 3 years ago by ignatenkobrain. Opened 3 years ago by jrohel.
rpms/ jrohel/libsolv fix/require_rpm-libs  into  f33

file modified
+5 -2
@@ -22,7 +22,7 @@ 

  

  Name:           lib%{libname}

  Version:        0.7.15

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Package dependency solver

  

  License:        BSD
@@ -49,7 +49,7 @@ 

  BuildRequires:  pkgconfig(zck)

  %endif

  # https://bugzilla.redhat.com/show_bug.cgi?id=1830346

- Requires:       rpm%{?_isa} >= 4.16.0

+ Requires:       rpm-libs%{?_isa} >= 4.16.0

  

  %description

  A free package dependency solver using a satisfiability algorithm. The
@@ -244,6 +244,9 @@ 

  %endif

  

  %changelog

+ * Fri Jan 22 2021 Jaroslav Rohel <jrohel@redhat.com> - 0.7.15-2

+ - Require "rpm-libs%%{?_isa} >= 4.16.0" instead of "rpm%%{?_isa} >= 4.16.0"

+ 

  * Mon Oct 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.15-1

  - Update to 0.7.15

  

Solves multilib problem. "rpm" package is not supposed to be available in multiple architecture versions.

@jrohel Please submit this to be fixed in master so that we can account for it for the F33 rebase to libsolv 0.7.17.

LGTM. In case that there will be no complains, I will merge it.

use %% here to avoid expansion of macros

rebased onto a30f82c

3 years ago

Changelog fixed (uses %%)

Pull-Request has been merged by ignatenkobrain

3 years ago