#253 Update rawhide to upstream release 314
Merged 3 months ago by martinpitt. Opened 3 months ago by packit.

[packit] 314 upstream release
Packit • 3 months ago  
file modified
+1
@@ -285,3 +285,4 @@ 

  /cockpit-311.1.tar.xz

  /cockpit-312.tar.xz

  /cockpit-313.tar.xz

+ /cockpit-314.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.93.0.post1.dev5+g0048024e.

+ The file was generated using packit 0.94.0.post1.dev8+g4b1f9717.

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

  License:        LGPL-2.1-or-later

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

  

- Version:        313

+ Version:        314

  Release:        1%{?dist}

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

  
@@ -346,10 +346,10 @@ 

  %endif

  

  Provides: bundled(npm(@patternfly/patternfly)) = 5.2.1

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

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

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

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

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

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

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

  Provides: bundled(npm(argparse)) = 1.0.10

  Provides: bundled(npm(array-buffer-byte-length)) = 1.0.1
@@ -357,7 +357,7 @@ 

  Provides: bundled(npm(autolinker)) = 3.16.2

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

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

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

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

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

  Provides: bundled(npm(define-data-property)) = 1.1.4

  Provides: bundled(npm(define-properties)) = 1.2.1
@@ -697,6 +697,10 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Thu Mar 28 2024 Packit <hello@packit.dev> - 314-1

+ - Diagnostic reports: Fix command injection vulnerability with crafted report names

+ - Storage: Improvements to read-only encrypted filesystems

+ 

  * Wed Mar 13 2024 Packit <hello@packit.dev> - 313-1

  - assorted bug fixes and improvements

  

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

- SHA512 (cockpit-313.tar.xz) = 40a7382ae45a08801328cfaa553a562a2a729550eb31a8869cc8b3a4599e7c6ea98c477e369de3adc1cd93ea580d332717dde62e8d5906c0f8e065b22ef56c76

+ SHA512 (cockpit-314.tar.xz) = b2fb99ee3b8de4c5ab1b99de03c3e76d710c8d6187f0ddae3cb29f35cff9bb200dc9aacfa652440d111fa3b1ea0b7d7e3e98cad8003fefdcbda08407fda08a65

Upstream tag: 314
Upstream commit: f2cc9e1a


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 314-rawhide-update-propose_downstream
git push origin 314-rawhide-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/314-rawhide-update-propose_downstream
git checkout 314-rawhide-update-propose_downstream
git push packit 314-rawhide-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 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/664ca8fda957421cafd14eab94e256ec

Pull-Request has been merged by martinpitt

3 months ago