add git config in apply-patches
Signed-off-by: zhongtao <taozh97@163.com>
This commit is contained in:
parent
ed5d1b19d8
commit
60707feb80
@ -35,6 +35,8 @@ done
|
|||||||
|
|
||||||
git init .
|
git init .
|
||||||
git add .
|
git add .
|
||||||
|
git config --local user.name "isuladci"
|
||||||
|
git config --local user.email "isulad@ci.com"
|
||||||
git commit -m "init repo"
|
git commit -m "init repo"
|
||||||
|
|
||||||
cd $cwd
|
cd $cwd
|
||||||
|
|||||||
8
lxc.spec
8
lxc.spec
@ -1,4 +1,4 @@
|
|||||||
%global _release 2022082001
|
%global _release 2022090101
|
||||||
|
|
||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
@ -192,6 +192,12 @@ make check
|
|||||||
%{_mandir}/*/man7/%{name}*
|
%{_mandir}/*/man7/%{name}*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 20 2022 wangfengtu<wangfengtu@huawei.com> - 4.0.3-2022082001
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user