#156 Update to upstream release 290
Merged a year ago by martinpitt. Opened a year ago by packit.
rpms/ packit/cockpit 290-f37-update-propose_downstream  into  f37

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

  /cockpit-288.tar.xz

  /cockpit-288.1.tar.xz

  /cockpit-289.tar.xz

+ /cockpit-290.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.72.0.

+ The file was generated using packit 0.74.0.post3+g82517c4.

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

  License:        LGPL-2.1-or-later

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

  

- Version:        289

+ Version:        290

  Release:        1%{?dist}

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

  
@@ -393,10 +393,10 @@ 

  %endif

  

  Provides: bundled(npm(@patternfly/patternfly)) = 4.224.4

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

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

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

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

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

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

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

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

  Provides: bundled(npm(argparse)) = 1.0.10

  Provides: bundled(npm(attr-accept)) = 1.1.3
@@ -579,7 +579,7 @@ 

  test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true

  

  # check for deprecated PAM config

- if grep --color=auto pam_cockpit_cert %{_sysconfdir}/pam.d/cockpit; then

+ if test -f %{_sysconfdir}/pam.d/cockpit &&  grep -q pam_cockpit_cert %{_sysconfdir}/pam.d/cockpit; then

      echo '**** WARNING:'

      echo '**** WARNING: pam_cockpit_cert is a no-op and will be removed in a'

      echo '**** WARNING: future release; remove it from your /etc/pam.d/cockpit.'
@@ -753,6 +753,10 @@ 

  

  # The changelog is automatically generated and merged

  %changelog

+ * Wed Apr 19 2023 Packit <hello@packit.dev> - 290-1

+ - Login page: Add autocomplete tags

+ - webserver: Disallow direct URL logins with LoginTo=false

+ 

  * Wed Apr 05 2023 Packit <hello@packit.dev> - 289-1

  - Metrics: Indicate high usage and use colorblind-friendly colors

  - Accounts: Improve password validation

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

      project: "cockpit-preview"

      preserve_project: True

      actions:

+       # same as the global one, but specifying actions: does not inherit

+       post-upstream-clone:

+         # build patched spec

+         - tools/node-modules make_package_lock_json

+         - cp tools/cockpit.spec .

+         # packit will compute and set the version by itself

+         - tools/fix-spec ./cockpit.spec 0

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

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

- SHA512 (cockpit-289.tar.xz) = b8c6fd228c701ca2431b83c19cb11523632294fa80b8c3cfcddc8edee9a2b1a0ee97b2efc2be54e01314cc9604744a3e2dd0c6de3094425abc3a76e1fa02e27f

+ SHA512 (cockpit-290.tar.xz) = fb7010cbd247b4a348f28ca86e2e3f74747707ca36d1ba17972864c1f2d3541d814cec7b4c0ff4cf4998a58a906cb4ec2e17e60400888eb4573e177d04c8bb55

Upstream tag: 290
Upstream commit: a2a1f34d

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e47ae16c516c4460b9a37577dcba4fe0

Pull-Request has been merged by martinpitt

a year ago