From 2b7a4761448e0f3b4cc8d17d07b8d11376cab496 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 26 Apr 2024 09:26:47 +0200 Subject: [PATCH] Update to 87 --- .cockpit-podman.metadata | 1 + .gitignore | 92 +++++++++++++++++++++++++++++++++++++++- README.packit | 2 +- cockpit-podman.spec | 53 +++++++++++++++-------- packit.yaml | 10 ++--- plans/upstream.fmf | 4 ++ sources | 2 +- 7 files changed, 138 insertions(+), 26 deletions(-) create mode 100644 .cockpit-podman.metadata diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata new file mode 100644 index 0000000..9e20694 --- /dev/null +++ b/.cockpit-podman.metadata @@ -0,0 +1 @@ +99296d5ce79955a1119ed2ccf11e7c3eb4857ad7 cockpit-podman-87.tar.xz diff --git a/.gitignore b/.gitignore index 9452199..8f4b18a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,91 @@ -/*.tar.xz +/cockpit-podman-1.tar.gz +/cockpit-podman-2.tar.gz +/cockpit-podman-3.tar.gz +/cockpit-podman-4.tar.gz +/cockpit-podman-5.tar.gz +/cockpit-podman-6.tar.gz +/cockpit-podman-7.tar.gz +/cockpit-podman-8.tar.gz +/cockpit-podman-9.tar.gz +/cockpit-podman-10.tar.gz +/cockpit-podman-11.tar.gz +/cockpit-podman-12.tar.gz +/cockpit-podman-13.tar.gz +/cockpit-podman-14.tar.gz +/cockpit-podman-15.tar.gz +/cockpit-podman-16.tar.gz +/cockpit-podman-17.tar.gz +/cockpit-podman-18.tar.gz +/cockpit-podman-19.tar.gz +/cockpit-podman-20.tar.gz +/cockpit-podman-21.tar.gz +/cockpit-podman-22.tar.gz +/cockpit-podman-23.tar.gz +/cockpit-podman-24.tar.gz +/cockpit-podman-25.tar.gz +/cockpit-podman-26.tar.gz +/cockpit-podman-27.tar.gz +/cockpit-podman-27.1.tar.gz +/cockpit-podman-28.tar.gz +/cockpit-podman-28.1.tar.gz +/cockpit-podman-29.tar.gz +/cockpit-podman-30.tar.gz +/cockpit-podman-31.tar.gz +/cockpit-podman-32.tar.gz +/cockpit-podman-33.tar.gz +/cockpit-podman-34.tar.gz +/cockpit-podman-35.tar.xz +/cockpit-podman-36.tar.xz +/cockpit-podman-37.tar.xz +/cockpit-podman-38.tar.xz +/cockpit-podman-39.tar.xz +/cockpit-podman-40.tar.xz +/cockpit-podman-41.tar.xz +/cockpit-podman-42.tar.xz +/cockpit-podman-43.tar.xz +/cockpit-podman-44.tar.xz +/cockpit-podman-45.tar.xz +/cockpit-podman-46.tar.xz +/cockpit-podman-47.tar.xz +/cockpit-podman-48.tar.xz +/cockpit-podman-49.tar.xz +/cockpit-podman-49.1.tar.xz +/cockpit-podman-50.tar.xz +/cockpit-podman-51.1.tar.xz +/cockpit-podman-52.tar.xz +/cockpit-podman-53.tar.xz +/cockpit-podman-54.tar.xz +/cockpit-podman-55.tar.xz +/cockpit-podman-56.tar.xz +/cockpit-podman-57.tar.xz +/cockpit-podman-58.tar.xz +/cockpit-podman-59.tar.xz +/cockpit-podman-60.tar.xz +/cockpit-podman-61.tar.xz +/cockpit-podman-62.tar.xz +/cockpit-podman-63.tar.xz +/cockpit-podman-64.tar.xz +/cockpit-podman-65.tar.xz +/cockpit-podman-66.tar.xz +/cockpit-podman-67.tar.xz +/cockpit-podman-68.tar.xz +/cockpit-podman-69.tar.xz +/cockpit-podman-70.tar.xz +/cockpit-podman-71.tar.xz +/cockpit-podman-72.tar.xz +/cockpit-podman-73.tar.xz +/cockpit-podman-74.tar.xz +/cockpit-podman-75.tar.xz +/cockpit-podman-76.tar.xz +/cockpit-podman-77.tar.xz +/cockpit-podman-78.tar.xz +/cockpit-podman-79.tar.xz +/cockpit-podman-80.tar.xz +/cockpit-podman-81.tar.xz +/cockpit-podman-82.tar.xz +/cockpit-podman-83.tar.xz +/cockpit-podman-84.tar.xz +/cockpit-podman-84.1.tar.xz +/cockpit-podman-85.tar.xz +/cockpit-podman-86.tar.xz +/cockpit-podman-87.tar.xz diff --git a/README.packit b/README.packit index ef95206..bee8d88 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.87.0. +The file was generated using packit 0.95.0. diff --git a/cockpit-podman.spec b/cockpit-podman.spec index df9ca2e..a1a1af7 100644 --- a/cockpit-podman.spec +++ b/cockpit-podman.spec @@ -16,7 +16,7 @@ # Name: cockpit-podman -Version: 84.1 +Version: 87 Release: 1%{?dist} Summary: Cockpit component for Podman containers License: LGPL-2.1-or-later @@ -24,7 +24,12 @@ URL: https://github.com/cockpit-project/cockpit-podman Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildArch: noarch +%if 0%{?suse_version} +# Suse's package has a different name +BuildRequires: appstream-glib +%else BuildRequires: libappstream-glib +%endif BuildRequires: make BuildRequires: gettext %if 0%{?rhel} && 0%{?rhel} <= 8 @@ -38,18 +43,18 @@ Requires: podman >= 2.0.4 Requires: criu-libs %endif -Provides: bundled(npm(@patternfly/patternfly)) = 5.2.0 -Provides: bundled(npm(@patternfly/react-core)) = 5.2.0 -Provides: bundled(npm(@patternfly/react-icons)) = 5.2.0 -Provides: bundled(npm(@patternfly/react-styles)) = 5.2.0 -Provides: bundled(npm(@patternfly/react-table)) = 5.2.0 -Provides: bundled(npm(@patternfly/react-tokens)) = 5.2.0 +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(attr-accept)) = 2.2.2 -Provides: bundled(npm(date-fns)) = 3.3.1 +Provides: bundled(npm(date-fns)) = 3.6.0 Provides: bundled(npm(docker-names)) = 1.2.1 Provides: bundled(npm(file-selector)) = 0.6.0 Provides: bundled(npm(focus-trap)) = 7.5.2 -Provides: bundled(npm(ipaddr.js)) = 2.1.0 +Provides: bundled(npm(ipaddr.js)) = 2.2.0 Provides: bundled(npm(js-tokens)) = 4.0.0 Provides: bundled(npm(lodash)) = 4.17.21 Provides: bundled(npm(loose-envify)) = 1.4.0 @@ -86,17 +91,29 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog -* Tue Feb 20 2024 Jindrich Novy - 84.1-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/84.1 -- Related: RHEL-2112 +* Thu Apr 25 2024 Packit - 87-1 +- Bug fixes and performance improvements -* Fri Feb 16 2024 Jindrich Novy - 84-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/84 -- Related: RHEL-2112 +* Wed Mar 27 2024 Packit - 86-1 +- Bug fixes and performance improvements -* Fri Jan 19 2024 Jindrich Novy - 83-1 -- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/83 -- Related: RHEL-2112 +* Wed Mar 13 2024 Packit - 85-1 +- "bug fixes & performance improvements" + +* Tue Feb 20 2024 Packit - 84.1-1 +- Translation updates (RHEL-25556/RHEL-25557) + +* Wed Feb 14 2024 Packit - 84-1 +- Bug fixes and stability improvements + +* Wed Jan 24 2024 Fedora Release Engineering - 83-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 83-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jan 18 2024 Packit - 83-1 +- bug fixes and library updates * Wed Nov 29 2023 Packit - 82-1 - Delete intermediate images diff --git a/packit.yaml b/packit.yaml index dec94bf..30315f3 100644 --- a/packit.yaml +++ b/packit.yaml @@ -19,8 +19,8 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-38 - fedora-39 + - fedora-40 - fedora-latest-aarch64 - fedora-development - centos-stream-9-x86_64 @@ -30,8 +30,8 @@ jobs: - job: tests trigger: pull_request targets: - - fedora-38 - fedora-39 + - fedora-40 - fedora-latest-aarch64 - fedora-development - centos-stream-9-x86_64 @@ -62,19 +62,19 @@ jobs: trigger: release dist_git_branches: - fedora-development - - fedora-38 - fedora-39 + - fedora-40 - job: koji_build trigger: commit dist_git_branches: - fedora-development - - fedora-38 - fedora-39 + - fedora-40 - job: bodhi_update trigger: commit dist_git_branches: # rawhide updates are created automatically - - fedora-38 - fedora-39 + - fedora-40 diff --git a/plans/upstream.fmf b/plans/upstream.fmf index 3d93f8e..380d717 100644 --- a/plans/upstream.fmf +++ b/plans/upstream.fmf @@ -4,6 +4,10 @@ discover: execute: how: tmt +# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating +environment: + TEST_AUDIT_NO_SELINUX: 1 + /system: summary: Run tests on system podman discover+: diff --git a/sources b/sources index 65f6a1d..cf695fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-podman-84.1.tar.xz) = 133f29cb62c3617229dbda56b53df07a7e80f40518e8e411fb8d21d9486afc249dedae76baea576d4a097637e8d62e2cc8703e15e574a581b9b832913d4a7eda +SHA512 (cockpit-podman-87.tar.xz) = 1aaa2e56c9f163b1162dc69766b5277269668a6db79e7d7eb970015edb87e1d6f9f79950b5021a180491de754b0fe043a544ad3080484061997f574c493a9144