#213 Update rawhide to upstream release 305
Merged 6 months ago by martinpitt. Opened 6 months ago by packit.

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

  /cockpit-302.tar.xz

  /cockpit-303.tar.xz

  /cockpit-304.tar.xz

+ /cockpit-305.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.85.0.

+ The file was generated using packit 0.85.0.post1.dev17+g1f3036b1.

file modified
+5 -2
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

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

  

- Version:        304

+ Version:        305

  Release:        1%{?dist}

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

  
@@ -438,7 +438,7 @@ 

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

  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(deep-equal)) = 2.2.3

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

  

  # The changelog is automatically generated and merged

  %changelog

+ * Wed Nov 15 2023 Packit <hello@packit.dev> - 305-1

+ - Performance and stability improvements

+ 

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

  Storage: Support for RAID layouts with LVM2

  

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

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

+ SHA512 (cockpit-305.tar.xz) = d1fc38b4f1566bcab79fc4558a072955ba100fbda9f13af694fe060225ee3c84de5d15a146784ba816711bf51d0203986192c7ab720f4ec6a7044125340204a7

Upstream tag: 305
Upstream commit: f482c1c8


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 305-rawhide-update-propose_downstream
git push origin 305-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/305-rawhide-update-propose_downstream
git checkout 305-rawhide-update-propose_downstream
git push packit 305-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 succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/b02d097ae5ac4b3d949ced68f17973a1

Pull-Request has been merged by martinpitt

6 months ago