#67 Update to upstream release 271.1
Closed 2 years ago by martinpitt. Opened 2 years ago by packit.
rpms/ packit/cockpit 271.1-main-update  into  main

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

  /cockpit-269.tar.xz

  /cockpit-270.tar.xz

  /cockpit-271.tar.xz

+ /cockpit-271.1.tar.xz

file modified
+6 -2
@@ -49,9 +49,9 @@ 

  License:        LGPLv2+

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

  

- Version:        271

+ Version:        271.1

  Release:        1%{?dist}

- Source0:        https://github.com/cockpit-project/cockpit/releases/download/271/cockpit-271.tar.xz

+ Source0:        https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz

  

  # in RHEL 8 the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})

  # and cockpit-appstream (building optional packages like cockpit-{pcp})
@@ -678,6 +678,10 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Mon Jun 13 2022 Packit <hello@packit.dev> - 271.1-1

+ - packit test release

+ 

+ 

  * Wed Jun 08 2022 Packit <hello@packit.dev> - 271-1

  - Tests improvements and stabilization

  

file modified
+4 -7
@@ -1,9 +1,8 @@ 

  upstream_project_url: https://github.com/cockpit-project/cockpit

  actions:

    post-upstream-clone:

-     # HACK: packit's "fix spec file" stage does not kick in here, and it does not take the spec from the tarball

-     # https://github.com/packit/packit-service/issues/1515

-     - sh -exc 'tools/create-spec --version $(git describe | tr - .) --build-all -o cockpit.spec tools/cockpit.spec.in'

+     # packit will overwrite the version in its "fix spec file" stage

+     - tools/create-spec --version 0 --build-all -o cockpit.spec tools/cockpit.spec.in

      # HACK: until FMF uses tests from dist-git source tarball: https://github.com/teemtee/tmt/issues/585

      - sh -exc 'mkdir -p tmp; curl --silent --fail https://src.fedoraproject.org/rpms/cockpit/raw/rawhide/f/plans/upstream.fmf | sed -r "/ref:/ s/[0-9.]+/$(git describe --abbrev=0)/" > tmp/upstream.fmf'

  
@@ -52,8 +51,8 @@ 

    - job: copr_build

      trigger: release

      metadata:

-       owner: "@cockpit"

-       project: "cockpit-preview"

+       owner: "martinpitt"

+       project: "test-fixes"

        preserve_project: True

        targets:

        - fedora-35
@@ -78,8 +77,6 @@ 

      metadata:

        dist_git_branches:

          - fedora-development

-         - fedora-35

-         - fedora-36

  

    - job: koji_build

      trigger: commit

file modified
+1 -1
@@ -2,6 +2,6 @@ 

    how: fmf

    repository: https://github.com/cockpit-project/cockpit

    # FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585

-   ref: "271"

+   ref: "271.1"

  execute:

    how: tmt

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

- SHA512 (cockpit-271.tar.xz) = f5ac41236e9fa7d90c5a9c3f3860ae30d42363966557dd2e00659f84651ee8415d30e354bf371fec9d6156303f0c93c4d060656605dda24102a0e9cc32d00d78

+ SHA512 (cockpit-271.1.tar.xz) = ede534dbc9e28725584aaf384b72e6122cc6290670349734425ca36a01fa6440d5bbc46b4da846914b3d09a62c12bd96d68fc3bd714063618ade6b00e9f5a15b

Upstream tag: 271.1
Upstream commit: 4a62e0e0

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

This was a test release.

Pull-Request has been closed by martinpitt

2 years ago