Update to 88
Related: rhbz#RHEL-34527
This commit is contained in:
parent
9fa7e0ad88
commit
9c767ef8ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@
|
||||
/cockpit-podman-85.tar.xz
|
||||
/cockpit-podman-86.tar.xz
|
||||
/cockpit-podman-87.tar.xz
|
||||
/cockpit-podman-88.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.95.0.
|
||||
The file was generated using packit 0.97.1.post1.dev4+g1268842e.
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-podman
|
||||
Version: 87
|
||||
Version: 88
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit component for Podman containers
|
||||
License: LGPL-2.1-or-later
|
||||
@ -43,12 +43,12 @@ Requires: podman >= 2.0.4
|
||||
Requires: criu-libs
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.3.1
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.3.3
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.3.2
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.3.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.3.3
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.3.1
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
Provides: bundled(npm(date-fns)) = 3.6.0
|
||||
Provides: bundled(npm(docker-names)) = 1.2.1
|
||||
@ -60,11 +60,11 @@ 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(prop-types)) = 15.8.1
|
||||
Provides: bundled(npm(react-dom)) = 18.2.0
|
||||
Provides: bundled(npm(react-dom)) = 18.3.1
|
||||
Provides: bundled(npm(react-dropzone)) = 14.2.3
|
||||
Provides: bundled(npm(react-is)) = 16.13.1
|
||||
Provides: bundled(npm(react)) = 18.2.0
|
||||
Provides: bundled(npm(scheduler)) = 0.23.0
|
||||
Provides: bundled(npm(react)) = 18.3.1
|
||||
Provides: bundled(npm(scheduler)) = 0.23.2
|
||||
Provides: bundled(npm(tabbable)) = 6.2.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 5.0.0
|
||||
Provides: bundled(npm(tslib)) = 2.6.2
|
||||
@ -91,6 +91,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed May 29 2024 Packit <hello@packit.dev> - 88-1
|
||||
- Translation updates
|
||||
|
||||
* Thu Apr 25 2024 Packit <hello@packit.dev> - 87-1
|
||||
- Bug fixes and performance improvements
|
||||
|
||||
|
||||
@ -7,8 +7,8 @@ rules:
|
||||
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
@ -25,7 +25,6 @@ jobs:
|
||||
- fedora-development
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
@ -36,7 +35,6 @@ jobs:
|
||||
- fedora-development
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
|
||||
- job: copr_build
|
||||
trigger: release
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-87.tar.xz) = 1aaa2e56c9f163b1162dc69766b5277269668a6db79e7d7eb970015edb87e1d6f9f79950b5021a180491de754b0fe043a544ad3080484061997f574c493a9144
|
||||
SHA512 (cockpit-podman-88.tar.xz) = 5379b66c6c1983516288553645dc2ac28c1d103aa4f85a09d7ca1c9d768f8c16fbe9de23238744786db928878ddb2c9b5ab9c1b332456daa5c975c7a6e63cc47
|
||||
|
||||
Loading…
Reference in New Issue
Block a user