add git config in apply-patches

Signed-off-by: zhongtao <taozh97@163.com>
This commit is contained in:
zhongtao 2022-09-01 15:01:24 +08:00
parent ed5d1b19d8
commit 60707feb80
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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<zhongtao17@huawei.com> - 4.0.3-2022090101
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: add git config in apply-patches
* Sat Aug 20 2022 wangfengtu<wangfengtu@huawei.com> - 4.0.3-2022082001
- Type:bugfix
- ID:NA