From 8c1138f3f5d4e07ab3509b84f1ba29c5b172821a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 28 Jun 2023 14:43:00 +0200 Subject: [PATCH] Update to upstream release 295 Related: rhbz#2189499 --- .gitignore | 4 ++++ README.packit | 2 +- cockpit.spec | 49 +++++++++++++++++++++++++++++++++++-------------- sources | 2 +- 4 files changed, 41 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index af6c5ee..bccb800 100644 --- a/.gitignore +++ b/.gitignore @@ -261,3 +261,7 @@ /cockpit-290.tar.xz /cockpit-291.tar.xz /cockpit-292.tar.xz +/cockpit-293.tar.xz +/cockpit-294.tar.xz +/cockpit-294.1.tar.xz +/cockpit-295.tar.xz diff --git a/README.packit b/README.packit index 03c3f50..101115f 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.75.0.post16+g33d32c7. +The file was generated using packit 0.77.0.post2+g06f877b. diff --git a/cockpit.spec b/cockpit.spec index 110ba6e..a84c440 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -49,11 +49,15 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 292 +Version: 295 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz -# Experimental Python support +# Use Python bridge on non-stable versions +%if 0%{?fedora} >= 39 +%define cockpit_enable_python 1 +%endif + %if !%{defined cockpit_enable_python} %define cockpit_enable_python 0 %endif @@ -290,8 +294,7 @@ rm -f %{buildroot}/%{_libdir}/security/pam_* rm -f %{buildroot}/usr/bin/cockpit-bridge rm -f %{buildroot}%{_libexecdir}/cockpit-ssh rm -f %{buildroot}%{_datadir}/metainfo/cockpit.appdata.xml -rm -rf %{buildroot}%{python3_sitelib}/cockpit/ -rm -rf %{buildroot}%{python3_sitelib}/cockpit-%{version}.dist-info/ +rm -rf %{buildroot}%{python3_sitelib}/cockpit* %endif # when not building optional packages, remove their files @@ -373,8 +376,7 @@ system on behalf of the web based user interface. %{_bindir}/cockpit-bridge %{_libexecdir}/cockpit-askpass %if %{cockpit_enable_python} -%{python3_sitelib}/%{name}/ -%{python3_sitelib}/%{name}-%{version}.dist-info/ +%{python3_sitelib}/%{name}* %endif %package doc @@ -424,11 +426,11 @@ Provides: cockpit-sosreport = %{version}-%{release} Recommends: (reportd if abrt) %endif -Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-alpha.43 -Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.83 -Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.12 -Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.8 -Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.85 +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(argparse)) = 1.0.10 Provides: bundled(npm(attr-accept)) = 2.2.2 @@ -439,14 +441,15 @@ 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.0 +Provides: bundled(npm(focus-trap)) = 7.4.1 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 -Provides: bundled(npm(get-intrinsic)) = 1.2.0 +Provides: bundled(npm(get-intrinsic)) = 1.2.1 Provides: bundled(npm(gopd)) = 1.0.1 Provides: bundled(npm(has-bigints)) = 1.0.2 Provides: bundled(npm(has-property-descriptors)) = 1.0.0 +Provides: bundled(npm(has-proto)) = 1.0.1 Provides: bundled(npm(has-symbols)) = 1.0.3 Provides: bundled(npm(has-tostringtag)) = 1.0.0 Provides: bundled(npm(has)) = 1.0.3 @@ -490,7 +493,7 @@ 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(throttle-debounce)) = 2.3.0 -Provides: bundled(npm(tslib)) = 2.5.0 +Provides: bundled(npm(tslib)) = 2.5.2 Provides: bundled(npm(uuid)) = 7.0.3 Provides: bundled(npm(which-boxed-primitive)) = 1.0.2 Provides: bundled(npm(which-collection)) = 1.0.1 @@ -780,6 +783,24 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Wed Jun 28 2023 Packit - 295-1 +- Cockpit Client can now connect to servers without Cockpit installed + +* Thu Jun 15 2023 Python Maint - 294.1-2 +- Rebuilt for Python 3.12 + +* Thu Jun 15 2023 Packit - 294.1-1 +- Multiple major fixes for the "remote python bridge" use case + +* Thu Jun 15 2023 Python Maint - 294-2 +- Rebuilt for Python 3.12 + +* Wed Jun 14 2023 Packit - 294-1 +- Introduce Python bridge on Fedora Rawhide and Debian unstable + +* Thu Jun 01 2023 Packit - 293-1 +- Tests and code quality improvements + * Tue May 16 2023 Packit - 292-1 - Metrics: Add disk IO per service - Several right-to-left language fixes diff --git a/sources b/sources index 1eb36ed..a25cf2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-292.tar.xz) = fbf2dbb9c4c83208cd902d99bf66a7c45b944beb7cf26efa23e859a4d61c9c41ae5558236cba2a2da2ae753a0bd5e669fe776d454cabfc66d42958be785742bb +SHA512 (cockpit-295.tar.xz) = 02928de8270c43ece910700e5bf419b06fb1f7f975ad8e7e36054e0b9dacfb6d608f466f7cda151b9fb265d671ff1459dbd4bf6302a1ea2edb6195b200079565