#228 Update rawhide to upstream release 310
Merged 4 months ago by martinpitt. Opened 4 months ago by packit.

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

  /cockpit-307.tar.xz

  /cockpit-308.tar.xz

  /cockpit-309.tar.xz

+ /cockpit-310.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.88.0.post1.dev4+gc070191b.

+ The file was generated using packit 0.90.0.post1.dev3+g3d9551d2.

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

  License:        LGPL-2.1-or-later

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

  

- Version:        309

- Release:        3%{?dist}

+ Version:        310

+ Release:        1%{?dist}

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

  

  # Don't change the bridge in the RHEL 8; the old SSH breaks some features, see @todoPybridgeRHEL8
@@ -508,7 +508,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-length)) = 1.2.0

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

  

  # The changelog is automatically generated and merged

  %changelog

+ * Wed Jan 31 2024 Packit <hello@packit.dev> - 310-1

+ - Storage: support for btrfs

+ - Storage: improved support for swap

+ 

  * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 309-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

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

- SHA512 (cockpit-309.tar.xz) = 17e935515e7de32a09a6255273553394c4c47b551ae6c6e2545e143dc636d79fe5d58f903fdb8c92117eb45a60f64ef1d5bd086950a175f71cb11fa754b76c83

+ SHA512 (cockpit-310.tar.xz) = 295dc948608af1d172fbb4721697c1b3d21e3d710fba04b8c23a2833b6dd556ace9edb630397b218a45ce4895d016c81e4fa670cbd09aa911470ab373d485b60

Upstream tag: 310
Upstream commit: 6a11c2b4


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

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

Logs and details of the syncing: Packit dashboard

rebased onto 905df63

4 months ago

Logs and details of the syncing: Packit dashboard

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

Pull-Request has been merged by martinpitt

4 months ago