From f56e0fb83ab0b086acc57339a4b5ba28f4f3988b Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 2 Aug 2021 14:45:26 +0800 Subject: [PATCH] modify git config parameters --- grub.macros | 4 ++-- grub2.spec | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/grub.macros b/grub.macros index 52b160e..80e4f76 100644 --- a/grub.macros +++ b/grub.macros @@ -333,8 +333,8 @@ git init \ echo '![[:digit:]][[:digit:]]_*.in' > util/grub.d/.gitignore \ echo '!*.[[:digit:]]' > util/.gitignore \ echo '!config.h' > include/grub/emu/.gitignore \ -git config user.email "%{name}-owner@fedoraproject.org" \ -git config user.name "Fedora Ninjas" \ +git config user.email "buildteam@%{efi_vendor}.org" \ +git config user.name "%{efi_vendor} Buildteam" \ git config gc.auto 0 \ rm -f configure \ git add . \ diff --git a/grub2.spec b/grub2.spec index abf50e7..616be17 100644 --- a/grub2.spec +++ b/grub2.spec @@ -8,7 +8,7 @@ Name: grub2 Epoch: 1 Version: 2.04 -Release: 18 +Release: 19 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -448,6 +448,12 @@ rm -r /boot/grub2.tmp/ || : %{_datadir}/man/man* %changelog +* Mon Aug 02 2021 gaihuiying - 2.04-19 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify git config parameters + * Tue May 25 2021 yanan - 2.04-18 - Type:bugfix - ID:NA -- Gitee