|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
|
|
|
|
|
Name: cockpit-podman
|
|
|
|
|
Version: 46
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Summary: Cockpit component for Podman containers
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
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
|
|
|
|
@ -23,6 +24,7 @@ The Cockpit user interface for Podman containers.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}
|
|
|
|
|
cp -vf %{SOURCE100} %{_builddir}/%{name}/dist/
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Nothing to build
|
|
|
|
@ -38,6 +40,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|
|
|
|
%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 26 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 46-1.inferit
|
|
|
|
|
- Added Russian translation
|
|
|
|
|
|
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 46-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|