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