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:
Silvan Calarco 2024-01-05 21:35:46 +01:00
parent 9f2f9016e9
commit 3482b4b29e
2 changed files with 16 additions and 1 deletions

View 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

View File

@ -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