Fix for last fix (bug #1153660, bug #1154284).

Resolves: rhbz#1153660 rhbz#1154284
(cherry picked from commit 3555918139)
This commit is contained in:
Tim Waugh 2014-10-18 15:00:58 +01:00
parent a52574af07
commit 442919f148
2 changed files with 5 additions and 2 deletions

View File

@ -100,6 +100,7 @@
@@ -0,0 +1,12 @@
+[Unit]
+Description=CUPS Printing Service
+After=network.target
+
+[Service]
+Type=notify
@ -109,7 +110,6 @@
+[Install]
+Also=cups.socket cups.path
+WantedBy=printer.target
+After=network.target
--- cups-1.7.2/data/cups.socket.in.systemd-socket 2014-04-17 14:05:04.105472002 +0200
+++ cups-1.7.2/data/cups.socket.in 2014-04-17 14:05:04.105472002 +0200
@@ -0,0 +1,8 @@

View File

@ -11,7 +11,7 @@ Summary: CUPS printing system
Name: cups
Epoch: 1
Version: 1.7.5
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv2
Url: http://www.cups.org/
Source: http://www.cups.org/software/%{version}/cups-%{version}-source.tar.bz2
@ -684,6 +684,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man5/ipptoolfile.5.gz
%changelog
* Sat Oct 18 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-11
- Fix for last fix (bug #1153660, bug #1154284).
* Thu Oct 16 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-10
- Start cups.service after network.target (bug #1153660).