From 84bb4fddace1a15b79f17b874d75ee289610fab2 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 25 Nov 2024 10:02:56 -0500 Subject: [PATCH] ceph-19.2.0 scikit_learn -> scikit-learn rhbz#2328553 --- ceph.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ceph.spec b/ceph.spec index 49b1ae5..f952a3f 100644 --- a/ceph.spec +++ b/ceph.spec @@ -185,7 +185,7 @@ ################################################################################# Name: ceph Version: 19.2.0 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -721,7 +721,7 @@ Group: System/Filesystems Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} Requires: python%{python3_pkgversion}-numpy %if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 10 -Requires: python%{python3_pkgversion}-scikit_learn +Requires: python%{python3_pkgversion}-scikit-learn %endif Requires: python3-scipy %description mgr-diskprediction-local @@ -2715,11 +2715,11 @@ exit 0 %{python3_sitelib}/ceph_node_proxy-* %changelog -* Wed Nov 13 2024 Kaleb S. KEITHLEY - 2:19.2.0-3 -- ceph-19.2.0 scikit-learn -> scikit_learn rhbz#2325990 +* Mon Nov 25 2024 Kaleb S. KEITHLEY - 2:19.2.0-3 +- ceph-19.2.0 scikit_learn -> scikit-learn rhbz#2328553 -* Fri Oct 25 2024 Orion Poplawski - 2:19.2.0-2 -- Rebuild for yaml-cpp 0.8 +* Wed Nov 13 2024 Kaleb S. KEITHLEY - 2:19.2.0-2 +- ceph-19.2.0 scikit-learn -> scikit_learn rhbz#2325990 * Fri Sep 20 2024 Kaleb S. KEITHLEY - 2:19.2.0-1 - ceph-19.2.0 GA