The package rpms/python-damo.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/python-damo.git/commit/?id=d26980cc0....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit d26980cc0498440860296bb153e82b53977cbda3 Author: Michel Lind salimma@fedoraproject.org Date: Fri Aug 30 14:30:12 2024 -0500
Update to 2.4.8
- Exclude 32-bit ix86, some tests start failing - Resolves rhbz#2306031
Signed-off-by: Michel Lind salimma@fedoraproject.org
diff --git a/.gitignore b/.gitignore index ea84fcc..f36ebb2 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /damo-2.4.5.tar.gz /damo-2.4.6.tar.gz /damo-2.4.7.tar.gz +/damo-2.4.8.tar.gz diff --git a/README.packit b/README.packit index 4df53f3..94a5d96 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.100.1. +The file was generated using packit 0.100.2.post1.dev4+g31a74ebd. diff --git a/python-damo.spec b/python-damo.spec index 9a15732..c7e3344 100644 --- a/python-damo.spec +++ b/python-damo.spec @@ -11,7 +11,7 @@ patterns of your system or workloads and make data access-aware memory management optimizations.}
Name: python-%{srcname} -Version: 2.4.7 +Version: 2.4.8 Release: %autorelease Summary: Data Access Monitoring Operator
@@ -22,6 +22,7 @@ URL: https://github.com/awslabs/damo Source: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch +ExcludeArch: %{ix86}
%description %{_description}
diff --git a/sources b/sources index 4bb8401..0edaf8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (damo-2.4.7.tar.gz) = ef06849141d9d1a47bd1610fea90ef42daf246873abf22096c602d20f538f2ea5ad9037b01f189ec58d6ec32dddb590ce66e706ec286e4ce4c217d01ecd5aecb +SHA512 (damo-2.4.8.tar.gz) = 0afe615eafaf3de9603c4e36336936f2a75d1305f296335bc0b1254eaf2a31ad172885db9c3ca6774b1374d76e6325f46bb973e376a9c3da2066a3f9a6ab995f
arch-excludes@lists.fedoraproject.org