Skip to content

Commit

Permalink
Don't use libdnf5 as a dependency
Browse files Browse the repository at this point in the history
We need to restrict the version of `libdnf` dependency to not use the `libdnf >= 5.0.0` with different API. Unfortunately, the `dnf5` package providing such a `libdnf` was already released, so it is not enough just to change the provide in the `dnf5` package.
  • Loading branch information
jan-kolarik authored and j-mracek committed Jun 15, 2023
1 parent a3c0098 commit a600c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microdnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Name: microdnf
Version: 3.10.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Lightweight implementation of DNF in C

License: GPL-2.0-or-later
Expand All @@ -14,7 +14,7 @@ BuildRequires: meson >= 0.36.0
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.44.0
BuildRequires: pkgconfig(libpeas-1.0) >= 1.20.0
BuildRequires: pkgconfig(libdnf) >= %{libdnf_version}
BuildRequires: (pkgconfig(libdnf) >= %{libdnf_version} with pkgconfig(libdnf) < 5)
BuildRequires: pkgconfig(smartcols)
BuildRequires: help2man

Expand Down

0 comments on commit a600c62

Please sign in to comment.