#210 Update f39 to upstream release 304
Merged 6 months ago by mmarusak. Opened 6 months ago by packit.
rpms/ packit/cockpit 304-f39-update-propose_downstream  into  f39

[packit] 304 upstream release
Packit • 6 months ago  
file modified
+1
@@ -273,3 +273,4 @@ 

  /cockpit-301.tar.xz

  /cockpit-302.tar.xz

  /cockpit-303.tar.xz

+ /cockpit-304.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.84.0.

+ The file was generated using packit 0.85.0.

file modified
+12 -8
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

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

  

- Version:        303

+ Version:        304

  Release:        1%{?dist}

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

  
@@ -436,7 +436,7 @@ 

  Provides: bundled(npm(attr-accept)) = 2.2.2

  Provides: bundled(npm(autolinker)) = 3.16.2

  Provides: bundled(npm(available-typed-arrays)) = 1.0.5

- Provides: bundled(npm(call-bind)) = 1.0.2

+ Provides: bundled(npm(call-bind)) = 1.0.5

  Provides: bundled(npm(date-fns)) = 2.30.0

  Provides: bundled(npm(deep-equal)) = 2.2.2

  Provides: bundled(npm(define-data-property)) = 1.1.1
@@ -447,15 +447,15 @@ 

  Provides: bundled(npm(for-each)) = 0.3.3

  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(get-intrinsic)) = 1.2.2

  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-property-descriptors)) = 1.0.1

  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.4

- Provides: bundled(npm(internal-slot)) = 1.0.5

+ Provides: bundled(npm(hasown)) = 2.0.0

+ Provides: bundled(npm(internal-slot)) = 1.0.6

  Provides: bundled(npm(is-arguments)) = 1.1.1

  Provides: bundled(npm(is-array-buffer)) = 3.0.2

  Provides: bundled(npm(is-bigint)) = 1.0.4
@@ -480,7 +480,7 @@ 

  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.13.0

+ 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
@@ -493,6 +493,7 @@ 

  Provides: bundled(npm(regexp.prototype.flags)) = 1.5.1

  Provides: bundled(npm(remarkable)) = 2.0.1

  Provides: bundled(npm(scheduler)) = 0.23.0

+ Provides: bundled(npm(set-function-length)) = 1.1.1

  Provides: bundled(npm(set-function-name)) = 2.0.1

  Provides: bundled(npm(side-channel)) = 1.0.4

  Provides: bundled(npm(sprintf-js)) = 1.0.3
@@ -503,7 +504,7 @@ 

  Provides: bundled(npm(uuid)) = 9.0.1

  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.11

+ Provides: bundled(npm(which-typed-array)) = 1.1.13

  Provides: bundled(npm(xterm-addon-canvas)) = 0.5.0

  Provides: bundled(npm(xterm)) = 5.3.0

  
@@ -789,6 +790,9 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Wed Nov 01 2023 Packit <hello@packit.dev> - 304-1

+ Storage: Support for RAID layouts with LVM2

+ 

  * Wed Oct 18 2023 Packit <hello@packit.dev> - 303-1

  - Apps: Warn if appstream data package is missing

  - Shell: Redesign untrusted "add host" dialog

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

- SHA512 (cockpit-303.tar.xz) = 31f4c472d5a6ea54d74611cec777fbb54063fa870eb1882cc69b4659e737e714006ba19b796940e35cd9bc0288f570793fe1ddf67eb8704bf9f13c9cf544b700

+ SHA512 (cockpit-304.tar.xz) = 8cf7842afd1ea830d97e7ef33631068b270e702eb12172baa1fe6c9270d56f7062a114392f4e1bb0bc9a3d0a6ab2ac00935648612edec84c3f9c7949e7896d2a

Upstream tag: 304
Upstream commit: 44baedec


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/cockpit.git
cd cockpit
git checkout 304-f39-update-propose_downstream
git push origin 304-f39-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd cockpit
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/cockpit.git
git fetch packit refs/heads/304-f39-update-propose_downstream
git checkout 304-f39-update-propose_downstream
git push packit 304-f39-update-propose_downstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

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

Pull-Request has been merged by mmarusak

6 months ago