diff --git a/.gitignore b/.gitignore index c85c873..744c709 100644 --- a/.gitignore +++ b/.gitignore @@ -283,3 +283,4 @@ /cockpit-310.2.tar.xz /cockpit-311.tar.xz /cockpit-311.1.tar.xz +/cockpit-312.tar.xz diff --git a/README.packit b/README.packit index 7553f6b..31341b6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.92.0. +The file was generated using packit 0.93.0. diff --git a/cockpit.spec b/cockpit.spec index 17121e8..2f75c96 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -49,7 +49,7 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 311.1 +Version: 312 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz @@ -345,17 +345,17 @@ Provides: cockpit-sosreport = %{version}-%{release} Recommends: (reportd if abrt) %endif -Provides: bundled(npm(@patternfly/patternfly)) = 5.1.0 -Provides: bundled(npm(@patternfly/react-core)) = 5.1.2 -Provides: bundled(npm(@patternfly/react-icons)) = 5.1.2 -Provides: bundled(npm(@patternfly/react-styles)) = 5.1.2 -Provides: bundled(npm(@patternfly/react-table)) = 5.1.2 -Provides: bundled(npm(@patternfly/react-tokens)) = 5.1.2 +Provides: bundled(npm(@patternfly/patternfly)) = 5.2.0 +Provides: bundled(npm(@patternfly/react-core)) = 5.2.0 +Provides: bundled(npm(@patternfly/react-icons)) = 5.2.0 +Provides: bundled(npm(@patternfly/react-styles)) = 5.2.0 +Provides: bundled(npm(@patternfly/react-table)) = 5.2.0 +Provides: bundled(npm(@patternfly/react-tokens)) = 5.2.0 Provides: bundled(npm(argparse)) = 1.0.10 Provides: bundled(npm(array-buffer-byte-length)) = 1.0.1 Provides: bundled(npm(attr-accept)) = 2.2.2 Provides: bundled(npm(autolinker)) = 3.16.2 -Provides: bundled(npm(available-typed-arrays)) = 1.0.6 +Provides: bundled(npm(available-typed-arrays)) = 1.0.7 Provides: bundled(npm(call-bind)) = 1.0.7 Provides: bundled(npm(date-fns)) = 3.3.1 Provides: bundled(npm(deep-equal)) = 2.2.3 @@ -373,7 +373,7 @@ Provides: bundled(npm(get-intrinsic)) = 1.2.4 Provides: bundled(npm(gopd)) = 1.0.1 Provides: bundled(npm(has-bigints)) = 1.0.2 Provides: bundled(npm(has-property-descriptors)) = 1.0.2 -Provides: bundled(npm(has-proto)) = 1.0.1 +Provides: bundled(npm(has-proto)) = 1.0.3 Provides: bundled(npm(has-symbols)) = 1.0.3 Provides: bundled(npm(has-tostringtag)) = 1.0.2 Provides: bundled(npm(hasown)) = 2.0.1 @@ -388,7 +388,7 @@ Provides: bundled(npm(is-map)) = 2.0.2 Provides: bundled(npm(is-number-object)) = 1.0.7 Provides: bundled(npm(is-regex)) = 1.1.4 Provides: bundled(npm(is-set)) = 2.0.2 -Provides: bundled(npm(is-shared-array-buffer)) = 1.0.2 +Provides: bundled(npm(is-shared-array-buffer)) = 1.0.3 Provides: bundled(npm(is-string)) = 1.0.7 Provides: bundled(npm(is-symbol)) = 1.0.4 Provides: bundled(npm(is-weakmap)) = 2.0.1 @@ -405,6 +405,7 @@ Provides: bundled(npm(object-inspect)) = 1.13.1 Provides: bundled(npm(object-is)) = 1.1.5 Provides: bundled(npm(object-keys)) = 1.1.1 Provides: bundled(npm(object.assign)) = 4.1.5 +Provides: bundled(npm(possible-typed-array-names)) = 1.0.0 Provides: bundled(npm(prop-types)) = 15.8.1 Provides: bundled(npm(react-dom)) = 18.2.0 Provides: bundled(npm(react-dropzone)) = 14.2.3 @@ -414,7 +415,7 @@ Provides: bundled(npm(regexp.prototype.flags)) = 1.5.2 Provides: bundled(npm(remarkable)) = 2.0.1 Provides: bundled(npm(scheduler)) = 0.23.0 Provides: bundled(npm(set-function-length)) = 1.2.1 -Provides: bundled(npm(set-function-name)) = 2.0.1 +Provides: bundled(npm(set-function-name)) = 2.0.2 Provides: bundled(npm(side-channel)) = 1.0.5 Provides: bundled(npm(sprintf-js)) = 1.0.3 Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0 @@ -696,6 +697,11 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Wed Feb 28 2024 Packit - 312-1 +- Accounts: support lastlog2 and make the page faster +- Storage: Various Anaconda mode fixes +- Fix package build if cockpit-bridge package is installed + * Tue Feb 20 2024 Packit - 311.1-1 - Update documentation links to RHEL 9 (RHEL-3954) - Storage: Various bug fixes diff --git a/packit.yaml b/packit.yaml index 0c59c8c..fa5260c 100644 --- a/packit.yaml +++ b/packit.yaml @@ -27,8 +27,8 @@ jobs: identifier: self trigger: pull_request targets: - - fedora-38 - fedora-39 + - fedora-40 - fedora-latest-aarch64 - fedora-development - centos-stream-9-x86_64 @@ -89,19 +89,19 @@ jobs: trigger: release dist_git_branches: - fedora-development - - fedora-38 - fedora-39 + - fedora-40 - job: koji_build trigger: commit dist_git_branches: - fedora-development - - fedora-38 - fedora-39 + - fedora-40 - job: bodhi_update trigger: commit dist_git_branches: # rawhide updates are created automatically - - fedora-38 - fedora-39 + - fedora-40 diff --git a/sources b/sources index 1a23c19..54ddb17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-311.1.tar.xz) = 2cf3dee1245a428573a40e94ec22957c34f69613c52f94604bd15d63d5df05a01e83f3599751e699db8a0af947dc17550809fbb775c3d0ac57c0f484679bea5a +SHA512 (cockpit-312.tar.xz) = 78594944add2aef7e1027e30eb6eb71bac17a7c99c354e55e8cb13730175565025f3ffee7c82ce20bfca8f3a3ba559b5faa016285754a9982905e49ca1d7592b