import CS cockpit-podman-129-1.el9
This commit is contained in:
parent
4e3108e9ca
commit
e1e9ab89ec
@ -1,2 +1,2 @@
|
||||
fd40b753246266c53a71d34f1efa4e86a58b79ec SOURCES/cockpit-podman-121.tar.xz
|
||||
56fd5db43ad1f30d0cc2d8c9f111279af99f18a5 SOURCES/cockpit-podman-node-121.tar.xz
|
||||
5805a8cdf1514d1f073c96cd2f9c0f7332f93073 SOURCES/cockpit-podman-129.tar.xz
|
||||
2ce4b52e40e9b058cdc43a414ee041b1591603eb SOURCES/cockpit-podman-node-129.tar.xz
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/cockpit-podman-121.tar.xz
|
||||
SOURCES/cockpit-podman-node-121.tar.xz
|
||||
SOURCES/cockpit-podman-129.tar.xz
|
||||
SOURCES/cockpit-podman-node-129.tar.xz
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 2017-2020 Red Hat, Inc.
|
||||
|
||||
Name: cockpit-podman
|
||||
Version: 121
|
||||
Version: 129
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit component for Podman containers
|
||||
License: LGPL-2.1-or-later
|
||||
@ -43,23 +43,22 @@ Requires: criu-libs
|
||||
Requires: libcriu2
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.4.1
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.4.1
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.4.0
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.6.0
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.6.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.6.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.6.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.6.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.6.0
|
||||
Provides: bundled(npm(@xterm/addon-webgl)) = 0.19.0
|
||||
Provides: bundled(npm(@xterm/xterm)) = 6.0.0
|
||||
Provides: bundled(npm(docker-names)) = 1.2.1
|
||||
Provides: bundled(npm(focus-trap)) = 7.6.4
|
||||
Provides: bundled(npm(ipaddr.js)) = 2.3.0
|
||||
Provides: bundled(npm(lodash)) = 4.17.23
|
||||
Provides: bundled(npm(prop-types)) = 15.8.1
|
||||
Provides: bundled(npm(focus-trap)) = 7.6.6
|
||||
Provides: bundled(npm(ipaddr.js)) = 2.4.0
|
||||
Provides: bundled(npm(lodash)) = 4.18.1
|
||||
Provides: bundled(npm(react)) = 18.3.1
|
||||
Provides: bundled(npm(react-dom)) = 18.3.1
|
||||
Provides: bundled(npm(scheduler)) = 0.23.2
|
||||
Provides: bundled(npm(tabbable)) = 6.4.0
|
||||
Provides: bundled(npm(tabbable)) = 6.5.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 5.0.2
|
||||
Provides: bundled(npm(tslib)) = 2.8.1
|
||||
|
||||
@ -93,6 +92,40 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 30 2026 Packit <hello@packit.dev> - 129-1
|
||||
- Bugfixes
|
||||
- Translations and dependency updates
|
||||
|
||||
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 128-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2026 Packit <hello@packit.dev> - 128-1
|
||||
- Translation and dependency updates
|
||||
|
||||
* Thu Jun 04 2026 Packit <hello@packit.dev> - 127-1
|
||||
- Avoid bogus page reloads on Firefox
|
||||
|
||||
* Wed May 20 2026 Packit <hello@packit.dev> - 126-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Tue Apr 21 2026 Packit <hello@packit.dev> - 125-1
|
||||
- Dependency updates
|
||||
|
||||
* Wed Mar 25 2026 Packit <hello@packit.dev> - 124-1
|
||||
- Translation and dependency updates
|
||||
|
||||
|
||||
* Wed Mar 18 2026 Packit <hello@packit.dev> - 123-1
|
||||
- Don't show Quadlet template units
|
||||
- Handle quadlet lifecycle errors
|
||||
- Translation update
|
||||
|
||||
|
||||
* Thu Feb 26 2026 Packit <hello@packit.dev> - 122-1
|
||||
- Show description, version and documentation image labels
|
||||
- Bug fixes and translation updates
|
||||
|
||||
|
||||
* Wed Feb 11 2026 Packit <hello@packit.dev> - 121-1
|
||||
- Convert license headers to SPDX format
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user