From a4f45c183fc9c89152d9543c01edd0dc3dddd1e0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:35:47 +0100 Subject: [PATCH] rebuilt with --with-cups-rundir=/run/cups to fix communicating with cupsd don't overwrite configuration cups-browsed.conf [release 1.14.1-2mamba;Wed Jul 19 2017] --- cups-filters.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cups-filters.spec b/cups-filters.spec index 6cc2a8d..ad68d39 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -1,6 +1,6 @@ Name: cups-filters Version: 1.14.1 -Release: 1mamba +Release: 2mamba Summary: Backends, filters, and other software for the CUPS printing system Group: System/Spooling Vendor: openmamba @@ -71,6 +71,7 @@ This is the development package. PHP_INCLUDES=`php-config --includes` || PHP_INCLUDES= CFLAGS="%{optflags} $PHP_INCLUDES" %configure \ + --with-cups-rundir=/run/cups \ --with-pdftops=gs \ --without-rcdir \ --with-gs-path=%{_bindir}/gs \ @@ -110,7 +111,7 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse %files %defattr(-,root,root) -%config %{_sysconfdir}/cups/cups-browsed.conf +%config(noreplace) %{_sysconfdir}/cups/cups-browsed.conf %{_sysconfdir}/fonts/conf.d/99pdftoopvp.conf %{_unitdir}/cups-browsed.service #%{_presetdir}/50-cups-browsed.preset @@ -201,6 +202,10 @@ install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browse %{_datadir}/doc/cups-filters/README %changelog +* Wed Jul 19 2017 Silvan Calarco 1.14.1-2mamba +- rebuilt with --with-cups-rundir=/run/cups to fix communicating with cupsd +- don't overwrite configuration cups-browsed.conf + * Sun Jul 02 2017 Automatic Build System 1.14.1-1mamba - automatic version update by autodist