3e97c0
# This spec file has been automatically updated
3e97c0
Version:        11
3e97c0
Release: 1%{?dist}
3e97c0
Name:           cockpit-podman
3e97c0
Summary:        Cockpit component for Podman containers
3e97c0
License:        LGPLv2+
3e97c0
URL:            https://github.com/cockpit-project/cockpit-podman
3e97c0
3e97c0
Source0:        https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
3e97c0
BuildArch:      noarch
3e97c0
BuildRequires:  libappstream-glib
3e97c0
3e97c0
Requires:       cockpit-bridge >= 138
3e97c0
Requires:       cockpit-shell >= 138
3e97c0
Requires:       podman >= 1.3.0
3e97c0
3e97c0
%description
3e97c0
The Cockpit user interface for Podman containers.
3e97c0
3e97c0
%prep
3e97c0
%setup -q -n cockpit-podman
3e97c0
3e97c0
%build
3e97c0
# Nothing to build
3e97c0
3e97c0
%install
3e97c0
%make_install
3e97c0
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
3e97c0
3e97c0
%files
3e97c0
%{_datadir}/cockpit/*
3e97c0
%{_datadir}/metainfo/*
3e97c0
3e97c0
%changelog
3e97c0
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 11-1
3e97c0
- Fix Alert notification in Image Search Modal
3e97c0
- Allow more than a single Error Notification for Container action errors
3e97c0
- Various Alert cleanups
3e97c0
- Translation updates
3e97c0
- Related: RHELPLAN-25139
3e97c0
3e97c0
* Wed Nov 13 2019 Matej Marusak <mmarusak@redhat.com> - 10-1
3e97c0
- Support for user containers
3e97c0
- Show list of containers that use given image
3e97c0
- Show placeholder while loading containers and images
3e97c0
- Fix setting memory limit rhbz#1732713
3e97c0
- Add container Terminal rhbz#1703245
3e97c0
3e97c0
* Wed Jun 26 2019 Martin Pitt <mpitt@redhat.com> - 4-1
3e97c0
- Fix regression in container commit
3e97c0
- Fix AppStream ID rhbz#1734809
3e97c0
3e97c0
* Mon Jun 17 2019 Martin Pitt <mpitt@redhat.com> - 3-1
3e97c0
- Enable Commit button for running containers
3e97c0
- Fix race condition with container deletion
3e97c0
- Stop fetching all containers/images for each container/image event
3e97c0
3e97c0
* Sun Jun 09 2019 Martin Pitt <mpitt@redhat.com> - 2-2
3e97c0
- Fix podman dependency
3e97c0
3e97c0
* Mon May 27 2019 Martin Pitt <mpitt@redhat.com> - 2-1
3e97c0
- Update to upstream 2 release
3e97c0
- Support podman API 1.3
3e97c0
- Support running commands with arguments
3e97c0
- Show the default command coming from image
3e97c0
- Implement filtering of images and containers
3e97c0
3e97c0
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
3e97c0
- Update to upstream 1 release
3e97c0