Update to cockpit 299 and cockpit-machines 297 upstream releases
Related: rhbz#2189559
This commit is contained in:
parent
f3d435f602
commit
cfd4feacb5
@ -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 295
|
%define machines_version 297
|
||||||
|
|
||||||
# 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: 297
|
Version: 299
|
||||||
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
|
||||||
@ -433,12 +433,12 @@ Provides: cockpit-sosreport = %{version}-%{release}
|
|||||||
Recommends: (reportd if abrt)
|
Recommends: (reportd if abrt)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-prerelease.8
|
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.2
|
||||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.132
|
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0
|
||||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.21
|
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0
|
||||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.19
|
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0
|
||||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.136
|
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0
|
||||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.16
|
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0
|
||||||
Provides: bundled(npm(argparse)) = 1.0.10
|
Provides: bundled(npm(argparse)) = 1.0.10
|
||||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||||
Provides: bundled(npm(autolinker)) = 3.16.2
|
Provides: bundled(npm(autolinker)) = 3.16.2
|
||||||
@ -499,7 +499,7 @@ Provides: bundled(npm(sprintf-js)) = 1.0.3
|
|||||||
Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0
|
Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0
|
||||||
Provides: bundled(npm(tabbable)) = 6.2.0
|
Provides: bundled(npm(tabbable)) = 6.2.0
|
||||||
Provides: bundled(npm(throttle-debounce)) = 2.3.0
|
Provides: bundled(npm(throttle-debounce)) = 2.3.0
|
||||||
Provides: bundled(npm(tslib)) = 2.6.1
|
Provides: bundled(npm(tslib)) = 2.6.2
|
||||||
Provides: bundled(npm(uuid)) = 7.0.3
|
Provides: bundled(npm(uuid)) = 7.0.3
|
||||||
Provides: bundled(npm(which-boxed-primitive)) = 1.0.2
|
Provides: bundled(npm(which-boxed-primitive)) = 1.0.2
|
||||||
Provides: bundled(npm(which-collection)) = 1.0.1
|
Provides: bundled(npm(which-collection)) = 1.0.1
|
||||||
@ -818,6 +818,10 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 23 2023 Martin Pitt <mpitt@redhat.com> - 299-1
|
||||||
|
- Storage: Support for no-overprovisioning with Stratis
|
||||||
|
- Storage: Cockpit can now add caches to encrypted Stratis pools
|
||||||
|
|
||||||
* Wed Jul 26 2023 Martin Pitt <mpitt@redhat.com> - 297-1
|
* Wed Jul 26 2023 Martin Pitt <mpitt@redhat.com> - 297-1
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
|
|
||||||
|
@ -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: "295"
|
ref: "297"
|
||||||
|
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
@ -11,7 +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
|
||||||
ref: "297"
|
ref: "299"
|
||||||
test: /test/browser/optional
|
test: /test/browser/optional
|
||||||
|
|
||||||
/machines-basic:
|
/machines-basic:
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (cockpit-297.tar.xz) = 4b8f97328f939a28510290c95405acc8e1e2b64ecb194ee9a7fb5a0c79f6e40f7930bfd7b711d36e43a8baf40b57009cbec3e32574c0e7552583332304006c67
|
SHA512 (cockpit-299.tar.xz) = c0a7b08007815a4bcc453dfb53c9ed2aded71450cbb8abb87c2eb067b385e14fd4945a651d2e7bd0a52725737a68943ec7d77933370d37fee2c5b95656eb3739
|
||||||
SHA512 (cockpit-machines-295.tar.xz) = 058ca02a7c06cccf9d44505b7da3f640b5969eb9c4305b1449b3e90172b6cfb75fd8cf59776cc3c37ee38d4d4038dd1846163abab012391072195b790e431d18
|
SHA512 (cockpit-machines-297.tar.xz) = 78a1fe6e9f82547322f9984e35a6d07de9d1084306f393554fbac8fac75f9aa27f16da7748b0199071e9d544490b7b85f477eb1b5f80346cefed7edc2efed8ff
|
||||||
|
Loading…
Reference in New Issue
Block a user