quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] inspect: Skip version check


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] inspect: Skip version check
Date: Thu, 09 Oct 2014 13:50:02 +0200

Commit a626fcf8b95f2ff51701a00d65043b9f65207514 (setup: Skip version
check) is insufficient for spec file-based setup commands. inspect
itself also sources patchfns, so it must also skip the version check
explicitly.
---
 quilt/scripts/inspect.in |    3 +++
 1 file changed, 3 insertions(+)

--- a/quilt/scripts/inspect.in
+++ b/quilt/scripts/inspect.in
@@ -8,6 +8,9 @@
 
 : address@hidden@}
 
+# Version check is irrelevant to this script.
+skip_version_check=1
+
 if ! [ -r $QUILT_DIR/scripts/patchfns ]
 then
        echo "Cannot read library $QUILT_DIR/scripts/patchfns" >&2

-- 
Jean Delvare
SUSE L3 Support




reply via email to

[Prev in Thread] Current Thread [Next in Thread]