#50 Update to upstream release 269.1
Closed 2 years ago by martinpitt. Opened 2 years ago by packit.
rpms/ packit/cockpit 269.1-f36-update  into  f36

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

  /cockpit-268.tar.xz

  /cockpit-268.1.tar.xz

  /cockpit-269.tar.xz

+ /cockpit-269.1.tar.xz

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.51.1.dev2+g213c789.

file modified
+8 -5
@@ -1,6 +1,3 @@ 

- # This spec file has been automatically updated

- Version:        269

- Release: 1%{?dist}

  #

  # Copyright (C) 2014-2020 Red Hat, Inc.

  #
@@ -52,14 +49,16 @@ 

  License:        LGPLv2+

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

  

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

+ Version:        269.1

+ Release:        1%{?dist}

+ Source0:        https://github.com/cockpit-project/cockpit/releases/download/269.1/cockpit-269.1.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})

  # This split does not apply to EPEL/COPR.

  # In Fedora ELN/RHEL 9+ there is just one source package, which ships rpms in both BaseOS and AppStream

  # We also provide an override mechanism if you want to build all packages.

- %define build_all 0

+ %define build_all 1

  %if 0%{?rhel} == 8 && 0%{?epel} == 0 && !%{build_all}

  

  %if "%{name}" == "cockpit"
@@ -679,6 +678,10 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Mon May 23 2022 Packit <hello@packit.dev> - 269.1-1

+ - packit test, not a real release

+ 

+ 

  * Thu May 12 2022 Cockpit Project <cockpituous@gmail.com> - 269-1

  - Update to upstream 269 release

  

file added
+87
@@ -0,0 +1,87 @@ 

+ 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'

+   create-archive:

+     # The sandcastle doesn't have enough ram to run webpack, so wait

+     # until the webpack-jumpstart workflow has run and grab the result.

+     - tools/webpack-jumpstart --wait --rebase

+     - tools/make-dist

+ srpm_build_deps:

+   - automake

+   - gcc

+   - glib2-devel

+   - make

+   - systemd-devel

+ # use the nicely formatted release NEWS from our upstream release, instead of git shortlog

+ copy_upstream_release_description: true

+ jobs:

+   - job: tests

+     trigger: pull_request

+     metadata:

+       targets:

+       - fedora-35

+       - fedora-36

+       - fedora-development

+       - centos-stream-8-x86_64

+       - centos-stream-9-x86_64

+ 

+   # run build/unit tests on some interesting architectures

+   - job: copr_build

+     trigger: pull_request

+     metadata:

+       targets:

+         # 32 bit

+         - fedora-development-i386

+         # big-endian

+         - fedora-development-s390x

+ 

+   - job: copr_build

+     trigger: release

+     metadata:

+       owner: "@cockpit"

+       project: "cockpit-preview"

+       preserve_project: True

+       targets:

+       - fedora-35

+       - fedora-36

+       - fedora-development

+       - centos-stream-8-x86_64

+       - centos-stream-9-x86_64

+     actions:

+       post-upstream-clone:

+         # HACK: https://github.com/packit/packit/issues/1560

+         - tools/node-modules checkout

+         # 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: tarball for releases (copr_build, koji, etc.), copying spec's Source0; this

+       # really should be the default, see https://github.com/packit/packit-service/issues/1505

+       create-archive:

+         - sh -exc "curl -L -O https://github.com/cockpit-project/cockpit/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"

+         - sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"

+ 

+   - job: propose_downstream

+     trigger: release

+     metadata:

+       dist_git_branches:

+         - fedora-development

+         - fedora-35

+         - fedora-36

+ 

+   - job: koji_build

+     trigger: commit

+     metadata:

+       dist_git_branches:

+         - fedora-development

+         - fedora-35

+         - fedora-36

+ 

+   - job: bodhi_update

+     trigger: commit

+     metadata:

+       dist_git_branches:

+         # rawhide updates are created automatically

+         - fedora-35

+         - fedora-36

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

- SHA512 (cockpit-269.tar.xz) = bc43d7fdb970a2b61941a924ac4aa3a03bb2268494ec11fc2c61341e83b5907f58c1d85f20c86c35d1bb407e8daac8aa3609718305ee2abad5f42995414596f1

+ SHA512 (cockpit-269.1.tar.xz) = f2fe6700c29f6056cd0269c2c80f5e7d48b077030b865bccb96a99c3a7ead2f11781ffbb41be3d1e8c67132d4e563b4a58ff1a7356a6f2f7f96b8c51c0242898

Upstream tag: 269.1
Upstream commit: 7f996df8

Test release, handling the failure in #52

Pull-Request has been closed by martinpitt

2 years ago