add Require(pre) to try to fix glibc/libxcrypt crash on update [release 2.39.2-2mamba;Fri Aug 18 2023]
This commit is contained in:
parent
8093eaf87e
commit
e41707d995
@ -7,8 +7,8 @@
|
|||||||
%define uuidd_userid 65052
|
%define uuidd_userid 65052
|
||||||
|
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.39.1
|
Version: 2.39.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Miscellaneous utilities for Linux
|
Summary: Miscellaneous utilities for Linux
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -48,6 +48,7 @@ BuildRequires: libreadline-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
|
BuildRequires: libxcrypt-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
@ -90,6 +91,11 @@ Among others, Util-linux contains the fdisk configuration tool and the login pro
|
|||||||
Summary: Block device identification library
|
Summary: Block device identification library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libmount = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libmount = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)(64bit)
|
||||||
|
%else
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libblkid
|
%description -n libblkid
|
||||||
Block device identification library.
|
Block device identification library.
|
||||||
@ -106,6 +112,11 @@ This package provides the development file for application which use libblkid.
|
|||||||
%package -n libsmartcols
|
%package -n libsmartcols
|
||||||
Summary: Pretty output library
|
Summary: Pretty output library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)(64bit)
|
||||||
|
%else
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libsmartcols
|
%description -n libsmartcols
|
||||||
Pretty output library.
|
Pretty output library.
|
||||||
@ -122,6 +133,11 @@ This package provides the development file for application which use libsmartcol
|
|||||||
%package -n libuuid
|
%package -n libuuid
|
||||||
Summary: Universal unique id library
|
Summary: Universal unique id library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)(64bit)
|
||||||
|
%else
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libuuid
|
%description -n libuuid
|
||||||
Universal unique id library.
|
Universal unique id library.
|
||||||
@ -139,6 +155,11 @@ This package provides the development file for application which use libuuid.
|
|||||||
Summary: Mount library
|
Summary: Mount library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libblkid = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libblkid = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)(64bit)
|
||||||
|
%else
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libmount
|
%description -n libmount
|
||||||
Mount library.
|
Mount library.
|
||||||
@ -155,6 +176,11 @@ This package provides the development file for application which use libmount.
|
|||||||
%package -n libfdisk
|
%package -n libfdisk
|
||||||
Summary: Fdisk library
|
Summary: Fdisk library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)(64bit)
|
||||||
|
%else
|
||||||
|
Requires(pre): libc.so.6(GLIBC_2.38)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n libfdisk
|
%description -n libfdisk
|
||||||
Fdisk library.
|
Fdisk library.
|
||||||
@ -415,6 +441,12 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/fdisk.pc
|
%{_libdir}/pkgconfig/fdisk.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.39.2-2mamba
|
||||||
|
- add Require(pre) to try to fix glibc/libxcrypt crash on update
|
||||||
|
|
||||||
|
* Fri Aug 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.39.2-1mamba
|
||||||
|
- update to 2.39.2
|
||||||
|
|
||||||
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 2.39.1-1mamba
|
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 2.39.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user