[packages/PackageKit] no longer uses appstream-glib for dnf, replace with AppStream
atler
atler at pld-linux.org
Mon Dec 18 20:21:00 CET 2023
commit 80f3e6e1446f8d6c9a7d3dee1803cff3db6b48a8
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Dec 18 20:02:00 2023 +0100
no longer uses appstream-glib for dnf, replace with AppStream
PackageKit.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/PackageKit.spec b/PackageKit.spec
index 213d2c5..ef910e1 100644
--- a/PackageKit.spec
+++ b/PackageKit.spec
@@ -41,11 +41,11 @@ Patch0: %{name}-poldek.patch
Patch2: %{name}-meson.patch
Patch3: consolekit-fallback.patch
URL: https://www.freedesktop.org/software/PackageKit/
-%{?with_apt:BuildRequires: AppStream-devel >= 0.12}
+%{?with_dnf:BuildRequires: AppStream-devel >= 0.14.0}
+%{?with_apt:BuildRequires: AppStream-devel >= 0.16.0}
BuildRequires: NetworkManager-devel >= 0.6.5
# pkgconfig(libalpm) >= 13.0.0
%{?with_alpm:BuildRequires: alpm-devel >= 6.0}
-%{?with_dnf:BuildRequires: appstream-glib-devel}
%{?with_apt:BuildRequires: apt-devel >= 1.9.2}
BuildRequires: bash-completion-devel >= 1:2.0
BuildRequires: connman-devel
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/PackageKit.git/commitdiff/80f3e6e1446f8d6c9a7d3dee1803cff3db6b48a8
More information about the pld-cvs-commit
mailing list