require(pre) libxcrypt to fix badly breaking dnf update [release 2.38-3mamba;Thu Aug 17 2023]
This commit is contained in:
parent
3966e0da44
commit
cc893b1f93
10
glibc.spec
10
glibc.spec
@ -84,7 +84,7 @@
|
||||
|
||||
Name: glibc
|
||||
Version: 2.38
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: The GNU libc libraries
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -144,6 +144,7 @@ BuildRequires: elfutils
|
||||
Requires: ldconfig = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: locales = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: glibc-utils = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires(pre): libxcrypt
|
||||
%systemd_requires
|
||||
|
||||
# FIXME :
|
||||
@ -162,6 +163,7 @@ Summary: Header and object files for development using standard C librarie
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires(pre): %{__install_info}
|
||||
Requires: libxcrypt-devel
|
||||
|
||||
%description devel
|
||||
The glibc-devel package contains the header and object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs).
|
||||
@ -976,6 +978,12 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.38-3mamba
|
||||
- require(pre) libxcrypt to fix badly breaking dnf update
|
||||
|
||||
* Thu Aug 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.38-2mamba
|
||||
- release bump to override multilib package removal
|
||||
|
||||
* Tue Aug 01 2023 Automatic Build System <autodist@mambasoft.it> 2.38-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user