From 9a6fdc230d133306899e10728c50f09f4050f6d879547058f94833b297669bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Jan 2024 15:58:48 +0000 Subject: [PATCH] workaround obsolete notation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=84 --- python-redis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-redis.spec b/python-redis.spec index feb9608..058f01b 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -55,7 +55,7 @@ The Python interface to the Redis key-value store. # pytest.ini for pytest markers cp %SOURCE1 . %ifarch s390x -%patch0 -p1 +%patch -P 0 -p1 %endif # This test passes locally but fails in obs with different