From b6582528160a80e41fff96fce494a13adf90762f Mon Sep 17 00:00:00 2001 From: xurui Date: Wed, 6 Mar 2024 10:18:35 +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..d5be687 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 +* Wed Mar 6 2024 xurui - 1-19 +- Add ppc64le support for color filesystem + * Mon Mar 20 2023 misaka00251 - 1-18 - Add riscv64 support for color filesystem