[packages/blackbox] Don't apply commented out patches.
arekm
arekm at pld-linux.org
Tue Jul 15 11:15:56 CEST 2025
commit 86e98bc711b28bf419bcf9b7c7798236b1eac946
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 11:15:40 2025 +0200
Don't apply commented out patches.
blackbox.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/blackbox.spec b/blackbox.spec
index 9fa0dd4..c0720cc 100644
--- a/blackbox.spec
+++ b/blackbox.spec
@@ -71,12 +71,12 @@ ist.
%prep
%setup -q
-#%patch0 -p1
-#%patch1 -p1
+#%%patch0 -p1
+#%%patch1 -p1
%{?with_epistrophy:%patch3 -p1}
-#%patch4 -p1
-#%patch5 -p1
-#%patch6 -p1
+#%%patch4 -p1
+#%%patch5 -p1
+#%%patch6 -p1
%if "%{_lib}" == "lib64"
%patch -P7 -p0
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blackbox.git/commitdiff/86e98bc711b28bf419bcf9b7c7798236b1eac946
More information about the pld-cvs-commit
mailing list