Accepting request 817055 from home:lnussel:branches:Printing
- make cups-devel pull in cups-rpm-helper to fix printer driver provides (boo#1172407) OBS-URL: https://build.opensuse.org/request/show/817055 OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=361
This commit is contained in:
parent
27e0bf0852
commit
5be55f0190
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 25 12:24:13 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- make cups-devel pull in cups-rpm-helper to fix printer driver provides
|
||||||
|
(boo#1172407)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 5 10:25:47 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
Fri Jun 5 10:25:47 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cups
|
# spec file for package cups
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@ Release: 0
|
|||||||
Summary: The Common UNIX Printing System
|
Summary: The Common UNIX Printing System
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
Url: http://www.cups.org/
|
URL: http://www.cups.org/
|
||||||
# To get Source0 go to https://www.cups.org/software.html or https://github.com/apple/cups/releases or use e.g.
|
# To get Source0 go to https://www.cups.org/software.html or https://github.com/apple/cups/releases or use e.g.
|
||||||
# wget --no-check-certificate -O cups-2.3b6-source.tar.gz https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
|
# wget --no-check-certificate -O cups-2.3b6-source.tar.gz https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
|
||||||
Source0: https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
|
Source0: https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
|
||||||
@ -241,6 +241,10 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libcups2 = %{version}
|
Requires: libcups2 = %{version}
|
||||||
Requires: libcupsimage2 = %{version}
|
Requires: libcupsimage2 = %{version}
|
||||||
|
# make sure printer drivers benefit from automatic provides
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
Requires: cups-rpm-helper
|
||||||
|
%endif
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
CUPS is a modular printing system which allows a computer to act as a
|
CUPS is a modular printing system which allows a computer to act as a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user