commit 22fd4e6a938fe2bf07535720826b669e927aeb42 Author: CentOS Sources Date: Tue Apr 28 04:54:25 2020 -0400 import cockpit-podman-11-1.module+el8.2.0+5174+081869e6 diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata new file mode 100644 index 0000000..5cb4745 --- /dev/null +++ b/.cockpit-podman.metadata @@ -0,0 +1 @@ +b7e78c163be798d3bb04a00b6969a7613eaf3280 SOURCES/cockpit-podman-11.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a17c8b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cockpit-podman-11.tar.gz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec new file mode 100644 index 0000000..f155cff --- /dev/null +++ b/SPECS/cockpit-podman.spec @@ -0,0 +1,70 @@ +# This spec file has been automatically updated +Version: 11 +Release: 1%{?dist} +Name: cockpit-podman +Summary: Cockpit component for Podman containers +License: LGPLv2+ +URL: https://github.com/cockpit-project/cockpit-podman + +Source0: https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz +BuildArch: noarch +BuildRequires: libappstream-glib + +Requires: cockpit-bridge >= 138 +Requires: cockpit-shell >= 138 +Requires: podman >= 1.3.0 + +%description +The Cockpit user interface for Podman containers. + +%prep +%setup -q -n cockpit-podman + +%build +# Nothing to build + +%install +%make_install +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* + +%files +%{_datadir}/cockpit/* +%{_datadir}/metainfo/* + +%changelog +* Wed Dec 11 2019 Jindrich Novy - 11-1 +- Fix Alert notification in Image Search Modal +- Allow more than a single Error Notification for Container action errors +- Various Alert cleanups +- Translation updates +- Related: RHELPLAN-25139 + +* Wed Nov 13 2019 Matej Marusak - 10-1 +- Support for user containers +- Show list of containers that use given image +- Show placeholder while loading containers and images +- Fix setting memory limit rhbz#1732713 +- Add container Terminal rhbz#1703245 + +* Wed Jun 26 2019 Martin Pitt - 4-1 +- Fix regression in container commit +- Fix AppStream ID rhbz#1734809 + +* Mon Jun 17 2019 Martin Pitt - 3-1 +- Enable Commit button for running containers +- Fix race condition with container deletion +- Stop fetching all containers/images for each container/image event + +* Sun Jun 09 2019 Martin Pitt - 2-2 +- Fix podman dependency + +* Mon May 27 2019 Martin Pitt - 2-1 +- Update to upstream 2 release +- Support podman API 1.3 +- Support running commands with arguments +- Show the default command coming from image +- Implement filtering of images and containers + +* Wed Apr 17 2019 Cockpit Project - 1-2 +- Update to upstream 1 release +