Update to cockpit 304 and cockpit-machines 301.1 upstream releases
Resolves: jira#RHEL-2218 Related: jira#RHEL-14230
This commit is contained in:
parent
1b7bd81591
commit
ddc40ba7bb
@ -28,7 +28,7 @@
|
||||
# we maintain the basic/optional split, then it can be replaced with just %{version}.
|
||||
%define required_base 266
|
||||
|
||||
%define machines_version 300
|
||||
%define machines_version 301.1
|
||||
|
||||
# we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly
|
||||
%if 0%{?centos}
|
||||
@ -51,7 +51,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 303
|
||||
Version: 304
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
Source1: https://github.com/cockpit-project/cockpit-machines/releases/download/%{machines_version}/cockpit-machines-%{machines_version}.tar.xz
|
||||
@ -444,7 +444,7 @@ Provides: bundled(npm(array-buffer-byte-length)) = 1.0.0
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
Provides: bundled(npm(autolinker)) = 3.16.2
|
||||
Provides: bundled(npm(available-typed-arrays)) = 1.0.5
|
||||
Provides: bundled(npm(call-bind)) = 1.0.2
|
||||
Provides: bundled(npm(call-bind)) = 1.0.5
|
||||
Provides: bundled(npm(date-fns)) = 2.30.0
|
||||
Provides: bundled(npm(deep-equal)) = 2.2.2
|
||||
Provides: bundled(npm(define-data-property)) = 1.1.1
|
||||
@ -455,15 +455,15 @@ Provides: bundled(npm(focus-trap)) = 7.5.2
|
||||
Provides: bundled(npm(for-each)) = 0.3.3
|
||||
Provides: bundled(npm(function-bind)) = 1.1.2
|
||||
Provides: bundled(npm(functions-have-names)) = 1.2.3
|
||||
Provides: bundled(npm(get-intrinsic)) = 1.2.1
|
||||
Provides: bundled(npm(get-intrinsic)) = 1.2.2
|
||||
Provides: bundled(npm(gopd)) = 1.0.1
|
||||
Provides: bundled(npm(has-bigints)) = 1.0.2
|
||||
Provides: bundled(npm(has-property-descriptors)) = 1.0.0
|
||||
Provides: bundled(npm(has-property-descriptors)) = 1.0.1
|
||||
Provides: bundled(npm(has-proto)) = 1.0.1
|
||||
Provides: bundled(npm(has-symbols)) = 1.0.3
|
||||
Provides: bundled(npm(has-tostringtag)) = 1.0.0
|
||||
Provides: bundled(npm(has)) = 1.0.4
|
||||
Provides: bundled(npm(internal-slot)) = 1.0.5
|
||||
Provides: bundled(npm(hasown)) = 2.0.0
|
||||
Provides: bundled(npm(internal-slot)) = 1.0.6
|
||||
Provides: bundled(npm(is-arguments)) = 1.1.1
|
||||
Provides: bundled(npm(is-array-buffer)) = 3.0.2
|
||||
Provides: bundled(npm(is-bigint)) = 1.0.4
|
||||
@ -488,7 +488,7 @@ Provides: bundled(npm(json-stable-stringify-without-jsonify)) = 1.0.1
|
||||
Provides: bundled(npm(lodash)) = 4.17.21
|
||||
Provides: bundled(npm(loose-envify)) = 1.4.0
|
||||
Provides: bundled(npm(object-assign)) = 4.1.1
|
||||
Provides: bundled(npm(object-inspect)) = 1.13.0
|
||||
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.4
|
||||
@ -501,6 +501,7 @@ Provides: bundled(npm(regenerator-runtime)) = 0.14.0
|
||||
Provides: bundled(npm(regexp.prototype.flags)) = 1.5.1
|
||||
Provides: bundled(npm(remarkable)) = 2.0.1
|
||||
Provides: bundled(npm(scheduler)) = 0.23.0
|
||||
Provides: bundled(npm(set-function-length)) = 1.1.1
|
||||
Provides: bundled(npm(set-function-name)) = 2.0.1
|
||||
Provides: bundled(npm(side-channel)) = 1.0.4
|
||||
Provides: bundled(npm(sprintf-js)) = 1.0.3
|
||||
@ -511,7 +512,7 @@ Provides: bundled(npm(tslib)) = 2.6.2
|
||||
Provides: bundled(npm(uuid)) = 9.0.1
|
||||
Provides: bundled(npm(which-boxed-primitive)) = 1.0.2
|
||||
Provides: bundled(npm(which-collection)) = 1.0.1
|
||||
Provides: bundled(npm(which-typed-array)) = 1.1.11
|
||||
Provides: bundled(npm(which-typed-array)) = 1.1.13
|
||||
Provides: bundled(npm(xterm-addon-canvas)) = 0.5.0
|
||||
Provides: bundled(npm(xterm)) = 5.3.0
|
||||
|
||||
@ -826,6 +827,9 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Nov 01 2023 Martin Pitt <mpitt@redhat.com> - 304-1
|
||||
- Storage: Support for RAID layouts with LVM2
|
||||
|
||||
* Thu Oct 19 2023 Martin Pitt <mpitt@redhat.com> - 303-1
|
||||
- Apps: Warn if appstream data package is missing
|
||||
- Storage: Partitions can be resized
|
||||
|
@ -2,7 +2,7 @@ discover:
|
||||
how: fmf
|
||||
# for machines tests; keep in sync with cockpit-appstream.spec
|
||||
url: https://github.com/cockpit-project/cockpit-machines
|
||||
ref: "300"
|
||||
ref: "301.1"
|
||||
|
||||
execute:
|
||||
how: tmt
|
||||
@ -11,7 +11,8 @@ execute:
|
||||
summary: Run Cockpit tests for optional packages
|
||||
discover+:
|
||||
url: https://github.com/cockpit-project/cockpit
|
||||
ref: "303"
|
||||
# 304 + packagekit fix
|
||||
ref: "c8720ed05ae9a2fba02709f4edf019a2ebb62828"
|
||||
test: /test/browser/optional
|
||||
|
||||
/machines-basic:
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-303.tar.xz) = 31f4c472d5a6ea54d74611cec777fbb54063fa870eb1882cc69b4659e737e714006ba19b796940e35cd9bc0288f570793fe1ddf67eb8704bf9f13c9cf544b700
|
||||
SHA512 (cockpit-machines-300.tar.xz) = 1239293f3745a2ce494fd0609c7639cf717329d88cdf728bd1bad9a81d39a17d6c53d4044f5439beefe52750d395cf9169f209257501861270523806f7532357
|
||||
SHA512 (cockpit-304.tar.xz) = 8cf7842afd1ea830d97e7ef33631068b270e702eb12172baa1fe6c9270d56f7062a114392f4e1bb0bc9a3d0a6ab2ac00935648612edec84c3f9c7949e7896d2a
|
||||
SHA512 (cockpit-machines-301.1.tar.xz) = f8c57a677e745d0e1370b62bb051f8f4134fdfcc604a18708014cba35cfb769c7d48564732ee1a28eb60b346b01d4ef2f36ff441e388c81316cf9f05432d1163
|
||||
|
Loading…
Reference in New Issue
Block a user