[packages/rpm-build-tools] Use nodeps when unpacking.

arekm arekm at pld-linux.org
Thu Jul 17 19:13:59 CEST 2025


commit 20df0b5ca58516617d84ce42b7fe6d28a5ac5e3e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jul 17 19:13:40 2025 +0200

    Use nodeps when unpacking.

 rediff-patches.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/rediff-patches.py b/rediff-patches.py
index 2d57ac5..417ecb9 100755
--- a/rediff-patches.py
+++ b/rediff-patches.py
@@ -53,6 +53,7 @@ def unpack(spec, appsourcedir, builddir):
            '--define', '_sourcedir %s' % appsourcedir,
            '--define', '_enable_debug_packages 0',
            '--define', '_default_patch_fuzz 2',
+           '--nodeps',
            spec ]
     logging.debug("running %s" % repr(cmd))
     try:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/20df0b5ca58516617d84ce42b7fe6d28a5ac5e3e



More information about the pld-cvs-commit mailing list