[packages/python-gnome-desktop] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:28:18 CEST 2025
commit bf5d87509bd35278060909a7edcf3970510ea6d0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:28:02 2025 +0200
Fix applying patches.
python-gnome-desktop.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-gnome-desktop.spec b/python-gnome-desktop.spec
index 370eab4..0ce8990 100644
--- a/python-gnome-desktop.spec
+++ b/python-gnome-desktop.spec
@@ -210,8 +210,8 @@ Wiązania Pythona do biblioteki totem.
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' \
examples/keyring.py \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-gnome-desktop.git/commitdiff/bf5d87509bd35278060909a7edcf3970510ea6d0
More information about the pld-cvs-commit
mailing list