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.
This commit is contained in:
parent
2a8b981113
commit
be91e336ea
@ -56,6 +56,10 @@ the user to configure a CUPS print server.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Libraries and shared code for printer administration tool
|
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: libnotify
|
||||||
Requires: python3-cups >= 1.9.60
|
Requires: python3-cups >= 1.9.60
|
||||||
Requires: python3-pycurl
|
Requires: python3-pycurl
|
||||||
@ -256,6 +260,7 @@ exit 0
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 06 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.15-5
|
* Mon Sep 06 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.15-5
|
||||||
- fix issues reported by Coverity scan
|
- fix issues reported by Coverity scan
|
||||||
|
- add a weak dependency on PackageKit for scp-libs
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.15-4
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.15-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user