Blame cockpit-podman.spec

6751c28
# This spec file has been automatically updated
54c742a
Version:        4
302de35
Release: 1%{?dist}
6751c28
Name:           cockpit-podman
6751c28
Summary:        Cockpit component for Podman containers
6751c28
License:        LGPLv2+
6751c28
URL:            https://github.com/cockpit-project/cockpit-podman
6751c28
6751c28
Source0:        https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
6751c28
BuildArch:      noarch
6751c28
BuildRequires:  libappstream-glib
6751c28
6751c28
Requires:       cockpit-bridge >= 138
6751c28
Requires:       cockpit-shell >= 138
5166f4a
Requires:       podman >= 1.2.0
6751c28
6751c28
%description
6751c28
The Cockpit user interface for Podman containers.
6751c28
6751c28
%prep
6751c28
%setup -q -n cockpit-podman
6751c28
6751c28
%build
6751c28
# Nothing to build
6751c28
6751c28
%install
6751c28
%make_install
6751c28
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
6751c28
6751c28
%files
6751c28
%{_datadir}/cockpit/*
6751c28
%{_datadir}/metainfo/*
6751c28
6751c28
%changelog
54c742a
* Wed Jun 26 2019 Katerina Koukiou <kkoukiou@redhat.com> - 4-1
54c742a
54c742a
- Fix regression in container commit
54c742a
5166f4a
* Mon Jun 17 2019 Martin Pitt <martin@piware.de> - 3-1
5166f4a
5166f4a
- Enable Commit button for running containers
5166f4a
- Fix race condition with container deletion
5166f4a
- Stop fetching all containers/images for each container/image event
5166f4a
302de35
* Fri May 24 2019 Cockpit Project <cockpituous@gmail.com> - 2-1
302de35
- Update to upstream 2 release
302de35
6751c28
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
6751c28
- Update to upstream 1 release
6751c28