Update to cockpit 305 and cockpit-machines 302 upstream releases
Related: jira#RHEL-14230
This commit is contained in:
parent
ddc40ba7bb
commit
2a6123f615
@ -28,7 +28,7 @@
|
|||||||
# we maintain the basic/optional split, then it can be replaced with just %{version}.
|
# we maintain the basic/optional split, then it can be replaced with just %{version}.
|
||||||
%define required_base 266
|
%define required_base 266
|
||||||
|
|
||||||
%define machines_version 301.1
|
%define machines_version 302
|
||||||
|
|
||||||
# we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly
|
# we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly
|
||||||
%if 0%{?centos}
|
%if 0%{?centos}
|
||||||
@ -51,7 +51,7 @@ Summary: Web Console for Linux servers
|
|||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 304
|
Version: 305
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
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
|
Source1: https://github.com/cockpit-project/cockpit-machines/releases/download/%{machines_version}/cockpit-machines-%{machines_version}.tar.xz
|
||||||
@ -446,7 +446,7 @@ Provides: bundled(npm(autolinker)) = 3.16.2
|
|||||||
Provides: bundled(npm(available-typed-arrays)) = 1.0.5
|
Provides: bundled(npm(available-typed-arrays)) = 1.0.5
|
||||||
Provides: bundled(npm(call-bind)) = 1.0.5
|
Provides: bundled(npm(call-bind)) = 1.0.5
|
||||||
Provides: bundled(npm(date-fns)) = 2.30.0
|
Provides: bundled(npm(date-fns)) = 2.30.0
|
||||||
Provides: bundled(npm(deep-equal)) = 2.2.2
|
Provides: bundled(npm(deep-equal)) = 2.2.3
|
||||||
Provides: bundled(npm(define-data-property)) = 1.1.1
|
Provides: bundled(npm(define-data-property)) = 1.1.1
|
||||||
Provides: bundled(npm(define-properties)) = 1.2.1
|
Provides: bundled(npm(define-properties)) = 1.2.1
|
||||||
Provides: bundled(npm(es-get-iterator)) = 1.1.3
|
Provides: bundled(npm(es-get-iterator)) = 1.1.3
|
||||||
@ -827,6 +827,9 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 23 2023 Martin Pitt <mpitt@redhat.com> - 305-1
|
||||||
|
- Performance and stability improvements
|
||||||
|
|
||||||
* Wed Nov 01 2023 Martin Pitt <mpitt@redhat.com> - 304-1
|
* Wed Nov 01 2023 Martin Pitt <mpitt@redhat.com> - 304-1
|
||||||
- Storage: Support for RAID layouts with LVM2
|
- Storage: Support for RAID layouts with LVM2
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ discover:
|
|||||||
how: fmf
|
how: fmf
|
||||||
# for machines tests; keep in sync with cockpit-appstream.spec
|
# for machines tests; keep in sync with cockpit-appstream.spec
|
||||||
url: https://github.com/cockpit-project/cockpit-machines
|
url: https://github.com/cockpit-project/cockpit-machines
|
||||||
ref: "301.1"
|
ref: "302"
|
||||||
|
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
@ -11,8 +11,7 @@ execute:
|
|||||||
summary: Run Cockpit tests for optional packages
|
summary: Run Cockpit tests for optional packages
|
||||||
discover+:
|
discover+:
|
||||||
url: https://github.com/cockpit-project/cockpit
|
url: https://github.com/cockpit-project/cockpit
|
||||||
# 304 + packagekit fix
|
ref: "305"
|
||||||
ref: "c8720ed05ae9a2fba02709f4edf019a2ebb62828"
|
|
||||||
test: /test/browser/optional
|
test: /test/browser/optional
|
||||||
|
|
||||||
/machines-basic:
|
/machines-basic:
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (cockpit-304.tar.xz) = 8cf7842afd1ea830d97e7ef33631068b270e702eb12172baa1fe6c9270d56f7062a114392f4e1bb0bc9a3d0a6ab2ac00935648612edec84c3f9c7949e7896d2a
|
SHA512 (cockpit-305.tar.xz) = d1fc38b4f1566bcab79fc4558a072955ba100fbda9f13af694fe060225ee3c84de5d15a146784ba816711bf51d0203986192c7ab720f4ec6a7044125340204a7
|
||||||
SHA512 (cockpit-machines-301.1.tar.xz) = f8c57a677e745d0e1370b62bb051f8f4134fdfcc604a18708014cba35cfb769c7d48564732ee1a28eb60b346b01d4ef2f36ff441e388c81316cf9f05432d1163
|
SHA512 (cockpit-machines-302.tar.xz) = bd5d3da7f66d78484413e1aa4947a0ccc9db23abe5f4758dafc0c50ad50636bbcad482db9b6781ba20bec18c7fcd4c84006fc5998f9c14a1d6e7f583f1248567
|
||||||
|
Loading…
Reference in New Issue
Block a user