5c77cd
# This spec file has been automatically updated
5c77cd
Version:        17
5c77cd
Release:        1%{?dist}
5c77cd
Name:           cockpit-podman
5c77cd
Summary:        Cockpit component for Podman containers
5c77cd
License:        LGPLv2+
5c77cd
URL:            https://github.com/cockpit-project/cockpit-podman
5c77cd
5c77cd
Source0:        https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
5c77cd
BuildArch:      noarch
5c77cd
BuildRequires:  libappstream-glib
5c77cd
5c77cd
Requires:       cockpit-bridge >= 138
5c77cd
Requires:       cockpit-shell >= 138
5c77cd
Requires:       podman >= 1.3.0
5c77cd
5c77cd
%description
5c77cd
The Cockpit user interface for Podman containers.
5c77cd
5c77cd
%prep
5c77cd
%setup -q -n cockpit-podman
5c77cd
5c77cd
%build
5c77cd
# Nothing to build
5c77cd
5c77cd
%install
5c77cd
%make_install
5c77cd
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
5c77cd
5c77cd
%files
5c77cd
%{_datadir}/cockpit/*
5c77cd
%{_datadir}/metainfo/*
5c77cd
5c77cd
%changelog
5c77cd
* Fri May 15 2020 Jindrich Novy <jnovy@redhat.com> - 17-1
5c77cd
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/17
5c77cd
- Related: #1821193
5c77cd
5c77cd
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 16-1
5c77cd
- synchronize containter-tools 8.3.0 with 8.2.1
5c77cd
- Related: #1821193
5c77cd
5c77cd
* Mon Apr 20 2020 Matej Marusak <mmarusak@redhat.com> - 15-1
5c77cd
- Drop obsolete functionality for Fedora Atomic
5c77cd
- Localize dates and times
5c77cd
- Make tests non-destructive, to support gating
5c77cd
- Fix crash on filtering anonymous images
5c77cd
- Translation updates
5c77cd
- Show historical logs
5c77cd
5c77cd
* Thu Jan 09 2020 Matej Marusak <mmarusak@redhat.com> - 12-1
5c77cd
- Configure CPU share for system containers
5c77cd
- Translation updates
5c77cd
5c77cd
* Thu Nov 28 2019 Matej Marusak <mmarusak@redhat.com> - 11-1
5c77cd
- Fix Alert notification in Image Search Modal
5c77cd
- Allow more than a single Error Notification for Container action errors
5c77cd
- Various Alert cleanups
5c77cd
- Translation updates
5c77cd
5c77cd
* Wed Nov 13 2019 Matej Marusak <mmarusak@redhat.com> - 10-1
5c77cd
- Support for user containers
5c77cd
- Show list of containers that use given image
5c77cd
- Show placeholder while loading containers and images
5c77cd
- Fix setting memory limit rhbz#1732713
5c77cd
- Add container Terminal rhbz#1703245
5c77cd
5c77cd
* Wed Jun 26 2019 Martin Pitt <mpitt@redhat.com> - 4-1
5c77cd
- Fix regression in container commit
5c77cd
- Fix AppStream ID rhbz#1734809
5c77cd
5c77cd
* Mon Jun 17 2019 Martin Pitt <mpitt@redhat.com> - 3-1
5c77cd
- Enable Commit button for running containers
5c77cd
- Fix race condition with container deletion
5c77cd
- Stop fetching all containers/images for each container/image event
5c77cd
5c77cd
* Sun Jun 09 2019 Martin Pitt <mpitt@redhat.com> - 2-2
5c77cd
- Fix podman dependency
5c77cd
5c77cd
* Mon May 27 2019 Martin Pitt <mpitt@redhat.com> - 2-1
5c77cd
- Update to upstream 2 release
5c77cd
- Support podman API 1.3
5c77cd
- Support running commands with arguments
5c77cd
- Show the default command coming from image
5c77cd
- Implement filtering of images and containers
5c77cd
5c77cd
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
5c77cd
- Update to upstream 1 release
5c77cd