From 84ed014b27f755fb08f189098c41446773c70b12 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 16 Aug 2025 12:47:03 +0200 Subject: [PATCH] - fix patching --- python3-resolvelib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-resolvelib.spec b/python3-resolvelib.spec index 2dcaec2..4987dae 100644 --- a/python3-resolvelib.spec +++ b/python3-resolvelib.spec @@ -28,7 +28,7 @@ spit out a resolution result. %prep %setup -q -n %{module}-%{version} -%patch0 -p1 +%patch -P0 -p1 %build %py3_build %{?with_tests:test} -- 2.49.0