Import rpm: e20cf9b04732ec315e5de1f3f7640d532e00a196
This commit is contained in:
parent
f105bc7192
commit
4e3709872a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/cockpit-podman-43.tar.xz
|
||||
SOURCES/cockpit-podman-59.tar.xz
|
||||
|
@ -1,24 +1,7 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 43
|
||||
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
|
||||
Version: 59
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit component for Podman containers
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/cockpit-project/cockpit-podman
|
||||
@ -27,6 +10,10 @@ Source0: https://github.com/cockpit-project/%{name}/releases/download/%{v
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
BuildRequires: gettext
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 8
|
||||
BuildRequires: libappstream-glib-devel
|
||||
%endif
|
||||
|
||||
Requires: cockpit-bridge >= 138
|
||||
Requires: podman >= 2.0.4
|
||||
@ -51,6 +38,70 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 02 2023 Jindrich Novy <jnovy@redhat.com> - 59-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/59
|
||||
- Related: #2123641
|
||||
|
||||
* Fri Dec 02 2022 Jindrich Novy <jnovy@redhat.com> - 58-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/58
|
||||
- Related: #2123641
|
||||
|
||||
* Fri Nov 18 2022 Jindrich Novy <jnovy@redhat.com> - 57-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/57
|
||||
- Related: #2123641
|
||||
|
||||
* Tue Nov 08 2022 Jindrich Novy <jnovy@redhat.com> - 56-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/56
|
||||
- Related: #2123641
|
||||
|
||||
* Wed Oct 19 2022 Jindrich Novy <jnovy@redhat.com> - 55-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/55
|
||||
- Related: #2123641
|
||||
|
||||
* Mon Sep 26 2022 Jindrich Novy <jnovy@redhat.com> - 54-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/54
|
||||
- Related: #2123641
|
||||
|
||||
* Wed Sep 07 2022 Jindrich Novy <jnovy@redhat.com> - 53-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/53
|
||||
- Related: #2123641
|
||||
|
||||
* Wed Aug 24 2022 Jindrich Novy <jnovy@redhat.com> - 52-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/52
|
||||
- Related: #2061390
|
||||
|
||||
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 51.1-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/51.1
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Jun 27 2022 Jindrich Novy <jnovy@redhat.com> - 50-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/50
|
||||
- Related: #2061390
|
||||
|
||||
* Thu Jun 09 2022 Jindrich Novy <jnovy@redhat.com> - 49.1-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/49.1
|
||||
- Related: #2061390
|
||||
|
||||
* Thu May 26 2022 Jindrich Novy <jnovy@redhat.com> - 48-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/48
|
||||
- Related: #2061390
|
||||
|
||||
* Fri Apr 29 2022 Jindrich Novy <jnovy@redhat.com> - 47-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/47
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Apr 25 2022 Jindrich Novy <jnovy@redhat.com> - 46-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/46
|
||||
- Related: #2061390
|
||||
|
||||
* Fri Mar 25 2022 Jindrich Novy <jnovy@redhat.com> - 44-2
|
||||
- use spec file from the upstream source
|
||||
- Related: #2061390
|
||||
|
||||
* Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 44-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/44
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 43-1
|
||||
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/43
|
||||
- Related: #2061390
|
||||
|
Loading…
Reference in New Issue
Block a user