diff --git a/apply-patches b/apply-patches index 26b3d045520a9340f7f7dc36814656db8112b940..da3fc371fce458188def87dabb7bb3ab5aa3ccb3 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 c973d4b6ca20050bc4b62c14d4f77588cbf0b827..055a719790c20951830a89f56e525812c257412c 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