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