From 6a2599e9b50e5c1c91060de81b1c736f58893603 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 12 Dec 2025 10:35:01 +0100 Subject: [PATCH 1/3] Drop ExclusiveArch as package is built on all available architectures. --- ursa-major.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ursa-major.spec b/ursa-major.spec index 0b10b23..362ae05 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -16,9 +16,6 @@ Source0: https://files.pythonhosted.org/packages/source/u/%{name}/%{name}-%{v Patch0: ursa-major-rm-python-mock-usage.diff BuildArch: noarch -# libmodulemd is not available for ppc or i686 -ExclusiveArch: noarch aarch64 ppc64le s390x x86_64 - BuildRequires: help2man @@ -198,6 +195,9 @@ py.test %changelog +* Thu May 07 2026 Marcin Juszkiewicz - 0.5.1-10 +- Drop ExclusiveArch as package is built on all available architectures. + * Wed Feb 11 2026 Michel Lind - 0.5.1-9 - Rebuilt without python-mock From b59d31b48468c18f7590243423330ba540eb5a78 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 21:42:23 +0200 Subject: [PATCH 2/3] Rebuilt for Python 3.15 --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 362ae05..3bfbc82 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -195,6 +195,9 @@ py.test %changelog +* Thu Jun 04 2026 Python Maint - 0.5.1-11 +- Rebuilt for Python 3.15 + * Thu May 07 2026 Marcin Juszkiewicz - 0.5.1-10 - Drop ExclusiveArch as package is built on all available architectures. From a17ed5f7f2ffa4e4ca94a776187fdef06304761b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:15:29 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- ursa-major.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ursa-major.spec b/ursa-major.spec index 3bfbc82..38398f6 100644 --- a/ursa-major.spec +++ b/ursa-major.spec @@ -6,7 +6,7 @@ Name: ursa-major Version: 0.5.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A utility for working with module's koji tags in koji's tag inheritance. Group: Development/Tools @@ -195,6 +195,9 @@ py.test %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.5.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu Jun 04 2026 Python Maint - 0.5.1-11 - Rebuilt for Python 3.15