[packit] 74 upstream release
Upstream tag: 74 Upstream commit: ddeec5e2 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/74-rawhide-update-propose_downstream ```
This commit is contained in:
parent
7a2b8d6d7c
commit
52287b28d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/cockpit-podman-71.tar.xz
|
||||
/cockpit-podman-72.tar.xz
|
||||
/cockpit-podman-73.tar.xz
|
||||
/cockpit-podman-74.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.1.
|
||||
The file was generated using packit 0.78.2.post2+g81828af.
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-podman
|
||||
Version: 73
|
||||
Version: 74
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit component for Podman containers
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,12 +39,12 @@ Requires: criu-libs
|
||||
%endif
|
||||
|
||||
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(@patternfly/patternfly)) = 5.0.2
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
Provides: bundled(npm(date-fns)) = 2.30.0
|
||||
Provides: bundled(npm(docker-names)) = 1.2.1
|
||||
@ -87,6 +87,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 09 2023 Packit <hello@packit.dev> - 74-1
|
||||
- PatternFly 5
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Wed Jul 26 2023 Packit <hello@packit.dev> - 73-1
|
||||
- show time of container's latest checkpoint
|
||||
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
@ -51,6 +51,13 @@ jobs:
|
||||
- sh -exc "curl -L -O https://github.com/cockpit-project/cockpit-podman/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
||||
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: "^main$"
|
||||
owner: "@cockpit"
|
||||
project: "main-builds"
|
||||
preserve_project: True
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-73.tar.xz) = bc43b8796f6629a82eb4f3b971bc56b73873f7d39a0952f4ad48e7cc1658bc48872e4b836dcd47af234af5860e866304829b206b83ee0834c6b29ce8b85e6ff8
|
||||
SHA512 (cockpit-podman-74.tar.xz) = 91060810046b8bcc71de4a82fc49160f4784f7f43819b938a6b4185a0e35a617e86f8898f57f3c16fc63ae31cad4c46b11298c7fb698560eee98b785ebd77f58
|
||||
|
Loading…
Reference in New Issue
Block a user