[packit] 73 upstream release
Upstream tag: 73 Upstream commit: 462fc92e If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/cockpit-podman.git refs/heads/*:refs/remotes/packit/* git checkout packit/73-rawhide-update-propose_downstream ```
This commit is contained in:
parent
d55973fb0e
commit
7a2b8d6d7c
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@
|
||||
/cockpit-podman-70.tar.xz
|
||||
/cockpit-podman-71.tar.xz
|
||||
/cockpit-podman-72.tar.xz
|
||||
/cockpit-podman-73.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.0.
|
||||
The file was generated using packit 0.78.1.
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
Name: cockpit-podman
|
||||
Version: 72
|
||||
Release: 2%{?dist}
|
||||
Version: 73
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit component for Podman containers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/cockpit-project/cockpit-podman
|
||||
@ -38,17 +38,18 @@ Requires: podman >= 2.0.4
|
||||
Requires: criu-libs
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-alpha.53
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.98
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.14
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.10
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.100
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.9
|
||||
Provides: bundled(npm(@babel/runtime)) = 7.22.6
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-prerelease.8
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.132
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.21
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.19
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.136
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.16
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
Provides: bundled(npm(date-fns)) = 2.28.0
|
||||
Provides: bundled(npm(date-fns)) = 2.30.0
|
||||
Provides: bundled(npm(docker-names)) = 1.2.1
|
||||
Provides: bundled(npm(file-selector)) = 0.6.0
|
||||
Provides: bundled(npm(focus-trap)) = 7.4.1
|
||||
Provides: bundled(npm(focus-trap)) = 7.4.3
|
||||
Provides: bundled(npm(js-tokens)) = 4.0.0
|
||||
Provides: bundled(npm(lodash)) = 4.17.21
|
||||
Provides: bundled(npm(loose-envify)) = 1.4.0
|
||||
@ -58,11 +59,13 @@ Provides: bundled(npm(react-dom)) = 18.2.0
|
||||
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(regenerator-runtime)) = 0.13.11
|
||||
Provides: bundled(npm(scheduler)) = 0.23.0
|
||||
Provides: bundled(npm(tabbable)) = 6.2.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 2.3.0
|
||||
Provides: bundled(npm(tslib)) = 2.6.0
|
||||
Provides: bundled(npm(xterm)) = 4.18.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 5.0.0
|
||||
Provides: bundled(npm(tslib)) = 2.6.1
|
||||
Provides: bundled(npm(xterm-addon-canvas)) = 0.4.0
|
||||
Provides: bundled(npm(xterm)) = 5.1.0
|
||||
|
||||
%description
|
||||
The Cockpit user interface for Podman containers.
|
||||
@ -84,6 +87,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 26 2023 Packit <hello@packit.dev> - 73-1
|
||||
- show time of container's latest checkpoint
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 72-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-72.tar.xz) = 848888bc402d6599dca17f918a13b7abaeac904b8a45cfbd1c04670c445ff492f41b02b0463ac0cceca15fd249c380a0989367b07dffbed4c6df4d196571ec6b
|
||||
SHA512 (cockpit-podman-73.tar.xz) = bc43b8796f6629a82eb4f3b971bc56b73873f7d39a0952f4ad48e7cc1658bc48872e4b836dcd47af234af5860e866304829b206b83ee0834c6b29ce8b85e6ff8
|
||||
|
Loading…
Reference in New Issue
Block a user