fix permissions of cups-browsed.service [release 1.10.0-2mamba;Thu Jul 21 2016]
This commit is contained in:
parent
30b88ca1ae
commit
ba9e80302b
@ -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 <silvan.calarco@mambasoft.it> 1.10.0-2mamba
|
||||
- fix permissions of cups-browsed.service
|
||||
|
||||
* Sun Jul 17 2016 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user