From d81d9c246909788a90fc52a22e07b07b7e486e74861997ef5e82752592ffc0b5 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 25 Aug 2020 06:25:03 +0000 Subject: [PATCH] Accepting request 829057 from home:Pharaoh_Atem:branches:Base:System - Sync missing macros of directory paths from upstream systemd macros + %_environmentdir + %_modulesloaddir + %_modprobedir OBS-URL: https://build.opensuse.org/request/show/829057 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=38 --- macros.systemd | 3 +++ systemd-rpm-macros.changes | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/macros.systemd b/macros.systemd index 0fe1dc2..c8d0f88 100644 --- a/macros.systemd +++ b/macros.systemd @@ -33,6 +33,9 @@ %_sysctldir /usr/lib/sysctl.d %_ntpunitsdir /usr/lib/systemd/ntp-units.d %_binfmtdir /usr/lib/binfmt.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 diff --git a/systemd-rpm-macros.changes b/systemd-rpm-macros.changes index 53584d0..72e9263 100644 --- a/systemd-rpm-macros.changes +++ b/systemd-rpm-macros.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 25 00:48:04 UTC 2020 - Neal Gompa + +- Sync missing macros of directory paths from upstream systemd macros + + %_environmentdir + + %_modulesloaddir + + %_modprobedir + ------------------------------------------------------------------- Tue Mar 12 08:17:25 UTC 2019 - Franck Bui