From 0f81ee97a59ed8f4e6385f14d55ed78ea677f69d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 23 Jun 2023 13:01:54 +0300 Subject: [PATCH] Add riscv64 Signed-off-by: David Abdurachmanov --- kernel-srpm-macros.spec | 5 ++++- macros.kernel-srpm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel-srpm-macros.spec b/kernel-srpm-macros.spec index 267d068..a737bdf 100644 --- a/kernel-srpm-macros.spec +++ b/kernel-srpm-macros.spec @@ -1,7 +1,7 @@ Name: kernel-srpm-macros Version: 1.0 # when bumping version and resetting release, don't forget to bump version of kernel-rpm-macros as well -Release: 22%{?dist} +Release: 23%{?dist} Summary: RPM macros that list arches the full kernel is built on # This package only exist in Fedora repositories # The license is the standard (MIT) specified in @@ -136,6 +136,9 @@ install -p -m 644 -t "%{buildroot}%{_fileattrsdir}" modalias.attr %{rrcdir}/rpmsort %changelog +* Wed Mar 06 2024 David Abdurachmanov - 1.0-23 +- Add riscv64 + * Wed Jan 24 2024 Fedora Release Engineering - 1.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/macros.kernel-srpm b/macros.kernel-srpm index c7110f6..5f6bb98 100644 --- a/macros.kernel-srpm +++ b/macros.kernel-srpm @@ -1,3 +1,3 @@ # kernel_arches lists what arches the full kernel is built for. -%kernel_arches x86_64 s390x ppc64le aarch64 %{arm} +%kernel_arches x86_64 s390x ppc64le aarch64 %{arm} riscv64