The package rpms/gap-pkg-hap.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/gap-pkg-hap.git/commit/?id=e8b402a52....
Change: +ExclusiveArch: %{gap_arches} noarch
Thanks.
Full change: ============
commit af97dcfb5a6ef7b49df266fdb88ee2c006a1e605 Author: Jerry James loganjerry@gmail.com Date: Tue Feb 28 15:23:18 2023 -0700
Version 1.53.
diff --git a/gap-pkg-hap.spec b/gap-pkg-hap.spec index 8539a8c..043e319 100644 --- a/gap-pkg-hap.spec +++ b/gap-pkg-hap.spec @@ -11,7 +11,7 @@ %bcond_with bootstrap
Name: gap-pkg-%{pkgname} -Version: 1.52 +Version: 1.53 Release: 1%{?dist} Summary: Homological Algebra Programming for GAP
@@ -129,9 +129,6 @@ chmod a-x lib/Kelvin/{*.xml,kelvin.gd,*.gi,init.g,tutex/*.txt} \ lib/Perturbations/Gcomplexes/*.gz \ www/SideLinks/About/*.g
-# Fix a bad entity, again (https://github.com/gap-packages/hap/pull/102) -sed -i 's/gr;/gt;/' tutorial/tutex/14.20.txt - %build # Build the documentation export LC_ALL=C.UTF-8 @@ -173,6 +170,9 @@ gap -l "%{buildroot}%{gap_libdir};" -o 3G tst/testquick.g %{gap_libdir}/pkg/%{pkgname}/tutorial/
%changelog +* Tue Feb 28 2023 Jerry James loganjerry@gmail.com - 1.53-1 +- Version 1.53 + * Mon Feb 13 2023 Jerry James loganjerry@gmail.com - 1.52-1 - Version 1.52
diff --git a/sources b/sources index 88312a7..d89dbab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hap-1.52.tar.gz) = f5e66b4d250da7e6d4a810483562426b33b54f056b6055520220dd926fa66c204ebaa2f65d572089dccbc08ac2e384fd47b988b6e67ff0a41533e8b86758d0bb +SHA512 (hap-1.53.tar.gz) = 8f0c0fea71a7e53f2709b66c72fd91611ad3ebacd1cb3309dfe22a24fc2c824f11c7b81d8d23d86b161255563bdb280a15ab107ae341993a6591899b5f5d4e1d
commit e8b402a52d389ee0535323f597ae65127621aee1 Author: Jerry James loganjerry@gmail.com Date: Tue Feb 14 14:16:09 2023 -0700
Use the %gap_arches macro.
diff --git a/gap-pkg-hap.spec b/gap-pkg-hap.spec index def75d7..8539a8c 100644 --- a/gap-pkg-hap.spec +++ b/gap-pkg-hap.spec @@ -17,7 +17,7 @@ Summary: Homological Algebra Programming for GAP
License: GPL-2.0-or-later BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch +ExclusiveArch: %{gap_arches} noarch URL: https://gap-packages.github.io/hap/ Source0: https://github.com/gap-packages/hap/archive/v%%7Bversion%7D/%%7Bpkgname%7D-%...
arch-excludes@lists.fedoraproject.org