diff --git a/efi-rpm-macros-4.tar.gz b/efi-rpm-macros-4.tar.gz deleted file mode 100644 index 32a52a6ca22782ac00966fa25143497d360a758c..0000000000000000000000000000000000000000 Binary files a/efi-rpm-macros-4.tar.gz and /dev/null differ diff --git a/efi-rpm-macros-5.tar.gz b/efi-rpm-macros-5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8590a73255ea49e76f2df42f55d4d1a1ff1891a5 Binary files /dev/null and b/efi-rpm-macros-5.tar.gz differ diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index c5425987f267395ac2172f3d061bf87241610c91..914ade7f6f719fe8ecd66f4f0f4fc1a273daeda1 100644 --- a/efi-rpm-macros.spec +++ b/efi-rpm-macros.spec @@ -3,8 +3,8 @@ %global _efi_vendor_dir %(eval sed -n -e 's/^ID=//p' /etc/os-release | awk -F '"' '{print $2}') Name: efi-rpm-macros -Version: 4 -Release: 6 +Version: 5 +Release: 1 Summary: A set of EFI-related RPM Macros License: GPLv3+ URL: https://github.com/rhboot/%{name}/ @@ -36,7 +36,7 @@ information of EIF machines, it contains the basic directory layout for EFI machine bootloaders and tools. %prep -%autosetup -S git -n %{name}-4 +%autosetup -S git -n %{name}-5 git config --local --add efi.vendor "%{_vendor}" git config --local --add efi.esp-root /boot/efi git config --local --add efi.arches "x86_64 aarch64" @@ -59,6 +59,9 @@ git config --local --add efi.arches "x86_64 aarch64" %{_prefix}/lib/rpm/brp-boot-efi-times %changelog +* Sat Sep 10 2022 tianlijing - 5-1 +- update to 5 + * Thu Jun 16 2022 yanglu - 4-6 - DESC:delete macros in changelog