From e34fddaa4fc27a75d44821c0926f575b5e84d7ad Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 25 Nov 2012 13:59:39 +0000 Subject: add some macros for udev rules and tmpfiles snippets --- NEWS | 2 ++ build.macros.in | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 646e27c..9600651 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- add some macros for udev rules and tmpfiles snippets + Version 1.163 - 23 Nov 2012, by Olivier Blin - modify arch_tagged macro to use ()(64bit) instead of (lib64), to be compatible with the mark64 provides generated by find-provides diff --git a/build.macros.in b/build.macros.in index ebe26cf..3b9914e 100644 --- a/build.macros.in +++ b/build.macros.in @@ -502,6 +502,10 @@ popd # %_unitdir /usr/lib/systemd/system +%_udevrulesdir /usr/lib/udev/rules.d +%_tmpfilesdir /usr/lib/tmpfiles.d +%_tmpfilescreate() /usr/bin/systemd-tmpfiles --create %{1}.conf \ +%{nil} #------------------------------------------------------------------------------ # Redefine RPM sections to allow jumping over them using "--without
". -- cgit v1.2.1