#230 Update f38 to upstream release 310.1
Merged 3 months ago by martinpitt. Opened 3 months ago by packit.
rpms/ packit/cockpit 310.1-f38-update-propose_downstream  into  f38

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

  /cockpit-308.tar.xz

  /cockpit-309.tar.xz

  /cockpit-310.tar.xz

+ /cockpit-310.1.tar.xz

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

  License:        LGPL-2.1-or-later

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

  

- Version:        310

+ Version:        310.1

  Release:        1%{?dist}

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

  
@@ -811,6 +811,9 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Fri Feb 02 2024 Packit <hello@packit.dev> - 310.1-1

+ - bridge: Fix race condition/crash in file watching channels

+ 

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

  - Storage: support for btrfs

  - Storage: improved support for swap

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

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

+ SHA512 (cockpit-310.1.tar.xz) = b48125205f55fc636087c393029951a04cf995b86731f77ee30ebddeed91a18aeed6b974633c15170e86a093f566925f0c773f48c5a309c2550a1a17e296168a

Upstream tag: 310.1
Upstream commit: b486774b


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.1-f38-update-propose_downstream
git push origin 310.1-f38-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.1-f38-update-propose_downstream
git checkout 310.1-f38-update-propose_downstream
git push packit 310.1-f38-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

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

Pull-Request has been merged by martinpitt

3 months ago