2019-04-22 07:52:38 +00:00
|
|
|
# This spec file has been automatically updated
|
2019-07-31 13:55:21 +00:00
|
|
|
Version: 7
|
|
|
|
Release: 1%{?dist}
|
2019-04-22 07:52:38 +00:00
|
|
|
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
|
2019-07-10 12:49:21 +00:00
|
|
|
Requires: podman >= 1.3.0
|
2019-04-22 07:52:38 +00:00
|
|
|
|
|
|
|
%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
|
2019-07-31 13:55:21 +00:00
|
|
|
* Wed Jul 31 2019 Martin Pitt <martin@piware.de> - 7-1
|
|
|
|
|
|
|
|
- Fix AppStream ID
|
|
|
|
- Adjust tests to changed Cockpit Services page
|
|
|
|
|
2019-07-24 20:33:59 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-19 14:27:16 +00:00
|
|
|
* Fri Jul 19 2019 Martin Pitt <martin@piware.de> - 6-1
|
|
|
|
|
|
|
|
- Fix various UI regressions from Cockpit's PatternFly 4 switch
|
|
|
|
- Add packit configuration (https://packit.dev/)
|
|
|
|
|
2019-07-10 12:49:21 +00:00
|
|
|
* Wed Jul 10 2019 Martin Pitt <martin@piware.de> - 5-1
|
|
|
|
|
|
|
|
- Add container Terminal
|
|
|
|
|
2019-06-26 13:40:07 +00:00
|
|
|
* Wed Jun 26 2019 Katerina Koukiou <kkoukiou@redhat.com> - 4-1
|
|
|
|
|
|
|
|
- Fix regression in container commit
|
|
|
|
|
2019-06-17 14:25:07 +00:00
|
|
|
* Mon Jun 17 2019 Martin Pitt <martin@piware.de> - 3-1
|
|
|
|
|
|
|
|
- Enable Commit button for running containers
|
|
|
|
- Fix race condition with container deletion
|
|
|
|
- Stop fetching all containers/images for each container/image event
|
|
|
|
|
2019-05-24 14:06:44 +00:00
|
|
|
* Fri May 24 2019 Cockpit Project <cockpituous@gmail.com> - 2-1
|
|
|
|
- Update to upstream 2 release
|
|
|
|
|
2019-04-22 07:52:38 +00:00
|
|
|
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
|
|
|
|
- Update to upstream 1 release
|
|
|
|
|