Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov aab7e3265e
Add riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-08-31 08:47:17 +03:00
Fedora Release Engineering ef0f16985e Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 02:08:07 +00:00
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Common RPM Macros for building EFI-related packages
Name: efi-rpm-macros
Version: 5
Release: 6%{?dist}
Release: 7.0.riscv64%{?dist}
License: GPLv3+
URL: https://github.com/rhboot/%{name}/
BuildRequires: git sed
@ -39,7 +39,7 @@ machine bootloaders and tools.
%autosetup -S git_am -n %{name}-5
git config --local --add efi.vendor "%{_efi_vendor_}"
git config --local --add efi.esp-root /boot/efi
git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}"
git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86} riscv64"
%build
%make_build clean all
@ -68,6 +68,12 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}"
%dir /boot/efi/EFI/%{_efi_vendor_}
%changelog
* Thu Aug 31 2023 David Abdurachmanov <davidlt@rivosinc.com> - 5-7.0.riscv64
- Add riscv64
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild