OXIESEC PANEL
- Current Dir:
/
/
lib
/
rpm
/
macros.d
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/08/2025 12:06:29 AM
rwxr-xr-x
📄
macros.cmake
2.2 KB
04/05/2024 07:22:55 PM
rw-r--r--
📄
macros.dwz
1.76 KB
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.efi-srpm
3 KB
11/23/2021 10:32:36 PM
rw-r--r--
📄
macros.environment-modules
75 bytes
07/30/2020 12:13:34 PM
rw-r--r--
📄
macros.fedora-misc
2.76 KB
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.fedora-misc-srpm
239 bytes
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.firewalld
239 bytes
09/21/2023 10:00:56 AM
rw-r--r--
📄
macros.forge
12.43 KB
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.ghc-srpm
414 bytes
08/12/2018 10:37:49 AM
rw-r--r--
📄
macros.go-srpm
7.17 KB
04/08/2021 02:45:20 PM
rw-r--r--
📄
macros.info
390 bytes
04/18/2022 05:09:26 PM
rw-r--r--
📄
macros.kernel-srpm
116 bytes
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.ldc-srpm
73 bytes
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.ldconfig
307 bytes
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.lua
375 bytes
08/18/2021 01:25:50 PM
rw-r--r--
📄
macros.mono-srpm
181 bytes
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.nodejs-srpm
324 bytes
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.ocaml-srpm
737 bytes
10/14/2019 08:31:03 AM
rw-r--r--
📄
macros.openblas-srpm
104 bytes
10/16/2019 08:47:30 PM
rw-r--r--
📄
macros.perl
5.06 KB
05/18/2023 09:20:52 PM
rw-r--r--
📄
macros.perl-srpm
794 bytes
10/13/2019 02:18:38 PM
rw-r--r--
📄
macros.pybytecompile
886 bytes
05/16/2023 12:55:39 PM
rw-r--r--
📄
macros.python
3.36 KB
05/16/2023 12:55:39 PM
rw-r--r--
📄
macros.python-srpm
5.95 KB
05/16/2023 12:55:39 PM
rw-r--r--
📄
macros.python2
1.82 KB
04/21/2022 03:26:14 PM
rw-r--r--
📄
macros.python3
3.63 KB
05/16/2023 12:55:39 PM
rw-r--r--
📄
macros.qt5-qtbase
78 bytes
07/18/2024 05:55:35 PM
rw-r--r--
📄
macros.rust-srpm
61 bytes
01/08/2018 07:15:07 PM
rw-r--r--
📄
macros.selinux-policy
6.61 KB
12/17/2024 04:10:18 AM
rw-r--r--
📄
macros.systemd
4.03 KB
12/17/2024 04:00:31 AM
rw-r--r--
📄
macros.valgrind-srpm
127 bytes
05/15/2023 02:30:31 PM
rw-r--r--
📄
macros.vim
40 bytes
08/02/2022 04:44:39 PM
rw-r--r--
📄
macros.vpath
228 bytes
05/15/2023 02:30:31 PM
rw-r--r--
Editing: macros.systemd
Close
# -*- Mode: rpm-spec; indent-tabs-mode: nil -*- */ # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # Copyright 2012 Lennart Poettering # RPM macros for packages installing systemd unit files %_unitdir /usr/lib/systemd/system %_userunitdir /usr/lib/systemd/user %_presetdir /usr/lib/systemd/system-preset %_userpresetdir /usr/lib/systemd/user-preset %_udevhwdbdir /usr/lib/udev/hwdb.d %_udevrulesdir /usr/lib/udev/rules.d %_journalcatalogdir /usr/lib/systemd/catalog %_binfmtdir /usr/lib/binfmt.d %_sysctldir /usr/lib/sysctl.d %_sysusersdir /usr/lib/sysusers.d %_tmpfilesdir /usr/lib/tmpfiles.d %_environmentdir /usr/lib/environment.d %_modulesloaddir /usr/lib/modules-load.d %_modprobedir /usr/lib/modprobe.d %_systemdgeneratordir /usr/lib/systemd/system-generators %_systemdusergeneratordir /usr/lib/systemd/user-generators %_systemd_system_env_generator_dir /usr/lib/systemd/system-environment-generators %_systemd_user_env_generator_dir /usr/lib/systemd/user-environment-generators # Because we had one release with a typo... # This is temporary (Remove after systemd 240 is released) %_environmnentdir %{warn:Use %%_environmentdir instead}%_environmentdir %systemd_requires \ Requires(post): systemd \ Requires(preun): systemd \ Requires(postun): systemd \ %{nil} %systemd_ordering \ OrderWithRequires(post): systemd \ OrderWithRequires(preun): systemd \ OrderWithRequires(postun): systemd \ %{nil} %systemd_post() \ if [ $1 -eq 1 ] ; then \ # Initial installation \ systemctl --no-reload preset %{?*} &>/dev/null || : \ fi \ %{nil} %systemd_user_post() %{expand:%systemd_post \\--global %%{?*}} %systemd_preun() \ if [ $1 -eq 0 ] ; then \ # Package removal, not upgrade \ systemctl --no-reload disable --now %{?*} &>/dev/null || : \ fi \ %{nil} %systemd_user_preun() \ if [ $1 -eq 0 ] ; then \ # Package removal, not upgrade \ systemctl --global disable %{?*} &>/dev/null || : \ fi \ %{nil} %systemd_postun() %{nil} %systemd_user_postun() %{nil} %systemd_postun_with_restart() \ if [ $1 -ge 1 ] ; then \ # Package upgrade, not uninstall \ systemctl try-restart %{?*} &>/dev/null || : \ fi \ %{nil} %systemd_user_postun_with_restart() %{nil} %udev_hwdb_update() %{nil} %udev_rules_update() %{nil} %journal_catalog_update() %{nil} # Deprecated. Use %tmpfiles_create_package instead %tmpfiles_create() \ systemd-tmpfiles --create %{?*} &>/dev/null || : \ %{nil} # Deprecated. Use %sysusers_create_package instead %sysusers_create() \ systemd-sysusers %{?*} &>/dev/null || : \ %{nil} %sysusers_create_inline() \ systemd-sysusers - <<SYSTEMD_INLINE_EOF &>/dev/null || : \ %{?*} \ SYSTEMD_INLINE_EOF \ %{nil} # This should be used by package installation scripts which require users or # groups to be present before the files installed by the package are present on # disk (for example because some files are owned by those users or groups). # # Example: # Source1: %{name}-sysusers.conf # ... # %install # install -D %SOURCE1 %{buildroot}%{_sysusersdir}/%{name}.conf # %pre # %sysusers_create_package %{name} %SOURCE1 # %files # %{_sysusersdir}/%{name}.conf %sysusers_create_package() \ systemd-sysusers --replace=%_sysusersdir/%1.conf - <<SYSTEMD_INLINE_EOF &>/dev/null || : \ %(cat %2) \ SYSTEMD_INLINE_EOF \ %{nil} # This may be used by package installation scripts to create files according to # their tmpfiles configuration from a package installation script, even before # the files of that package are installed on disk. # # Example: # Source1: %{name}-tmpfiles.conf # ... # %install # install -D %SOURCE1 %{buildroot}%{_tmpfilesdir}/%{name}.conf # %pre # %tmpfiles_create_package %{name} %SOURCE1 # %files # %{_tmpfilesdir}/%{name}.conf %tmpfiles_create_package() \ systemd-tmpfiles --replace=%_tmpfilesdir/%1.conf --create - <<SYSTEMD_INLINE_EOF &>/dev/null || : \ %(cat %2) \ SYSTEMD_INLINE_EOF \ %{nil} %sysctl_apply() \ /usr/lib/systemd/systemd-sysctl %{?*} &>/dev/null || : \ %{nil} %binfmt_apply() \ /usr/lib/systemd/systemd-binfmt %{?*} &>/dev/null || : \ %{nil}