Compare commits

...

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

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

3
.gitignore vendored

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

File diff suppressed because it is too large Load Diff

@ -16,16 +16,13 @@
#
Name: cockpit-podman
Version: 93
Release: 1%{?dist}.inferit
Version: 93.1
Release: 1%{?dist}
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
@ -79,11 +76,10 @@ Provides: bundled(npm(tslib)) = 2.6.3
The Cockpit user interface for Podman containers.
%prep
%autosetup -p1 -n %{name}
cp -vf %{SOURCE10} %{_builddir}/%{name}/dist/
%setup -q -n %{name}
%build
#Nothing to build
# Nothing to build
%install
%make_install PREFIX=/usr
@ -161,10 +157,6 @@ 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
@ -201,9 +193,6 @@ 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