The package rpms/cockpit.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/cockpit.git/commit/?id=236d9d87645a8....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 236d9d87645a886c0f6fd42a63c7e905413361d3 Author: Packit hello@packit.dev Date: Wed Jun 12 09:32:55 2024 +0000
Update to 318 upstream release
Upstream tag: 318 Upstream commit: e46f7e02
Commit authored by Packit automation (https://packit.dev/)
diff --git a/.gitignore b/.gitignore index 9f5ccd1..926ae50 100644 --- a/.gitignore +++ b/.gitignore @@ -289,3 +289,4 @@ /cockpit-315.tar.xz /cockpit-316.tar.xz /cockpit-317.tar.xz +/cockpit-318.tar.xz diff --git a/README.packit b/README.packit index 2fa216c..d2b528d 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.97.1.post1.dev4+g1268842e. +The file was generated using packit 0.97.1.post1.dev6+gc8c0314a. diff --git a/cockpit.spec b/cockpit.spec index a76ae42..f22c730 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -49,13 +49,17 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/
-Version: 317 +Version: 318 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%%7Bversion%7D/...
+%if 0%{?fedora} >= 41 || 0%{?rhel} +ExcludeArch: %{ix86} +%endif + # pcp stopped building on ix86 %define build_pcp 1 -%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 +%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 %ifarch %ix86 %define build_pcp 0 %endif @@ -419,7 +423,7 @@ Provides: bundled(npm(sprintf-js)) = 1.0.3 Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0 Provides: bundled(npm(tabbable)) = 6.2.0 Provides: bundled(npm(throttle-debounce)) = 5.0.0 -Provides: bundled(npm(tslib)) = 2.6.2 +Provides: bundled(npm(tslib)) = 2.6.3 Provides: bundled(npm(uuid)) = 9.0.1 Provides: bundled(npm(which-boxed-primitive)) = 1.0.2 Provides: bundled(npm(which-collection)) = 1.0.2 @@ -697,6 +701,11 @@ via PackageKit.
# The changelog is automatically generated and merged %changelog +* Wed Jun 12 2024 Packit hello@packit.dev - 318-1 +- Storage: Extra confirmation before deleting non-empty partitions in Anaconda's Web UI +- Discontinue Intel 32-bit support in Fedora, CentOS, and RHEL +- cockpit.js: Get user primary group ID + * Wed May 29 2024 Packit hello@packit.dev - 317-1 - webserver: System user changes - metrics: Prefer valkey over redis on Fedora diff --git a/packit.yaml b/packit.yaml index 9043d51..2c26dc6 100644 --- a/packit.yaml +++ b/packit.yaml @@ -54,8 +54,6 @@ jobs: - job: copr_build trigger: pull_request targets: - # 32 bit - - fedora-development-i386 # big-endian - fedora-development-s390x
diff --git a/sources b/sources index e5dce79..a2d9e7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-317.tar.xz) = 55dfa449fd77dcd71d5f27cfd72235daa50c1a3c2d19cac5bc43b933322b4ba353b35f5acfc9f119c1d03a20dbbb80736b9feaca12ae95accbd46e067bb0c558 +SHA512 (cockpit-318.tar.xz) = adfbb5b198e263c295d2538a709045c7e0ec814eaa461997f10fb5f332d333e3dc10968d01e7d3e338bf2ee5e929f358303691f59bdfcaa129fc7ce784779f50
arch-excludes@lists.fedoraproject.org