diff options
-rw-r--r-- | build.macros.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.macros.in b/build.macros.in index 0ef7d31..6f4c826 100644 --- a/build.macros.in +++ b/build.macros.in @@ -459,6 +459,12 @@ BuildRequires: python %{-d:python-devel} %{!-C:--fix-permissions} #------------------------------------------------------------------------------ +# Systemd macros +# + +%_unitdir /lib/systemd/system + +#------------------------------------------------------------------------------ # Redefine RPM sections to allow jumping over them using "--without <section>". # This an interesting alternative to --short-circuit. # The following are mostly equivalent: |