From 60707feb80af6df5402c203f3f8cde3d3e54f5ee Mon Sep 17 00:00:00 2001 From: zhongtao Date: Thu, 1 Sep 2022 15:01:24 +0800 Subject: [PATCH] add git config in apply-patches Signed-off-by: zhongtao --- apply-patches | 2 ++ lxc.spec | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apply-patches b/apply-patches index 26b3d04..da3fc37 100755 --- a/apply-patches +++ b/apply-patches @@ -35,6 +35,8 @@ done git init . git add . +git config --local user.name "isuladci" +git config --local user.email "isulad@ci.com" git commit -m "init repo" cd $cwd diff --git a/lxc.spec b/lxc.spec index c973d4b..055a719 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%global _release 2022082001 +%global _release 2022090101 Name: lxc Version: 4.0.3 @@ -192,6 +192,12 @@ make check %{_mandir}/*/man7/%{name}* %changelog +* Thu Sep 1 2022 zhongtao - 4.0.3-2022090101 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add git config in apply-patches + * Sat Aug 20 2022 wangfengtu - 4.0.3-2022082001 - Type:bugfix - ID:NA -- Gitee