From c18dc072f654fa4babc23ccf43534d3fc6f1c88c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 28 Nov 2023 20:58:49 +0700 Subject: [PATCH] EL8 needs 2022.1 as specified in df416a21a0015c298364f90ad28723eb40d6601d, but wrongly updated by 5f46922b1dee401c9db62bdf874d540e33a608a9 --- packaging/rpm/python3-pycuda.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/rpm/python3-pycuda.spec b/packaging/rpm/python3-pycuda.spec index 930964a471..4caf2e0b0a 100644 --- a/packaging/rpm/python3-pycuda.spec +++ b/packaging/rpm/python3-pycuda.spec @@ -17,7 +17,7 @@ Name: python3-pycuda %if 0%{?el8} -Version: 2022.2.2 +Version: 2022.1 %else Version: 2023.1 %endif @@ -27,7 +27,7 @@ Summary: Python3 wrapper CUDA License: MIT Group: Development/Libraries/Python %if 0%{?el8} -Source0: https://files.pythonhosted.org/packages/78/09/9df5358ffb74d225243b56a65ffe196de481fcd8f731f55e41f2d5d36015/pycuda-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/2d/1f/48a3a5b2c715345e7af1e09361100bd98c3d72b4025371692ab233f523d3/pycuda-%{version}.tar.gz %else Source0: https://files.pythonhosted.org/packages/dd/b2/e30282f3286ddad05ef44548fa5c306a179ed3baceefa699af078e49ce6e/pycuda-%{version}.tar.gz %endif @@ -56,7 +56,7 @@ Suggests: nvidia-driver-cuda-libs %prep sha256=`sha256sum %{SOURCE0} | awk '{print $1}'` %if 0%{?el8} -if [ "${sha256}" != "cd92e7246bb45ac3452955a110714112674cdf3b4a9e2f4ff25a4159c684e6bb" ]; then +if [ "${sha256}" != "acd9030d93e76e60b122e33ad16bcf01bb1344f4c304dedff1cd2bffb0f313a3" ]; then %else if [ "${sha256}" != "175ff675f0cf10e38e9adc03ed5df3ed8d8abf7da5134c8dccec752e8a0a3e91" ]; then %endif