#105 Update to upstream release 66
Closed a year ago by martinpitt. Opened a year ago by packit.
rpms/ packit/cockpit-podman 66-f37-update-propose_downstream  into  f37

file modified
+1
@@ -65,3 +65,4 @@ 

  /cockpit-podman-63.tar.xz

  /cockpit-podman-64.tar.xz

  /cockpit-podman-65.tar.xz

+ /cockpit-podman-66.tar.xz

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.69.0.post27+g1374cc1.

+ The file was generated using packit 0.72.0.

file modified
+36 -1
@@ -16,7 +16,7 @@ 

  #

  

  Name:           cockpit-podman

- Version:        65

+ Version:        66

  Release:        1%{?dist}

  Summary:        Cockpit component for Podman containers

  License:        LGPL-2.1-or-later
@@ -38,6 +38,37 @@ 

  Requires:       criu-libs

  %endif

  

+ Provides: bundled(npm(@patternfly/patternfly)) = 4.224.4

+ Provides: bundled(npm(@patternfly/react-core)) = 4.276.9

+ Provides: bundled(npm(@patternfly/react-icons)) = 4.93.6

+ Provides: bundled(npm(@patternfly/react-styles)) = 4.92.7

+ Provides: bundled(npm(@patternfly/react-table)) = 4.113.1

+ Provides: bundled(npm(@patternfly/react-tokens)) = 4.94.6

+ Provides: bundled(npm(attr-accept)) = 1.1.3

+ Provides: bundled(npm(core-js)) = 2.6.12

+ Provides: bundled(npm(date-fns)) = 2.28.0

+ Provides: bundled(npm(docker-names)) = 1.2.1

+ Provides: bundled(npm(file-selector)) = 0.1.19

+ Provides: bundled(npm(focus-trap)) = 6.9.2

+ 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(popper.js)) = 1.16.1

+ Provides: bundled(npm(prop-types-extra)) = 1.1.1

+ Provides: bundled(npm(prop-types)) = 15.8.1

+ Provides: bundled(npm(react-dom)) = 18.2.0

+ Provides: bundled(npm(react-dropzone)) = 9.0.0

+ Provides: bundled(npm(react-is)) = 16.13.1

+ Provides: bundled(npm(react)) = 18.2.0

+ Provides: bundled(npm(scheduler)) = 0.23.0

+ Provides: bundled(npm(tabbable)) = 5.3.3

+ Provides: bundled(npm(throttle-debounce)) = 2.3.0

+ Provides: bundled(npm(tippy.js)) = 5.1.2

+ Provides: bundled(npm(tslib)) = 2.5.0

+ Provides: bundled(npm(warning)) = 4.0.3

+ Provides: bundled(npm(xterm)) = 4.18.0

+ 

  %description

  The Cockpit user interface for Podman containers.

  
@@ -58,6 +89,10 @@ 

  %{_datadir}/metainfo/*

  

  %changelog

+ * Tue Apr 11 2023 Packit <hello@packit.dev> - 66-1

+  - Container list can be sorted

+  - Custom healthcheck actions

+ 

  * Wed Mar 22 2023 Packit <hello@packit.dev> - 65-1

  - Show dialog errors at the top of the dialogs

  - Build system and documentation improvements

file modified
+2
@@ -21,8 +21,10 @@ 

      targets:

        - fedora-37

        - fedora-38

+       - fedora-latest-aarch64

        - fedora-development

        - centos-stream-9-x86_64

+       - centos-stream-9-aarch64

        - centos-stream-8-x86_64

  

    - job: copr_build

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (cockpit-podman-65.tar.xz) = 34ddbf1f642a4222ba315c9bfe6469e05a3112644555616214d9f797ffaa145dedff8989b906bd1142da6b9406729866ec9c4a38b95872f99732a691868bf379

+ SHA512 (cockpit-podman-66.tar.xz) = 0e06136c3a8ddd6a5ea09a94cbfbd3747e3aa8cb1fa7e2d3cd7c1ea9908573483b44d9c7866ae6a44ed117f2c5bd38b2751a2e6e6419fe4a15a8ad1cbb5ab44a

Upstream tag: 66
Upstream commit: e41f60d4

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/d2f8fbc118b741dd87ccfee9c80ac32e

Pull-Request has been closed by martinpitt

a year ago