From be91e336eac77f01ae876ef8f76f2fdcccea3894 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 11 Oct 2021 10:40:07 +0200 Subject: [PATCH] scp.spec: add a weak dependency on PackageKit for scp-libs PackageKit can notify the user there is a package providing the driver for his model. It is a nice to have feature, so put it in as Recommends. In the past, desktops seemed to require the package - it doesn't seem to be the case anymore. --- system-config-printer.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system-config-printer.spec b/system-config-printer.spec index 0c4e640..daf89ae 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -56,6 +56,10 @@ the user to configure a CUPS print server. %package libs Summary: Libraries and shared code for printer administration tool +# PackageKit can bring you a popup window if some package in the repo provides a driver +# for your printer +Recommends: PackageKit +Recommends: PackageKit-glib Requires: libnotify Requires: python3-cups >= 1.9.60 Requires: python3-pycurl @@ -256,6 +260,7 @@ exit 0 %changelog * Mon Sep 06 2021 Zdenek Dohnal - 1.5.15-5 - fix issues reported by Coverity scan +- add a weak dependency on PackageKit for scp-libs * Fri Jul 23 2021 Fedora Release Engineering - 1.5.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild