diff --git a/system-config-printer.spec b/system-config-printer.spec index 4fd4ad0798244163949af0c3a64efcae9f985462..02035e912083c9c2cbd9cdf7f08d0f9b3b12a2d9 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