diff --git a/system-config-printer.spec b/system-config-printer.spec index 4d9e71da06178d3c37358129ea8134b088ed4f57..f68b23d6df574a6d838a269246b3d8093e6bda08 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -3,11 +3,11 @@ Name: system-config-printer Summary: a graphical tool for CUPS administration Version: 1.5.11 -Release: 16 +Release: 17 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 python3-devel +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) 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 @@ -81,6 +81,9 @@ rm -rf /var/cache/foomatic/foomatic.pickle exit 0 %changelog +* Thu Jul 21 2022 yaoxin - 1.5.11-17 +- Remove unneeded dependdencies python3-devel + * Thu Mar 31 2022 baizhonggui - 1.5.11-16 - Modify byte_compile syntax to fix build error