#98 Update to upstream release 275.1
Merged 10 months ago by martinpitt. Opened 10 months ago by packit.
rpms/ packit/cockpit 275.1-f35-update  into  f35

[packit] 275.1 upstream release
Packit • 10 months ago  
file modified
+1
@@ -239,3 +239,4 @@ 

  /cockpit-273.tar.xz

  /cockpit-274.tar.xz

  /cockpit-275.tar.xz

+ /cockpit-275.1.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.58.1.dev2+g43b2b1f.

+ The file was generated using packit 0.60.1.dev6+g9c9b2a8.

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

  License:        LGPLv2+

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

  

- Version:        275

+ Version:        275.1

  Release:        1%{?dist}

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

  
@@ -657,6 +657,11 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Mon Oct 24 2022 Packit <hello@packit.dev> - 275.1-1

+ - login: Use valid selectors when testing for :is() / :where() support

+   (rhbz#2136876)

+ 

+ 

  * Wed Aug 24 2022 Packit <hello@packit.dev> - 275-1

  - shell: Support for alternatives to sudo

  

file modified
-31
@@ -39,49 +39,18 @@ 

        # big-endian

        - fedora-development-s390x

  

-   - job: copr_build

-     trigger: release

-     owner: "@cockpit"

-     project: "cockpit-preview"

-     preserve_project: True

-     # HACK: hardcoding this list is redundant and hard to change; packit

-     # should just use the existing config for permanent COPRs;

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

-     targets:

-       - fedora-35

-       - fedora-36

-       - fedora-development

-       - centos-stream-8-x86_64

-       - centos-stream-9-x86_64

-     actions:

-       post-upstream-clone:

-         # HACK: spec must be next to the generated tarball; https://github.com/packit/packit/issues/1621

-         - cp tools/cockpit.spec .

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

-         - tools/node-modules checkout

-       # 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

      dist_git_branches:

-       - fedora-development

        - fedora-35

-       - fedora-36

  

    - job: koji_build

      trigger: commit

      dist_git_branches:

-       - fedora-development

        - fedora-35

-       - fedora-36

  

    - job: bodhi_update

      trigger: commit

      dist_git_branches:

        # rawhide updates are created automatically

        - fedora-35

-       - fedora-36

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

- SHA512 (cockpit-275.tar.xz) = eb3236afef0ef6d87bd0f65bd5955d797bda6d2fb87627cbfbce6a1a4aa24223e5bcc3db620b58cee0ac48081ffc455044e68c7e2cdd0805789df0a81fcd781b

+ SHA512 (cockpit-275.1.tar.xz) = 3b6686b7c3d5dbc99d59abf98e83fea71fa66d86d81d314a63f3c4f8bb18824e979528b8fa39cf5f09d4b16cccc6bd95c56f2f6c5f03fd78d8cbe1e18ef21053

Upstream tag: 275.1
Upstream commit: 9516cff7

Build succeeded.

Pull-Request has been merged by martinpitt

10 months ago