diff --git a/.gitignore b/.gitignore index ffa2d3b..2a643a2 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /cockpit-machines-297.tar.xz /cockpit-machines-298.tar.xz /cockpit-machines-299.tar.xz +/cockpit-machines-300.tar.xz diff --git a/README.packit b/README.packit index ce6b9b9..2a3acd4 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.80.0.post35+g9430d702. +The file was generated using packit 0.84.0. diff --git a/cockpit-machines.spec b/cockpit-machines.spec index 198d4c1..62beeab 100644 --- a/cockpit-machines.spec +++ b/cockpit-machines.spec @@ -16,7 +16,7 @@ # Name: cockpit-machines -Version: 299 +Version: 300 Release: 1%{?dist} Summary: Cockpit user interface for virtual machines License: LGPL-2.1-or-later AND MIT @@ -65,15 +65,15 @@ Recommends: libosinfo Recommends: python3-gobject-base Suggests: (qemu-virtiofsd or virtiofsd) -Provides: bundled(npm(@babel/runtime)) = 7.22.10 +Provides: bundled(npm(@babel/runtime)) = 7.23.2 Provides: bundled(npm(@novnc/novnc)) = 1.4.0 -Provides: bundled(npm(@patternfly/patternfly)) = 5.0.2 -Provides: bundled(npm(@patternfly/react-console)) = 5.0.0-alpha.1 -Provides: bundled(npm(@patternfly/react-core)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-table)) = 5.0.0 -Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0 +Provides: bundled(npm(@patternfly/patternfly)) = 5.1.0 +Provides: bundled(npm(@patternfly/react-console)) = 5.0.0 +Provides: bundled(npm(@patternfly/react-core)) = 5.1.1 +Provides: bundled(npm(@patternfly/react-icons)) = 5.1.1 +Provides: bundled(npm(@patternfly/react-styles)) = 5.1.1 +Provides: bundled(npm(@patternfly/react-table)) = 5.1.1 +Provides: bundled(npm(@patternfly/react-tokens)) = 5.1.1 Provides: bundled(npm(@spice-project/spice-html5)) = 0.2.1 Provides: bundled(npm(array-buffer-byte-length)) = 1.0.0 Provides: bundled(npm(attr-accept)) = 2.2.2 @@ -81,13 +81,14 @@ Provides: bundled(npm(available-typed-arrays)) = 1.0.5 Provides: bundled(npm(call-bind)) = 1.0.2 Provides: bundled(npm(date-fns)) = 2.30.0 Provides: bundled(npm(deep-equal)) = 2.2.2 -Provides: bundled(npm(define-properties)) = 1.2.0 +Provides: bundled(npm(define-data-property)) = 1.1.1 +Provides: bundled(npm(define-properties)) = 1.2.1 Provides: bundled(npm(es-get-iterator)) = 1.1.3 Provides: bundled(npm(file-saver)) = 1.3.8 Provides: bundled(npm(file-selector)) = 0.6.0 -Provides: bundled(npm(focus-trap)) = 7.4.3 +Provides: bundled(npm(focus-trap)) = 7.5.2 Provides: bundled(npm(for-each)) = 0.3.3 -Provides: bundled(npm(function-bind)) = 1.1.1 +Provides: bundled(npm(function-bind)) = 1.1.2 Provides: bundled(npm(functions-have-names)) = 1.2.3 Provides: bundled(npm(get-intrinsic)) = 1.2.1 Provides: bundled(npm(gopd)) = 1.0.1 @@ -96,7 +97,7 @@ 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 +Provides: bundled(npm(has)) = 1.0.4 Provides: bundled(npm(internal-slot)) = 1.0.5 Provides: bundled(npm(is-arguments)) = 1.1.1 Provides: bundled(npm(is-array-buffer)) = 3.0.2 @@ -119,7 +120,7 @@ Provides: bundled(npm(js-tokens)) = 4.0.0 Provides: bundled(npm(lodash)) = 4.17.21 Provides: bundled(npm(loose-envify)) = 1.4.0 Provides: bundled(npm(object-assign)) = 4.1.1 -Provides: bundled(npm(object-inspect)) = 1.12.3 +Provides: bundled(npm(object-inspect)) = 1.13.0 Provides: bundled(npm(object-is)) = 1.1.5 Provides: bundled(npm(object-keys)) = 1.1.1 Provides: bundled(npm(object.assign)) = 4.1.4 @@ -131,8 +132,9 @@ Provides: bundled(npm(react)) = 18.2.0 Provides: bundled(npm(redux-thunk)) = 2.4.2 Provides: bundled(npm(redux)) = 4.2.1 Provides: bundled(npm(regenerator-runtime)) = 0.14.0 -Provides: bundled(npm(regexp.prototype.flags)) = 1.5.0 +Provides: bundled(npm(regexp.prototype.flags)) = 1.5.1 Provides: bundled(npm(scheduler)) = 0.23.0 +Provides: bundled(npm(set-function-name)) = 2.0.1 Provides: bundled(npm(side-channel)) = 1.0.4 Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0 Provides: bundled(npm(tabbable)) = 6.2.0 @@ -169,6 +171,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* # The changelog is automatically generated and merged %changelog +* Wed Oct 18 2023 Packit - 300-1 +- Add SSH keys to VM creation dialog + * Wed Sep 20 2023 Packit - 299-1 - Performance and stability improvements diff --git a/sources b/sources index 48b83fe..bc12e94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-machines-299.tar.xz) = 7e347e9debc16e42f3be6a9f5eea8125ef24985668358ecf0ece05b673c426023b0c7487cf5dce4b4c7fe847b77914420e94a6f7e7699ea4e8c503c033c8251c +SHA512 (cockpit-machines-300.tar.xz) = 1239293f3745a2ce494fd0609c7639cf717329d88cdf728bd1bad9a81d39a17d6c53d4044f5439beefe52750d395cf9169f209257501861270523806f7532357