Compare commits

...

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -1 +1,2 @@
f986f6a4f34bda7505942533fd1299e6be3f29e1 SOURCES/cockpit-podman-93.1.tar.xz
83f42fba590c8d3158b78ba1fd1310f7d250daab SOURCES/po.ru.js.gz

1
.gitignore vendored

@ -1 +1,2 @@
SOURCES/po.ru.js.gz
SOURCES/cockpit-podman-93.1.tar.xz

File diff suppressed because it is too large Load Diff

@ -17,12 +17,15 @@
Name: cockpit-podman
Version: 93.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
# MSVSphere
Source10: po.ru.js.gz
Patch10: 0001-Added-Russian-translation.patch
BuildArch: noarch
%if 0%{?suse_version}
# Suse's package has a different name
@ -76,10 +79,11 @@ Provides: bundled(npm(tslib)) = 2.6.3
The Cockpit user interface for Podman containers.
%prep
%setup -q -n %{name}
%autosetup -p1 -n %{name}
cp -vf %{SOURCE10} %{_builddir}/%{name}/dist/
%build
# Nothing to build
#Nothing to build
%install
%make_install PREFIX=/usr
@ -157,6 +161,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
* Wed Sep 20 2023 Packit <hello@packit.dev> - 77-1
- Performance and stability improvements
* Wed Sep 20 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
* Wed Sep 06 2023 Packit <hello@packit.dev> - 76-1
- Performance and stability improvements
@ -193,6 +201,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
- Fix building on non-x86_64 machines with esbuild-wasm
- Translation updates
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 66-1
- Rebuilt for MSVSphere 9.2 beta
* Tue Apr 11 2023 Packit <hello@packit.dev> - 66-1
- Container list can be sorted
- Custom healthcheck actions

Loading…
Cancel
Save