From a0bb1ace00a1202efbe4b6b5aa38a0f04b219df9 Mon Sep 17 00:00:00 2001 From: akdengi Date: Mon, 25 Nov 2013 20:01:25 +0400 Subject: [PATCH] Properly create tmpfiles --- hplip.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hplip.spec b/hplip.spec index 27b3c80..2f4d230 100644 --- a/hplip.spec +++ b/hplip.spec @@ -18,7 +18,7 @@ Summary: HP printer/all-in-one driver infrastructure Name: hplip Version: 3.13.11 -Release: 10 +Release: 12 License: GPLv2+ and MIT Group: System/Printing Url: http://hplip.sourceforge.net/ @@ -548,7 +548,8 @@ if [ -f /etc/init.d/cups ]; then fi %post -%tmpfiles_create %{name} +/bin/systemd-tmpfiles --create %{name}.conf +# tmpfiles_create %{name} %post -n hplip-hpijs-ppds # Restart CUPS to make the printing PPDs known to it