cups-browsed.service: add TimeoutStopSec=5 to workaround shutdown delay problem [release 1.10.0-4mamba;Wed Jul 27 2016]
This commit is contained in:
parent
9f2f9016e9
commit
3482b4b29e
10
cups-filters-1.10.0-cups-browsed-timeout-stop.patch
Normal file
10
cups-filters-1.10.0-cups-browsed-timeout-stop.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- cups-filters-1.10.0/utils/cups-browsed.service.orig 2016-07-27 16:52:47.033337629 +0200
|
||||
+++ cups-filters-1.10.0/utils/cups-browsed.service 2016-07-27 16:53:13.621349229 +0200
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/cups-browsed
|
||||
+TimeoutStopSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -1,6 +1,6 @@
|
||||
Name: cups-filters
|
||||
Version: 1.10.0
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: Backends, filters, and other software for the CUPS printing system
|
||||
Group: System/Spooling
|
||||
Vendor: openmamba
|
||||
@ -8,6 +8,7 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openprinting.org
|
||||
Source: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
|
||||
Patch0: cups-filters-1.10.0-cups-browsed-timeout-stop.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: ghostscript-devel
|
||||
@ -63,6 +64,7 @@ This is the development package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
PHP_INCLUDES=`php-config --includes` || PHP_INCLUDES=
|
||||
@ -193,6 +195,9 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse
|
||||
%{_datadir}/doc/cups-filters/README
|
||||
|
||||
%changelog
|
||||
* Wed Jul 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-4mamba
|
||||
- cups-browsed.service: add TimeoutStopSec=5 to workaround shutdown delay problem
|
||||
|
||||
* Sat Jul 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-3mamba
|
||||
- added some configure options and requirements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user