import cockpit-podman-29-1.module+el8.4.0+10198+36d1d0e3
This commit is contained in:
parent
9eee45c5af
commit
0429ec882d
@ -1 +1 @@
|
||||
1bd6efcd576c98886a8116b7017d64842c37d0e1 SOURCES/cockpit-podman-18.tar.gz
|
||||
77aa54b1a76e5f42600de56f980ce4b3176d64d3 SOURCES/cockpit-podman-29.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/cockpit-podman-18.tar.gz
|
||||
SOURCES/cockpit-podman-29.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 18
|
||||
Version: 29
|
||||
Release: 1%{?dist}
|
||||
Name: cockpit-podman
|
||||
Summary: Cockpit component for Podman containers
|
||||
@ -11,7 +11,6 @@ BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
Requires: cockpit-bridge >= 138
|
||||
Requires: cockpit-shell >= 138
|
||||
Requires: podman >= 1.3.0
|
||||
|
||||
%description
|
||||
@ -28,10 +27,89 @@ The Cockpit user interface for Podman containers.
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_datadir}/cockpit/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 29-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/29
|
||||
- Related: #1883490
|
||||
|
||||
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 28.1-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/28.1
|
||||
- Related: #1883490
|
||||
|
||||
* Wed Feb 10 2021 Jindrich Novy <jnovy@redhat.com> - 28-4
|
||||
- readd cockpit-system
|
||||
Related: #1914884
|
||||
|
||||
* Mon Feb 08 2021 Jindrich Novy <jnovy@redhat.com> - 28-3
|
||||
- fix gating tests for cockpit-podman - thanks for Matej Marusak
|
||||
- Related: #1883490
|
||||
|
||||
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 28-2
|
||||
- remove applied patch and cockpit-shell dependency
|
||||
- Related: #1883490
|
||||
|
||||
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 28-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/28
|
||||
- Related: #1883490
|
||||
|
||||
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-4
|
||||
- fix "Fix gating tests of container-tools for 8.4.0"
|
||||
- Related: #1883490
|
||||
|
||||
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-3
|
||||
- another gating test fix - don't remove all containers but only admin ones
|
||||
thanks to Matej Marusak
|
||||
- Related: #1883490
|
||||
|
||||
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-2
|
||||
- gating tests - always set VM password
|
||||
- Related: #1883490
|
||||
|
||||
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27.1
|
||||
- Related: #1883490
|
||||
|
||||
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 27-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27
|
||||
- Related: #1883490
|
||||
|
||||
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 26-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/26
|
||||
- Related: #1883490
|
||||
|
||||
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 25-4
|
||||
- replace docker.io with quay.io for gating tests due do
|
||||
docker.io new pull rate limit requirements
|
||||
- Related: #1883490
|
||||
|
||||
* Sat Nov 07 2020 Jindrich Novy <jnovy@redhat.com> - 25-3
|
||||
- test: Cleanup images before pulling the ones we need - thanks to Matej Marusak
|
||||
- Related: #1883490
|
||||
|
||||
* Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 25-2
|
||||
- remove hack in tests
|
||||
- Related: #1883490
|
||||
|
||||
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 25-1
|
||||
- synchronize with stream-container-tools-rhel8
|
||||
- Related: #1883490
|
||||
|
||||
* Sun Jul 26 2020 Jindrich Novy <jnovy@redhat.com> - 18.1-2
|
||||
- revert back to 18.1 as this version is aimed at 8.3.0
|
||||
- Related: #1821193
|
||||
|
||||
* Wed Jul 15 2020 Jindrich Novy <jnovy@redhat.com> - 19-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/19
|
||||
- Related: #1821193
|
||||
|
||||
* Wed Jul 15 2020 Martin Pitt <mpitt@redhat.com> - 18.1-1
|
||||
- Fix AppStream metainfo (rhbz#1854673)
|
||||
|
||||
* Mon Jun 15 2020 Jindrich Novy <jnovy@redhat.com> - 18-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/v18
|
||||
- Related: #1821193
|
||||
|
Loading…
Reference in New Issue
Block a user