From ba9e80302bfd3da22aa15b46ad799bd99d567e61 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:35:46 +0100 Subject: [PATCH] fix permissions of cups-browsed.service [release 1.10.0-2mamba;Thu Jul 21 2016] --- cups-filters.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cups-filters.spec b/cups-filters.spec index 07d460a..53c85fb 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -1,6 +1,6 @@ Name: cups-filters Version: 1.10.0 -Release: 1mamba +Release: 2mamba Summary: Backends, filters, and other software for the CUPS printing system Group: System/Spooling Vendor: openmamba @@ -79,11 +79,12 @@ CFLAGS="%{optflags} $PHP_INCLUDES" rm -rf %{buildroot}/%{_sysconfdir}/init.d rm -rf %{buildroot}/%{_sysconfdir}/rc?.d -install -D -m0755 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browsed.service +install -D -m0644 utils/cups-browsed.service %{buildroot}%{_unitdir}/cups-browsed.service install -d %{buildroot}%{_presetdir} cat > %{buildroot}%{_presetdir}/50-cups-browsed.preset << _EOF enable cups-browsed _EOF + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -156,6 +157,9 @@ _EOF %{_datadir}/doc/cups-filters/README %changelog +* Thu Jul 21 2016 Silvan Calarco 1.10.0-2mamba +- fix permissions of cups-browsed.service + * Sun Jul 17 2016 Automatic Build System 1.10.0-1mamba - automatic version update by autodist