#225 Update rawhide to upstream release 309
Merged 5 months ago by martinpitt. Opened 5 months ago by packit.

[packit] 309 upstream release
Packit • 5 months ago  
file modified
+1
@@ -277,3 +277,4 @@ 

  /cockpit-306.tar.xz

  /cockpit-307.tar.xz

  /cockpit-308.tar.xz

+ /cockpit-309.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.87.1.post1.dev11+gd1f7091b.

+ The file was generated using packit 0.88.0.post1.dev4+gc070191b.

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

  License:        LGPL-2.1-or-later

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

  

- Version:        308

+ Version:        309

  Release:        1%{?dist}

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

  
@@ -453,7 +453,7 @@ 

  Provides: bundled(npm(autolinker)) = 3.16.2

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

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

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

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

  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
@@ -539,7 +539,7 @@ 

  Conflicts: firewalld < 0.6.0-1

  Recommends: sscg >= 2.3

  Recommends: system-logos

- Suggests: sssd-dbus

+ Suggests: sssd-dbus >= 2.6.2

  # for cockpit-desktop

  Suggests: python3

  
@@ -737,6 +737,9 @@ 

  Requires: udisks2 >= 2.9

  Recommends: udisks2-lvm2 >= 2.9

  Recommends: udisks2-iscsi >= 2.9

+ %if ! 0%{?rhel}

+ Recommends: udisks2-btrfs >= 2.9

+ %endif

  Recommends: device-mapper-multipath

  Recommends: clevis-luks

  Requires: %{__python3}
@@ -808,6 +811,9 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Thu Jan 18 2024 Packit <hello@packit.dev> - 309-1

+ - Storage: Introduce btrfs support

+ 

  * Wed Jan 03 2024 Packit <hello@packit.dev> - 308-1

  - Fix connecting to remote hosts with OpenSSH 0.9.6

  

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

- SHA512 (cockpit-308.tar.xz) = ab956e9233c3a6b94991513579b8d59481fb92eb816ac45b7339fa993fe3694045b33c74924a7176f401fdd3674b136a69f84c3a3e0e42ae1e5e5f4afcb50570

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

Upstream tag: 309
Upstream commit: 2db54daf


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

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/227a963aa0f94bb3ac8ebece6d7af8d2

Pull-Request has been merged by martinpitt

5 months ago