#189 Update rawhide to upstream release 298
Closed 9 months ago by martinpitt. Opened 9 months ago by packit.

[packit] 298 upstream release
Packit • 9 months ago  
file modified
+1
@@ -267,3 +267,4 @@ 

  /cockpit-295.tar.xz

  /cockpit-296.tar.xz

  /cockpit-297.tar.xz

+ /cockpit-298.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.78.1.

+ The file was generated using packit 0.78.2.post2+g81828af.

file modified
+11 -7
@@ -49,7 +49,7 @@ 

  License:        LGPL-2.1-or-later

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

  

- Version:        297

+ Version:        298

  Release:        1%{?dist}

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

  
@@ -425,12 +425,12 @@ 

  Recommends: (reportd if abrt)

  %endif

  

- Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-prerelease.8

- Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.132

- Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.21

- Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.19

- Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.136

- Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.16

+ Provides: bundled(npm(@patternfly/patternfly)) = 5.0.2

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

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

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

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

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

  Provides: bundled(npm(argparse)) = 1.0.10

  Provides: bundled(npm(attr-accept)) = 2.2.2

  Provides: bundled(npm(autolinker)) = 3.16.2
@@ -781,6 +781,10 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Wed Aug 09 2023 Packit <hello@packit.dev> - 298-1

+ - Update to PatternFly 5

+ - Stratis pools can now be bound to a Tang server

+ 

  * Wed Jul 26 2023 Packit <hello@packit.dev> - 297-1

  - users: allow administrators to change the user shell

  - tools: Enable Python bridge on Fedora 38

file modified
+24
@@ -24,6 +24,7 @@ 

  copy_upstream_release_description: true

  jobs:

    - job: tests

+     identifier: self

      trigger: pull_request

      targets:

        - fedora-37
@@ -34,6 +35,21 @@ 

        - centos-stream-9-x86_64

        - centos-stream-9-aarch64

  

+   # current Fedora runs reverse dependency testing against https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/

+   - job: tests

+     identifier: revdeps

+     trigger: pull_request

+     targets:

+       - fedora-latest-stable

+     tf_extra_params:

+       environments:

+         - artifacts:

+           - type: repository-file

+             id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo

+           tmt:

+             context:

+               revdeps: "yes"

+ 

    # run build/unit tests on some interesting architectures

    - job: copr_build

      trigger: pull_request
@@ -43,6 +59,14 @@ 

        # big-endian

        - fedora-development-s390x

  

+   # for cross-project testing

+   - job: copr_build

+     trigger: commit

+     branch: "^main$"

+     owner: "@cockpit"

+     project: "main-builds"

+     preserve_project: True

+ 

    - job: copr_build

      trigger: release

      owner: "@cockpit"

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

- SHA512 (cockpit-297.tar.xz) = 4b8f97328f939a28510290c95405acc8e1e2b64ecb194ee9a7fb5a0c79f6e40f7930bfd7b711d36e43a8baf40b57009cbec3e32574c0e7552583332304006c67

+ SHA512 (cockpit-298.tar.xz) = 405ba2078699c1a43116184b121d134df5bfd22d9b4234bbf3773809513ab4a64b25a9686bd0074bf4b4a520e19b8f2813d49709fcfe2179cf19e33cb2752d5d

Upstream tag: 298
Upstream commit: 4133eb93

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/cockpit.git refs/heads/*:refs/remotes/packit/*
git checkout packit/298-rawhide-update-propose_downstream

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/0401cbfc7fd14b768b589f6dc591d351

Meh, this was forgotten.. and now 299 already landed.

Pull-Request has been closed by martinpitt

9 months ago