#36 Fix libmodulemd dependencies
Merged 4 years ago by jlebon. Opened 4 years ago by sgallagh.
rpms/ sgallagh/rpm-ostree master  into  master

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

  Summary: Hybrid image/package system

  Name: rpm-ostree

  Version: 2019.5

- Release: 1%{?dist}

+ Release: 2%{?dist}

  #VCS: https://github.com/cgwalters/rpm-ostree

  # This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"

  # in the upstream git.  If rust is enabled, it contains vendored sources.
@@ -73,7 +73,7 @@ 

  BuildRequires:  pkgconfig(smartcols)

  BuildRequires:  gpgme-devel

  

- Requires:       libmodulemd%{?_isa} >= %{libmodulemd_version}

+ Requires:       libmodulemd1%{?_isa} >= %{libmodulemd_version}

  

  # For now...see https://github.com/projectatomic/rpm-ostree/pull/637

  # and https://github.com/fedora-infra/fedmsg-atomic-composer/pull/17
@@ -176,6 +176,9 @@ 

  %files devel -f files.devel

  

  %changelog

+ * Wed Jul 31 2019 Stephen Gallagher <sgallagh@redhat.com> - 2019.5-2

+ - Fix libmodulemd dependencies

+ 

  * Thu Jul 25 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.5-1

  - New upstream version

  

The runtime requirement would have been pulling in the libmodulemd
2.x API rather than adequately specifying the minimum 1.x version.

Signed-off-by: Stephen Gallagher sgallagh@redhat.com

Thanks! (For libmodulemd and a few others, note we're mostly just following libdnf here. And I see you already have a similar patch there, so :thumbsup:).

Pull-Request has been merged by jlebon

4 years ago