Add explicit BR: libxcrypt-devel

Signed-off-by: Björn Esser <besser82@fedoraproject.org>
This commit is contained in:
Björn Esser 2025-02-01 19:57:12 +01:00
commit 02870ffba1
No known key found for this signature in database
GPG key ID: F52E98007594C21D

View file

@ -39,7 +39,7 @@
Name: root
Version: 6.34.02
%global libversion %(cut -d. -f 1-2 <<< %{version})
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Numerical data analysis framework
License: LGPL-2.1-or-later
@ -143,6 +143,7 @@ BuildRequires: unixODBC-devel
BuildRequires: libGL-devel
BuildRequires: libGLU-devel
BuildRequires: libpq-devel
BuildRequires: libxcrypt-devel
BuildRequires: python%{python3_pkgversion}-devel >= 3.7
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-numpy
@ -3689,6 +3690,9 @@ fi
%endif
%changelog
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 6.34.02-6
- Add explicit BR: libxcrypt-devel
* Fri Jan 31 2025 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.34.02-5
- Apply patches to fix build with gcc 15
- Enable roofit-multiprocess for EPEL 10 (dependencies available)