Blame cockpit-podman.spec

58b06d3
# This spec file has been automatically updated
279270f
Version:        2
279270f
Release: 1%{?dist}
58b06d3
Name:           cockpit-podman
58b06d3
Summary:        Cockpit component for Podman containers
58b06d3
License:        LGPLv2+
58b06d3
URL:            https://github.com/cockpit-project/cockpit-podman
58b06d3
58b06d3
Source0:        https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
58b06d3
BuildArch:      noarch
58b06d3
BuildRequires:  libappstream-glib
58b06d3
58b06d3
Requires:       cockpit-bridge >= 138
58b06d3
Requires:       cockpit-shell >= 138
58b06d3
Requires:       podman >= 1:1.2.0
58b06d3
58b06d3
%description
58b06d3
The Cockpit user interface for Podman containers.
58b06d3
58b06d3
%prep
58b06d3
%setup -q -n cockpit-podman
58b06d3
58b06d3
%build
58b06d3
# Nothing to build
58b06d3
58b06d3
%install
58b06d3
%make_install
58b06d3
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
58b06d3
58b06d3
%files
58b06d3
%{_datadir}/cockpit/*
58b06d3
%{_datadir}/metainfo/*
58b06d3
58b06d3
%changelog
279270f
* Fri May 24 2019 Cockpit Project <cockpituous@gmail.com> - 2-1
279270f
- Update to upstream 2 release
279270f
58b06d3
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
58b06d3
- Update to upstream 1 release
58b06d3