diff --git a/uboot-tools.spec b/uboot-tools.spec index b01f2d7..c59821a 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -66,7 +66,8 @@ u-boot bootloader binaries for armv7 boards %prep %setup -q -n u-boot-%{version}%{?candidate:-%{candidate}} -git init +git init +git config --global gc.auto 0 git config user.email "noone@example.com" git config user.name "no one" git add . @@ -74,7 +75,6 @@ git commit -a -q -m "%{version} baseline" git am %{patches}