Compare commits

...

2 Commits

Author SHA1 Message Date
Jelle van der Waa 2b7a476144 Update to 87 2024-04-27 01:24:27 +00:00
Jindrich Novy a87f2090ff cockpit-podman-84.1-1.el9
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/84.1
- Related: RHEL-2112

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-02-20 08:58:27 +01:00
7 changed files with 139 additions and 23 deletions

1
.cockpit-podman.metadata Normal file
View File

@ -0,0 +1 @@
99296d5ce79955a1119ed2ccf11e7c3eb4857ad7 cockpit-podman-87.tar.xz

92
.gitignore vendored
View File

@ -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

View File

@ -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.

View File

@ -16,7 +16,7 @@
#
Name: cockpit-podman
Version: 84
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,13 +91,29 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%{_datadir}/metainfo/*
%changelog
* Fri Feb 16 2024 Jindrich Novy <jnovy@redhat.com> - 84-1
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/84
- Related: RHEL-2112
* Thu Apr 25 2024 Packit <hello@packit.dev> - 87-1
- Bug fixes and performance improvements
* Fri Jan 19 2024 Jindrich Novy <jnovy@redhat.com> - 83-1
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/83
- Related: RHEL-2112
* Wed Mar 27 2024 Packit <hello@packit.dev> - 86-1
- Bug fixes and performance improvements
* Wed Mar 13 2024 Packit <hello@packit.dev> - 85-1
- "bug fixes & performance improvements"
* Tue Feb 20 2024 Packit <hello@packit.dev> - 84.1-1
- Translation updates (RHEL-25556/RHEL-25557)
* Wed Feb 14 2024 Packit <hello@packit.dev> - 84-1
- Bug fixes and stability improvements
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 83-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 83-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jan 18 2024 Packit <hello@packit.dev> - 83-1
- bug fixes and library updates
* Wed Nov 29 2023 Packit <hello@packit.dev> - 82-1
- Delete intermediate images

View File

@ -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

View File

@ -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+:

View File

@ -1 +1 @@
SHA512 (cockpit-podman-84.tar.xz) = 6a32259cf8c87b7e2c69069b5472db25a8c2255e3bfb6de8268811b11b86b6e635ba14fb4a0e1d78fbdbd7a42015d0b70e7a98fa26c83fc219a55957577ec48e
SHA512 (cockpit-podman-87.tar.xz) = 1aaa2e56c9f163b1162dc69766b5277269668a6db79e7d7eb970015edb87e1d6f9f79950b5021a180491de754b0fe043a544ad3080484061997f574c493a9144