#218 New upstream release 307
Merged 5 months ago by martinpitt. Opened 5 months ago by martinpitt.
rpms/ martinpitt/cockpit 307  into  rawhide

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

  /cockpit-304.tar.xz

  /cockpit-305.tar.xz

  /cockpit-306.tar.xz

+ /cockpit-307.tar.xz

file modified
+11 -9
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

  URL:            https://cockpit-project.org/

  

- Version:        306

+ Version:        307

  Release:        1%{?dist}

  Source0:        https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz

  
@@ -441,13 +441,13 @@ 

  Recommends: (reportd if abrt)

  %endif

  

- Provides: bundled(npm(@babel/runtime)) = 7.23.4

+ Provides: bundled(npm(@babel/runtime)) = 7.23.6

  Provides: bundled(npm(@patternfly/patternfly)) = 5.1.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(@patternfly/react-core)) = 5.1.2

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

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

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

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

  Provides: bundled(npm(argparse)) = 1.0.10

  Provides: bundled(npm(array-buffer-byte-length)) = 1.0.0

  Provides: bundled(npm(attr-accept)) = 2.2.2
@@ -500,7 +500,7 @@ 

  Provides: bundled(npm(object-inspect)) = 1.13.1

  Provides: bundled(npm(object-is)) = 1.1.5

  Provides: bundled(npm(object-keys)) = 1.1.1

- Provides: bundled(npm(object.assign)) = 4.1.4

+ Provides: bundled(npm(object.assign)) = 4.1.5

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

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

  Provides: bundled(npm(react-dropzone)) = 14.2.3
@@ -753,7 +753,6 @@ 

  The Cockpit component for managing storage.  This package uses udisks.

  

  %files -n cockpit-storaged -f storaged.list

- %dir %{_datadir}/cockpit/storaged/images

  %{_datadir}/metainfo/org.cockpit-project.cockpit-storaged.metainfo.xml

  

  %package -n cockpit-tests
@@ -811,6 +810,9 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Fri Dec 15 2023 Martin Pitt <mpitt@redhat.com> - 307-1

+ - Storage redesign

+ 

  * Wed Nov 29 2023 Packit <hello@packit.dev> - 306-1

  - Kdump: Add Ansible/shell automation

  

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

- SHA512 (cockpit-306.tar.xz) = aed080a00d4cac50a87fdf22b92635e9f63b0944103868d0e666798380309acdc06de62ff26846f87c5d894b2383b4fee6ad720f4a4105ebe8e75b8ff768c8b8

+ SHA512 (cockpit-307.tar.xz) = aad6b680755b258996a99db434b528a22ab4e9f0f2db629f44513e6d63f4ecd67efe644bc8fc0b3c2acc631093c4cf5de6de733a96e403253bf666e2c8210c9a

no initial comment

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e576ae4983214ee0983d50d7430cd2dc

Pull-Request has been merged by martinpitt

5 months ago