From 7a0762a956b4f09a407988cfc68ce62e01bb2f07 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 26 Jul 2023 13:04:49 +0200 Subject: [PATCH] Update to upstream release 297 HACK: Hardcode selinux-policy version, as the c9s compose or mirror is badly lagging behind, and the version it gets built against isn't available. Related: rhbz#2189499 --- .gitignore | 1 + README.packit | 2 +- cockpit.spec | 36 +++++++++++++++++++++--------------- sources | 2 +- 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index ba67e38..7e46f40 100644 --- a/.gitignore +++ b/.gitignore @@ -266,3 +266,4 @@ /cockpit-294.1.tar.xz /cockpit-295.tar.xz /cockpit-296.tar.xz +/cockpit-297.tar.xz diff --git a/README.packit b/README.packit index 7f24510..9d6cbbc 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.78.0. +The file was generated using packit 0.78.1. diff --git a/cockpit.spec b/cockpit.spec index 53e7c3f..2fc0ee3 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -49,12 +49,11 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 296 +Version: 297 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz -# Use Python bridge on non-stable versions -%if 0%{?fedora} >= 39 +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 9 %define cockpit_enable_python 1 %endif @@ -426,12 +425,12 @@ Provides: cockpit-sosreport = %{version}-%{release} Recommends: (reportd if abrt) %endif -Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-alpha.53 -Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.98 -Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.14 -Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.10 -Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.100 -Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.9 +Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-prerelease.8 +Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.132 +Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.21 +Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.19 +Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.136 +Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.16 Provides: bundled(npm(argparse)) = 1.0.10 Provides: bundled(npm(attr-accept)) = 2.2.2 Provides: bundled(npm(autolinker)) = 3.16.2 @@ -441,7 +440,7 @@ Provides: bundled(npm(deep-equal)) = 2.0.5 Provides: bundled(npm(define-properties)) = 1.2.0 Provides: bundled(npm(es-get-iterator)) = 1.1.3 Provides: bundled(npm(file-selector)) = 0.6.0 -Provides: bundled(npm(focus-trap)) = 7.4.1 +Provides: bundled(npm(focus-trap)) = 7.4.3 Provides: bundled(npm(for-each)) = 0.3.3 Provides: bundled(npm(function-bind)) = 1.1.1 Provides: bundled(npm(functions-have-names)) = 1.2.3 @@ -465,7 +464,6 @@ Provides: bundled(npm(is-regex)) = 1.1.4 Provides: bundled(npm(is-set)) = 2.0.2 Provides: bundled(npm(is-string)) = 1.0.7 Provides: bundled(npm(is-symbol)) = 1.0.4 -Provides: bundled(npm(is-typed-array)) = 1.1.10 Provides: bundled(npm(is-weakmap)) = 2.0.1 Provides: bundled(npm(is-weakset)) = 2.0.2 Provides: bundled(npm(isarray)) = 2.0.5 @@ -491,13 +489,13 @@ Provides: bundled(npm(scheduler)) = 0.23.0 Provides: bundled(npm(side-channel)) = 1.0.4 Provides: bundled(npm(sprintf-js)) = 1.0.3 Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0 -Provides: bundled(npm(tabbable)) = 6.1.2 +Provides: bundled(npm(tabbable)) = 6.2.0 Provides: bundled(npm(throttle-debounce)) = 2.3.0 -Provides: bundled(npm(tslib)) = 2.5.2 +Provides: bundled(npm(tslib)) = 2.6.1 Provides: bundled(npm(uuid)) = 7.0.3 Provides: bundled(npm(which-boxed-primitive)) = 1.0.2 Provides: bundled(npm(which-collection)) = 1.0.1 -Provides: bundled(npm(which-typed-array)) = 1.1.9 +Provides: bundled(npm(which-typed-array)) = 1.1.11 Provides: bundled(npm(xterm-addon-canvas)) = 0.3.0 Provides: bundled(npm(xterm)) = 5.1.0 @@ -512,7 +510,8 @@ Summary: Cockpit Web Service Requires: glib-networking Requires: openssl Requires: glib2 >= 2.50.0 -Requires: (selinux-policy >= %{_selinux_policy_version} if selinux-policy-%{selinuxtype}) +# HACK: should be %{_selinux_policy_version}, but composes are lagging behind +Requires: (selinux-policy >= 38.1.17 if selinux-policy-%{selinuxtype}) Requires(post): (policycoreutils if selinux-policy-%{selinuxtype}) Conflicts: firewalld < 0.6.0-1 Recommends: sscg >= 2.3 @@ -783,6 +782,13 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Wed Jul 26 2023 Packit - 297-1 +- users: allow administrators to change the user shell +- tools: Enable Python bridge on Fedora 38 + +* Wed Jul 19 2023 Fedora Release Engineering - 296-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jul 12 2023 Packit - 296-1 - Performance and stability improvements diff --git a/sources b/sources index 4c2ef5d..a1c6599 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-296.tar.xz) = 009952589ba9ac3f3614d1b1536bb9f7411692b814ec8fa89e236d89f44083e71c3434b740e624f0537bf9e517d9cfd43a3c376849f47ed4894bcfe7a6fe1f90 +SHA512 (cockpit-297.tar.xz) = 4b8f97328f939a28510290c95405acc8e1e2b64ecb194ee9a7fb5a0c79f6e40f7930bfd7b711d36e43a8baf40b57009cbec3e32574c0e7552583332304006c67