rpmrebuild/fix-comment-missing-n-does-not-work.patch

26 lines
638 B
Diff
Raw Normal View History

From 9605c9e3d9b45b8e095f4e2915696c7c46401535 Mon Sep 17 00:00:00 2001
From: xujing <xujing125@huawei.com>
Date: Tue, 8 Nov 2022 10:52:14 +0800
Subject: [PATCH] fix --comment-missing=n does not work
---
rpmrebuild_parser.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rpmrebuild_parser.src b/rpmrebuild_parser.src
index cbdb516..1b1b8be 100755
--- a/rpmrebuild_parser.src
+++ b/rpmrebuild_parser.src
@@ -1062,7 +1062,7 @@ function ProcessLongOptions
;;
*)
- RPMREBUILD_COMMENT_MISSING="yes"
+ RPMREBUILD_COMMENT_MISSING="no"
;;
esac
;;
--
2.27.0