From 02870ffba16dcadae0a4e149a4f2c191057c4592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 1 Feb 2025 19:57:12 +0100 Subject: [PATCH] Add explicit BR: libxcrypt-devel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Esser --- root.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/root.spec b/root.spec index 8e8b13f..54165c3 100644 --- a/root.spec +++ b/root.spec @@ -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 - 6.34.02-6 +- Add explicit BR: libxcrypt-devel + * Fri Jan 31 2025 Mattias Ellert - 6.34.02-5 - Apply patches to fix build with gcc 15 - Enable roofit-multiprocess for EPEL 10 (dependencies available)