From 094180503a0e81a7619d965a8c0d01f7eb360d35 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Sat, 19 Nov 2022 01:21:51 +0000 Subject: [PATCH] Add loongarch support for color filesystem Signed-off-by: Wenlong Zhang --- color-filesystem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/color-filesystem.spec b/color-filesystem.spec index ce1a871..bf29701 100644 --- a/color-filesystem.spec +++ b/color-filesystem.spec @@ -2,7 +2,7 @@ Name: color-filesystem Version: 1 -Release: 16 +Release: 17 Summary: Color filesystem layout Group: System Environment/Base License: Public Domain @@ -10,7 +10,7 @@ BuildArch: noarch URL: https://src.fedoraproject.org/rpms/color-filesystem Source0: color-filesystem.tar.gz -ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 sw_64 +ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 sw_64 loongarch64 Requires: filesystem Requires: rpm @@ -53,6 +53,9 @@ EOF %{_sysconfdir}/rpm/macros.color %changelog +* Mon Nov 14 Wenlong Zhang - 1.17 +- Add loongarch support for color filesystem + * Thu Nov 3 2022 wuzx - 1-16 - Add sw64 architecture -- Gitee