[packages/python-selinux] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:32:55 CEST 2025
commit cb794895586689a64a4bd357ad979d2fa311002e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:32:40 2025 +0200
Fix applying patches.
python-selinux.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-selinux.spec b/python-selinux.spec
index 8ed12f2..c686221 100644
--- a/python-selinux.spec
+++ b/python-selinux.spec
@@ -37,7 +37,7 @@ Wiązania Pythona 2 do biblioteki SELinux.
%prep
%setup -q -n libselinux-%{version}
-%patch0 -p1
+%patch -P0 -p1
# "-z defs" doesn't mix with --as-needed when some object needs symbols from
# ld.so (because of __thread variable in this case)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-selinux.git/commitdiff/cb794895586689a64a4bd357ad979d2fa311002e
More information about the pld-cvs-commit
mailing list