From ccbdc31ee940b29836307359a3cef72384e8c9eb Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Mon, 23 Dec 2024 23:17:54 +0800 Subject: [PATCH] Fix build failed on riscv64 (cherry picked from commit ad764cc3c55336d30db131790749ea923fd79e7e) --- system-config-printer.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system-config-printer.spec b/system-config-printer.spec index 4fd4ad0..02035e9 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -3,12 +3,13 @@ Name: system-config-printer Summary: a graphical tool for CUPS administration Version: 1.5.11 -Release: 24 +Release: 25 License: GPLv2+ URL: https://github.com/zdohnal/system-config-printer Source0: https://github.com/zdohnal/system-config-printer/archive/%{version}.tar.gz BuildRequires: libusb1-devel gcc gettext-devel systemd xmlto systemd-devel BuildRequires: intltool cups-devel >= 1.2 desktop-file-utils >= 0.2.92 pkgconfig(glib-2.0) +BuildRequires: python3-devel Requires: desktop-file-utils >= 0.2.92 python3-dbus%{?_isa} gtk3%{?_isa} python3-gobject%{?_isa} Requires: libnotify%{?_isa} python3-cairo%{?_isa} python3-cups >= 1.9.60 libcanberra-gtk3 Requires: python3-firewall PackageKit-gtk3-module desktop-notification-daemon dbus-x11 @@ -88,6 +89,9 @@ rm -rf /var/cache/foomatic/foomatic.pickle exit 0 %changelog +* Mon Dec 23 2024 misaka00251 - 1.5.11-25 +- Fix build failed on riscv64 + * Tue Nov 26 2024 yangzhenyu - 1.5.11-24 - Type:bugfix - ID:NA -- Gitee