diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-09-09 14:58:48 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-09-09 14:58:48 +0000 |
commit | c2b5bd7f1e4cd301764e98f75414fa867e55e1b8 (patch) | |
tree | bb2bcd47776af148fe265a9e03d69bbb6349a619 /build.macros.in | |
parent | adff5858c415b6aec3a17d05e013ad096aeb2ac1 (diff) | |
download | rpm-setup-c2b5bd7f1e4cd301764e98f75414fa867e55e1b8.tar rpm-setup-c2b5bd7f1e4cd301764e98f75414fa867e55e1b8.tar.gz rpm-setup-c2b5bd7f1e4cd301764e98f75414fa867e55e1b8.tar.bz2 rpm-setup-c2b5bd7f1e4cd301764e98f75414fa867e55e1b8.tar.xz rpm-setup-c2b5bd7f1e4cd301764e98f75414fa867e55e1b8.zip |
Add systemd rpm macros
Diffstat (limited to 'build.macros.in')
-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: |