Accepting request 141170 from home:fcrozat:branches:Printing

- Add cups-provides-cupsd.service: ensure cupsd.service is provided
  by cups.service.
 (this is also valid for 12.2 btw)

OBS-URL: https://build.opensuse.org/request/show/141170
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=250
This commit is contained in:
Johannes Meixner 2012-11-16 13:53:24 +00:00 committed by Git OBS Bridge
parent e03292a91c
commit 830bb923e3
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Index: cups-1.5.4/data/cups.service.in
===================================================================
--- cups-1.5.4.orig/data/cups.service.in
+++ cups-1.5.4/data/cups.service.in
@@ -5,5 +5,6 @@ Description=CUPS Printing Service
ExecStart=@sbindir@/cupsd -f
[Install]
+Alias=cupsd.service
Also=cups.socket cups.path
WantedBy=printer.target

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 13 13:54:02 UTC 2012 - fcrozat@suse.com
- Add cups-provides-cupsd.service: ensure cupsd.service is provided
by cups.service.
-------------------------------------------------------------------
Thu Oct 18 12:07:09 UTC 2012 - coolo@suse.com

View File

@ -137,6 +137,8 @@ Patch104: cups-1.5-additional_policies.patch
Patch105: cups-0001-systemd-add-systemd-socket-activation-and-unit-files.patch
# Patch106 fixes option --libs in cups-config script:
Patch106: cups-config-libs.patch
# Patch107 provides cupsd.service in cups.service
Patch107: cups-provides-cupsd-service.patch
# Install into this non-root directory (required when norootforbuild is used):
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -273,6 +275,8 @@ printer drivers for CUPS.
%patch105
# Patch106 fixes option --libs in cups-config script:
%patch106
# Patch107 provides cupsd.service in cups.service
%patch107 -p1
%build
# Disable SILENT run of make so that make runs verbose as usual: