Release 254.1-2mamba

This commit is contained in:
Automatic Build System 2023-12-30 14:44:00 +01:00
parent 9e396ca893
commit 9eea0386d7

View File

@ -26,8 +26,8 @@
Name: systemd Name: systemd
Epoch: 2 Epoch: 2
Version: 254 Version: 254.1
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
@ -97,6 +97,7 @@ BuildRequires: libp11-kit-devel
BuildRequires: libpam-devel BuildRequires: libpam-devel
BuildRequires: libseccomp-devel BuildRequires: libseccomp-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: libxcrypt-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: libzstd-devel BuildRequires: libzstd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -133,6 +134,13 @@ It can work as a drop-in replacement for sysvinit.
%package -n libsystemd %package -n libsystemd
Summary: systemd libraries Summary: systemd libraries
Group: System/Libraries Group: System/Libraries
%ifarch x86_64 aarch64
Requires(pre): libc.so.6(GLIBC_2.38)(64bit)
Requires(pre): libcrypt.so.1(XCRYPT_4.4)(64bit)
%else
Requires(pre): libc.so.6(GLIBC_2.38)
Requires(pre): libcrypt.so.1(XCRYPT_4.4)
%endif
%description -n libsystemd %description -n libsystemd
systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts.
@ -177,8 +185,12 @@ Summary: udev libraries
Group: System/Libraries Group: System/Libraries
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
Provides: libudev.so.0()(64bit) Provides: libudev.so.0()(64bit)
Requires(pre): libc.so.6(GLIBC_2.38)(64bit)
Requires(pre): libcrypt.so.1(XCRYPT_4.4)(64bit)
%else %else
Provides: libudev.so.0 Provides: libudev.so.0
Requires(pre): libc.so.6(GLIBC_2.38)
Requires(pre): libcrypt.so.1(XCRYPT_4.4)
%endif %endif
%description -n libudev %description -n libudev
@ -831,6 +843,12 @@ systemctl daemon-reload &>/dev/null || :
%{_libdir}/pkgconfig/libudev.pc %{_libdir}/pkgconfig/libudev.pc
%changelog %changelog
* Fri Aug 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 254.1-2mamba
- add Require(pre) to try to fix glibc/libxcrypt crash on update
* Sat Aug 12 2023 Automatic Build System <autodist@mambasoft.it> 254.1-1mamba
- automatic version update by autodist
* Tue Aug 01 2023 Automatic Build System <autodist@mambasoft.it> 254-1mamba * Tue Aug 01 2023 Automatic Build System <autodist@mambasoft.it> 254-1mamba
- automatic version update by autodist - automatic version update by autodist