From 6acd83df794371c98e3f8c37a0a4c1b33fd406984096c95d0a2c381802d99406 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Mar 2024 08:53:52 +0000 Subject: [PATCH] autosetup actually doesn't have -m/-M, it's autopatch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=111 --- python311.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python311.spec b/python311.spec index 5984164..0192910 100644 --- a/python311.spec +++ b/python311.spec @@ -415,7 +415,8 @@ This package contains libpython3.2 shared library for embedding in other applications. %prep -%autosetup -p1 -M 08 -n %{tarname} +%autosetup -p1 -N -n %{tarname} +%autopatch -p1 -M 08 %if 0%{?suse_version} <= 1500 %patch -P 09 -p1 %endif