From 4eb46b0266d79045e2cdd48973bb3d47110af3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:41:03 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- plexus-cipher.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plexus-cipher.spec b/plexus-cipher.spec index fb3cbbb..ee18fbf 100644 --- a/plexus-cipher.spec +++ b/plexus-cipher.spec @@ -2,13 +2,13 @@ Name: plexus-cipher Version: 1.7 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Plexus Cipher: encryption/decryption Component License: ASL 2.0 # project moved to GitHub and it looks like there is no official website anymore URL: https://github.com/codehaus-plexus/plexus-cipher BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch # git clone https://github.com/sonatype/plexus-cipher.git # cd plexus-cipher/ @@ -61,6 +61,9 @@ Plexus Cipher: encryption/decryption Component %license LICENSE.txt NOTICE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 1.7-30 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1.7-29 - Disable building on i686