Resolves: rhbz#1153660 rhbz#1154284 (cherry picked from commit 3555918139f0ba4021a504c129840d13b234f100)
This commit is contained in:
parent
a52574af07
commit
442919f148
@ -100,6 +100,7 @@
|
|||||||
@@ -0,0 +1,12 @@
|
@@ -0,0 +1,12 @@
|
||||||
+[Unit]
|
+[Unit]
|
||||||
+Description=CUPS Printing Service
|
+Description=CUPS Printing Service
|
||||||
|
+After=network.target
|
||||||
+
|
+
|
||||||
+[Service]
|
+[Service]
|
||||||
+Type=notify
|
+Type=notify
|
||||||
@ -109,7 +110,6 @@
|
|||||||
+[Install]
|
+[Install]
|
||||||
+Also=cups.socket cups.path
|
+Also=cups.socket cups.path
|
||||||
+WantedBy=printer.target
|
+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.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
|
+++ cups-1.7.2/data/cups.socket.in 2014-04-17 14:05:04.105472002 +0200
|
||||||
@@ -0,0 +1,8 @@
|
@@ -0,0 +1,8 @@
|
||||||
|
@ -11,7 +11,7 @@ Summary: CUPS printing system
|
|||||||
Name: cups
|
Name: cups
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.7.5
|
Version: 1.7.5
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
Source: http://www.cups.org/software/%{version}/cups-%{version}-source.tar.bz2
|
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
|
%{_mandir}/man5/ipptoolfile.5.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 16 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.5-10
|
||||||
- Start cups.service after network.target (bug #1153660).
|
- Start cups.service after network.target (bug #1153660).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user