From 9945d1202954dea347e3eaba9863009f1ff843ee Mon Sep 17 00:00:00 2001 From: xurui Date: Tue, 5 Mar 2024 19:09:30 +0800 Subject: [PATCH] Add ppc64le support for color filesystem --- color-filesystem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/color-filesystem.spec b/color-filesystem.spec index c183c67..76a2dd2 100644 --- a/color-filesystem.spec +++ b/color-filesystem.spec @@ -2,7 +2,7 @@ Name: color-filesystem Version: 1 -Release: 18 +Release: 19 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 loongarch64 riscv64 +ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 sw_64 loongarch64 riscv64 powerpc64le Requires: filesystem Requires: rpm @@ -53,6 +53,9 @@ EOF %{_sysconfdir}/rpm/macros.color %changelog +* Tue Mar 5 2024 xurui - 1-19 +- Add ppc64le support for color filesystem + * Mon Mar 20 2023 misaka00251 - 1-18 - Add riscv64 support for color filesystem -- Gitee