diff --git a/cups.changes b/cups.changes index d104796..f231aff 100644 --- a/cups.changes +++ b/cups.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jun 25 08:00:20 UTC 2015 - tchvatal@suse.com + +- Fix the previous commit by using direct systemd call and ensuring we + work even on older distros + +------------------------------------------------------------------- +Mon Jun 22 12:22:42 UTC 2015 - tchvatal@suse.com + +- Fix postin-without-tmpfile-creation and run %tmpfiles_create + macro on our cups.conf + ------------------------------------------------------------------- Tue Jun 9 10:07:17 CEST 2015 - jsmeix@suse.de diff --git a/cups.spec b/cups.spec index 7da28b8..52d4642 100644 --- a/cups.spec +++ b/cups.spec @@ -435,6 +435,8 @@ getent group ntadmin >/dev/null || %{_sbindir}/groupadd -g 71 -o -r ntadmin 2>/d %post %service_add_post cups.service cups-lpd@.service cups-lpd.socket cups.socket +# Use %tmpfiles_create when 13.2 is oldest in support scope +/usr/bin/systemd-tmpfiles --create %{_tmpfilesdir}/cups.conf || : %preun %service_del_preun cups.service cups-lpd@.service cups-lpd.socket cups.socket