Current Path: > > usr > > lib > rpm > macros.d
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
macros.alt-python310 | File | 2057 bytes | June 18 2025 15:55:30. | |
macros.alt-python311 | File | 2082 bytes | June 23 2025 15:48:07. | |
macros.alt-python312 | File | 2062 bytes | June 23 2025 14:00:29. | |
macros.alt-python313 | File | 2062 bytes | June 23 2025 14:39:34. | |
macros.alt-python38 | File | 2022 bytes | September 23 2024 11:26:27. | |
macros.alt-python39 | File | 2025 bytes | June 19 2025 12:11:17. | |
macros.dwz | File | 1806 bytes | May 15 2023 14:30:31. | |
macros.efi-srpm | File | 3075 bytes | November 23 2021 22:32:36. | |
macros.environment-modules | File | 75 bytes | July 30 2020 12:13:34. | |
macros.fedora-misc | File | 2829 bytes | May 15 2023 14:30:31. | |
macros.fedora-misc-srpm | File | 239 bytes | May 15 2023 14:30:31. | |
macros.firewalld | File | 239 bytes | March 11 2025 09:51:08. | |
macros.forge | File | 12733 bytes | May 15 2023 14:30:31. | |
macros.ghc-srpm | File | 414 bytes | August 12 2018 10:37:49. | |
macros.go-srpm | File | 7342 bytes | April 08 2021 14:45:20. | |
macros.info | File | 390 bytes | April 18 2022 17:09:26. | |
macros.kernel-srpm | File | 116 bytes | May 15 2023 14:30:31. | |
macros.ldc-srpm | File | 73 bytes | May 15 2023 14:30:31. | |
macros.ldconfig | File | 307 bytes | May 15 2023 14:30:31. | |
macros.mono-srpm | File | 181 bytes | May 15 2023 14:30:31. | |
macros.nodejs-srpm | File | 324 bytes | May 15 2023 14:30:31. | |
macros.ocaml-srpm | File | 737 bytes | October 14 2019 08:31:03. | |
macros.openblas-srpm | File | 104 bytes | October 16 2019 20:47:30. | |
macros.perl | File | 5184 bytes | July 28 2025 08:01:58. | |
macros.perl-srpm | File | 794 bytes | October 13 2019 14:18:38. | |
macros.pybytecompile | File | 886 bytes | May 16 2023 12:55:39. | |
macros.python | File | 3439 bytes | May 16 2023 12:55:39. | |
macros.python-srpm | File | 6093 bytes | May 16 2023 12:55:39. | |
macros.python2 | File | 1863 bytes | April 21 2022 15:26:14. | |
macros.python3 | File | 3714 bytes | May 16 2023 12:55:39. | |
macros.qt5-qtbase | File | 78 bytes | July 18 2024 17:55:35. | |
macros.ruby | File | 1001 bytes | June 06 2023 14:55:54. | |
macros.rust-srpm | File | 61 bytes | January 08 2018 19:15:07. | |
macros.scl | File | 13857 bytes | April 01 2023 16:10:31. | |
macros.selinux-policy | File | 6766 bytes | December 17 2024 04:10:18. | |
macros.systemd | File | 4126 bytes | April 22 2025 01:58:19. | |
macros.systemtap | File | 206 bytes | October 14 2023 13:06:48. | |
macros.valgrind-srpm | File | 127 bytes | May 15 2023 14:30:31. | |
macros.vim | File | 40 bytes | August 02 2022 16:44:39. | |
macros.vpath | File | 228 bytes | May 15 2023 14:30:31. |
# -*- 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}
SILENT KILLER Tool