From b07bdd66884fdaac4cda6ee0c91c079ff168d925 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Fri, 14 Nov 2025 15:49:13 +0100 Subject: [PATCH] Fix doubled backslashes Introduced by previous commit. Correctly done in Fedora: https://src.fedoraproject.org/rpms/python3.12/c/9dc158f0bf1a746d3d753e9dc02b5aa44fd65f23?branch=rawhide . --- python3.12.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index db294e3..7beabd6 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -94,7 +94,7 @@ Provides: bundled(python3dist(urllib3)) = 1.26.20 } # setuptools # vendor.txt not in .whl -# %%{_rpmconfigdir}/pythonbundles.py <(unzip -l Lib/test/wheeldata/setuptools-*.whl | grep -E '_vendor/.+dist-info/RECORD' | sed -E 's@^.*/([^-]+)-([^-]+)\\.dist-info/.*$@\\1==\\2@') +# %%{_rpmconfigdir}/pythonbundles.py <(unzip -l Lib/test/wheeldata/setuptools-*.whl | grep -E '_vendor/.+dist-info/RECORD' | sed -E 's@^.*/([^-]+)-([^-]+)\.dist-info/.*$@\1==\2@') %global setuptools_bundled_provides %{expand: Provides: bundled(python3dist(autocommand)) = 2.2.2 Provides: bundled(python3dist(backports-tarfile)) = 1.2