Release 249-2mamba
This commit is contained in:
parent
a100ff5e5f
commit
9c78be4073
@ -27,7 +27,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 249
|
Version: 249
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -409,7 +409,8 @@ fi
|
|||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
if [ $1 -ge 1 ]; then
|
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 ] && {
|
[ ! -L /lib -a ! -L /lib/systemd ] && {
|
||||||
# Migrate /lib/system -> /usr/lib/system
|
# Migrate /lib/system -> /usr/lib/system
|
||||||
for d in systemd; do
|
for d in systemd; do
|
||||||
@ -816,6 +817,9 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/libudev.pc
|
%{_libdir}/pkgconfig/libudev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 249-2mamba
|
||||||
|
- recreate /lib/systemd as symlink if it has been deleted by a previous upgrade
|
||||||
|
|
||||||
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 249-1mamba
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 249-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user