Update to 89 upstream release
Upstream tag: 89 Upstream commit: 346d0c3d Commit authored by Packit automation (https://packit.dev/) Related: rhbz#RHEL-34527
This commit is contained in:
parent
9c767ef8ae
commit
677e79e4a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
||||
/cockpit-podman-86.tar.xz
|
||||
/cockpit-podman-87.tar.xz
|
||||
/cockpit-podman-88.tar.xz
|
||||
/cockpit-podman-89.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.97.1.post1.dev4+g1268842e.
|
||||
The file was generated using packit 0.97.1.post1.dev6+gc8c0314a.
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-podman
|
||||
Version: 88
|
||||
Version: 89
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit component for Podman containers
|
||||
License: LGPL-2.1-or-later
|
||||
@ -41,6 +41,8 @@ Requires: podman >= 2.0.4
|
||||
# HACK https://github.com/containers/crun/issues/1091
|
||||
%if 0%{?centos} == 9
|
||||
Requires: criu-libs
|
||||
%elif 0%{?suse_version}
|
||||
Requires: libcriu2
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.3.1
|
||||
@ -91,6 +93,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 05 2024 Packit <hello@packit.dev> - 89-1
|
||||
- Use binary http channel for podman socket for non-UTF-8 robustness
|
||||
- Stop using obsolete cockpit.utf8_{de,en}coder() API
|
||||
- Fix tests for CentOS/RHEL 10
|
||||
|
||||
* Wed May 29 2024 Packit <hello@packit.dev> - 88-1
|
||||
- Translation updates
|
||||
|
||||
|
||||
@ -25,6 +25,7 @@ jobs:
|
||||
- fedora-development
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-10
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
@ -35,6 +36,7 @@ jobs:
|
||||
- fedora-development
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-10
|
||||
|
||||
- job: copr_build
|
||||
trigger: release
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-88.tar.xz) = 5379b66c6c1983516288553645dc2ac28c1d103aa4f85a09d7ca1c9d768f8c16fbe9de23238744786db928878ddb2c9b5ab9c1b332456daa5c975c7a6e63cc47
|
||||
SHA512 (cockpit-podman-89.tar.xz) = 97bd9ede3b6a9b0eef3c1c2fcbd07b3ed97e9f2297d0ecca473014493ae89b7be71374d72aba28cd57a0c18f1ffb93284f66f2d6db28691de12232f20ede0cbf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user