From 08b14328f32a120b90fd628c50dd46414a3a6bc6 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:41:28 +0100 Subject: [PATCH] Release 252.1-3mamba --- systemd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index db814ae..04463bf 100644 --- a/systemd.spec +++ b/systemd.spec @@ -27,7 +27,7 @@ Name: systemd Epoch: 2 Version: 252.1 -Release: 2mamba +Release: 3mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -243,7 +243,7 @@ export LC_ALL="en_US.UTF-8" -Dsystem-uid-max=998 \ -Dsystem-gid-max=998 \ -Ddefault-kill-user-processes=false \ - -Drpmmacrosdir=%{_sysconfdir}/rpm \ + -Drpmmacrosdir=%{_rpmmacrodir} \ -Dsupport-url="https://openmamba.org" \ -Dntp-servers="0.europe.pool.ntp.org 1.europe.pool.ntp.org 2.europe.pool.ntp.org 3.europe.pool.ntp.org" \ -Ddefault-hierarchy=unified \ @@ -772,7 +772,7 @@ systemctl daemon-reload &>/dev/null || : %files -n libsystemd-devel %defattr(-,root,root) -%{_sysconfdir}/rpm/macros.systemd +%{_rpmmacrodir}/macros.systemd %dir %{_includedir}/systemd %{_includedir}/systemd/*.h %{_libdir}/libsystemd.so @@ -826,6 +826,9 @@ systemctl daemon-reload &>/dev/null || : %{_libdir}/pkgconfig/libudev.pc %changelog +* Mon Nov 21 2022 Silvan Calarco 252.1-3mamba +- install macros.systemd in %_rpmmacrodir + * Fri Nov 18 2022 Silvan Calarco 252.1-2mamba - i586, arm: fix libsystemd-shared installed in both systemd and libsystemd