From 9c78be4073083c721e11efdd723b2d6bca977eb8 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:40:12 +0100 Subject: [PATCH] Release 249-2mamba --- systemd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 1380879..9fe19d2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -27,7 +27,7 @@ Name: systemd Epoch: 2 Version: 249 -Release: 1mamba +Release: 2mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -409,7 +409,8 @@ fi %posttrans if [ $1 -ge 1 ]; then - +# Recreate /lib/systemd as symlink if it has been deleted by a previous upgrade +[ -e /lib/systemd ] || ln -s ../usr/lib/systemd /lib/systemd [ ! -L /lib -a ! -L /lib/systemd ] && { # Migrate /lib/system -> /usr/lib/system for d in systemd; do @@ -816,6 +817,9 @@ systemctl daemon-reload &>/dev/null || : %{_libdir}/pkgconfig/libudev.pc %changelog +* Tue Aug 17 2021 Silvan Calarco 249-2mamba +- recreate /lib/systemd as symlink if it has been deleted by a previous upgrade + * Thu Jul 08 2021 Automatic Build System 249-1mamba - automatic version update by autodist