diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index 62e0aca9a4d3a536a08316fbeb6d890e54221c0c..9b668b183547c727bdbedccd73d6f0d27e057742 100644 --- a/efi-rpm-macros.spec +++ b/efi-rpm-macros.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 Summary: Common RPM Macros for building EFI-related packages Name: efi-rpm-macros Version: 3 @@ -15,7 +15,7 @@ Patch0001: 0001-macros.efi-srpm-make-all-of-our-macros-always-expand.patch Patch1000: 0001-efi-macros-support-loongarch-platform.patch %global debug_package %{nil} -%global _efi_vendor_ %(eval echo $(sed -n -e 's/rhel/redhat/' -e 's/^ID=//p' /etc/os-release)) +%global _efi_vendor_ %(eval echo $(sed -n -e 's/^ID=//p' /etc/os-release)) %description %{name} provides a set of RPM macros for use in EFI-related packages. @@ -78,6 +78,9 @@ Doc pages for %{name}. %doc README %changelog +* Thu Jun 20 2024 liyuzhe - 3-3.0.4 +- Removed substitution of 'rhel' to 'redhat' in _efi_vendor_ macro definition. + * Mon Jan 9 2023 Liwei Ge - 3-3.0.3 - Support loongarch64 platform