|
|
|
@ -17,12 +17,13 @@
|
|
|
|
|
|
|
|
|
|
Name: cockpit-podman
|
|
|
|
|
Version: 84.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Summary: Cockpit component for Podman containers
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
URL: https://github.com/cockpit-project/cockpit-podman
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
Source100: po.ru.js.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
BuildRequires: make
|
|
|
|
@ -71,6 +72,7 @@ The Cockpit user interface for Podman containers.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}
|
|
|
|
|
cp -vf %{SOURCE100} %{_builddir}/%{name}/dist/
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Nothing to build
|
|
|
|
@ -86,6 +88,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|
|
|
|
%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 02 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 84.1-1.inferit
|
|
|
|
|
- Added Russian translation
|
|
|
|
|
- Rebuilt for MSVSphere 9.4-beta
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2024 Jindrich Novy <jnovy@redhat.com> - 84.1-1
|
|
|
|
|
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/84.1
|
|
|
|
|
- Related: RHEL-2112
|
|
|
|
|