macros.systemd.in revision e67ba783696f21782ad5c2ba00515d387016e785
8a77240a809197c92c0736c431b4b88947a7bac1Christian Maeder# -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */
8a77240a809197c92c0736c431b4b88947a7bac1Christian Maeder# This file is part of systemd.
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner# Copyright 2012 Lennart Poettering
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski# systemd is free software; you can redistribute it and/or modify it
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# under the terms of the GNU Lesser General Public License as published by
2eeec5240b424984e3ee26296da1eeab6c6d739eChristian Maeder# the Free Software Foundation; either version 2.1 of the License, or
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski# (at your option) any later version.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# systemd is distributed in the hope that it will be useful, but
09b431a868c79a92ae7c9bd141565f43f9034144Christian Maeder# WITHOUT ANY WARRANTY; without even the implied warranty of
0095c7efbddd0ffeed6aaf8ec015346be161d819Till Mossakowski# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
adea2e45fa61f1097aadc490a0aeaf4831b729ccChristian Maeder# Lesser General Public License for more details.
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski# You should have received a copy of the GNU Lesser General Public License
09b431a868c79a92ae7c9bd141565f43f9034144Christian Maeder# along with systemd; If not, see <http://www.gnu.org/licenses/>.
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder# RPM macros for packages installing systemd unit files
09b431a868c79a92ae7c9bd141565f43f9034144Christian Maeder%_unitdir @systemunitdir@
09b431a868c79a92ae7c9bd141565f43f9034144Christian Maeder%_userunitdir @userunitdir@
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski%_presetdir @systempresetdir@
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski%_udevhwdbdir @udevhwdbdir@
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski%_udevrulesdir @udevrulesdir@
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski%_journalcatalogdir @catalogdir@
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski%_tmpfilesdir @tmpfilesdir@
df11e5eab86d8247f58e301d8f0a2c6ecf4c9541Till Mossakowski%_sysusersdir @sysusersdir@
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder%_sysctldir @sysctldir@
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder%_binfmtdir @binfmtdir@
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder%systemd_requires \
d9a45a35cd696085be1a038b2cc67bee6819c574cmaederRequires(post): systemd \
1a38107941725211e7c3f051f7a8f5e12199f03acmaederRequires(preun): systemd \
09b431a868c79a92ae7c9bd141565f43f9034144Christian MaederRequires(postun): systemd \