|
|
@ -17,12 +17,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: cockpit-podman
|
|
|
|
Name: cockpit-podman
|
|
|
|
Version: 76
|
|
|
|
Version: 76
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Summary: Cockpit component for Podman containers
|
|
|
|
Summary: Cockpit component for Podman containers
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
URL: https://github.com/cockpit-project/cockpit-podman
|
|
|
|
URL: https://github.com/cockpit-project/cockpit-podman
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
|
|
|
Source10: po.ru.js.gz
|
|
|
|
|
|
|
|
Patch10: 0001-Added-Russian-translation.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
@ -71,10 +74,11 @@ Provides: bundled(npm(xterm)) = 5.1.0
|
|
|
|
The Cockpit user interface for Podman containers.
|
|
|
|
The Cockpit user interface for Podman containers.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}
|
|
|
|
%autosetup -p1 -n %{name}
|
|
|
|
|
|
|
|
cp -vf %{SOURCE10} %{_builddir}/%{name}/dist/
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Nothing to build
|
|
|
|
#Nothing to build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install PREFIX=/usr
|
|
|
|
%make_install PREFIX=/usr
|
|
|
@ -87,6 +91,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|
|
|
%{_datadir}/metainfo/*
|
|
|
|
%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 13 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 76-1.inferit
|
|
|
|
|
|
|
|
- Added Russian translation by Leonid Kanter <lkanter@msvsphere-os.ru>
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 07 2023 Jindrich Novy <jnovy@redhat.com> - 76-1
|
|
|
|
* Thu Sep 07 2023 Jindrich Novy <jnovy@redhat.com> - 76-1
|
|
|
|
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/76
|
|
|
|
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/76
|
|
|
|
- Resolves: #2189507
|
|
|
|
- Resolves: #2189507
|
|
|
|