- Fix bnc#943950, escape the macro call %systemd-tmpfiles in comment
OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=308
This commit is contained in:
parent
60fd2664b9
commit
3473e08841
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 07:36:59 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Fix bnc#943950, escape the macro call %systemd-tmpfiles in comment
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 20 14:07:47 UTC 2015 - tchvatal@suse.com
|
Thu Aug 20 14:07:47 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -436,7 +436,7 @@ getent group ntadmin >/dev/null || %{_sbindir}/groupadd -g 71 -o -r ntadmin 2>/d
|
|||||||
|
|
||||||
%post -p /bin/bash
|
%post -p /bin/bash
|
||||||
%service_add_post cups.service cups-lpd@.service cups-lpd.socket cups.socket
|
%service_add_post cups.service cups-lpd@.service cups-lpd.socket cups.socket
|
||||||
# Use %tmpfiles_create when 13.2 is oldest in support scope
|
# Use %%tmpfiles_create when 13.2 is oldest in support scope
|
||||||
/usr/bin/systemd-tmpfiles --create %{_tmpfilesdir}/cups.conf || :
|
/usr/bin/systemd-tmpfiles --create %{_tmpfilesdir}/cups.conf || :
|
||||||
|
|
||||||
%preun -p /bin/bash
|
%preun -p /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user