From c44adce09e2ef4ce1fdcfa1f96677886dca61c22 Mon Sep 17 00:00:00 2001
From: Funda Wang <fundawang@yeah.net>
Date: Sat, 6 Jun 2026 01:16:26 +0800
Subject: [PATCH] disable automatic maintenance also
macros.in | 1 +
1 file changed, 1 insertion(+)
@@ -1188,6 +1188,7 @@ package or when debugging this package.\
%{__git} config user.name "%{__scm_username}"\
%{__git} config user.email "%{__scm_usermail}"\
%{__git} config gc.auto 0\
+%{__git} config maintenance.auto false\
%{__git} add --force .\
%{__git} commit %{-q} --allow-empty -a\\\
--author "%{__scm_author}" -m "%{NAME}-%{VERSION} base"\
--
2.54.0