import cockpit-podman-42-1.module+el8.6.0+14294+b550ef09
This commit is contained in:
parent
36b785531d
commit
145125e0cf
@ -1 +1 @@
|
||||
c96ca6c4190cdf4d7d506090d5bd173b4c6c76e3 SOURCES/cockpit-podman-33.tar.gz
|
||||
98f7ec209ee9f76058c2054c27654557b313bb9d SOURCES/cockpit-podman-42.tar.xz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/cockpit-podman-33.tar.gz
|
||||
SOURCES/cockpit-podman-42.tar.xz
|
||||
|
@ -1,23 +1,41 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 33
|
||||
Version: 42
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2017-2020 Red Hat, Inc.
|
||||
#
|
||||
# Cockpit is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Cockpit is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
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
|
||||
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
|
||||
Requires: cockpit-bridge >= 138
|
||||
Requires: podman >= 1.3.0
|
||||
Requires: podman >= 2.0.4
|
||||
|
||||
%description
|
||||
The Cockpit user interface for Podman containers.
|
||||
|
||||
%prep
|
||||
%setup -q -n cockpit-podman
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
# Nothing to build
|
||||
@ -28,11 +46,51 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%license LICENSE dist/index.js.LICENSE.txt.gz
|
||||
%{_datadir}/cockpit/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2022 Jindrich Novy <jnovy@redhat.com> - 42-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/42
|
||||
- Related: #2001445
|
||||
|
||||
* Thu Feb 03 2022 Jindrich Novy <jnovy@redhat.com> - 41-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/41
|
||||
- Related: #2001445
|
||||
|
||||
* Mon Jan 24 2022 Jindrich Novy <jnovy@redhat.com> - 40-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/40
|
||||
- Related: #2001445
|
||||
|
||||
* Wed Jan 05 2022 Jindrich Novy <jnovy@redhat.com> - 39-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/39
|
||||
- Related: #2001445
|
||||
|
||||
* Fri Dec 10 2021 Jindrich Novy <jnovy@redhat.com> - 38-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/38
|
||||
- Related: #2001445
|
||||
|
||||
* Fri Nov 26 2021 Jindrich Novy <jnovy@redhat.com> - 37-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/37
|
||||
- Related: #2001445
|
||||
|
||||
* Thu Nov 11 2021 Jindrich Novy <jnovy@redhat.com> - 36-2
|
||||
- revert the ansible change to fix gating tests
|
||||
- Related: #2001445
|
||||
|
||||
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 36-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/36
|
||||
- Related: #2001445
|
||||
|
||||
* Fri Sep 17 2021 Jindrich Novy <jnovy@redhat.com> - 35-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/35
|
||||
- Related: #2001445
|
||||
|
||||
* Fri Sep 10 2021 Jindrich Novy <jnovy@redhat.com> - 34-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/34
|
||||
- Related: #2001445
|
||||
|
||||
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 33-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/33
|
||||
- Related: #1934415
|
||||
|
Loading…
Reference in New Issue
Block a user