1
0

Accepting request 1093480 from systemsmanagement:cockpit

- New version 70. Changes since 53 include,
  * Add ability to prune unused containers
  * Translation updates
  * Container list can be sorted
  * Custom healthcheck actions
  * Dark theme support
  * Pod CPU, memory, port and volume details
  * Create new pod group functionality
  * Show all containers by default
  * Stability and performance improvements
- load-css-overrides.patch: refreshed
- 1299.patch: fixes build with new PF5

OBS-URL: https://build.opensuse.org/request/show/1093480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cockpit-podman?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2023-06-18 21:07:35 +00:00 committed by Git OBS Bridge
commit ab6b9da78e
9 changed files with 4631 additions and 12178 deletions

2118
1299.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d954ee2cc6536ddcc0d17c22a96748c54e36c4c3551dfb403b208f4a6bd6b0
size 204791

3
cockpit-podman-70.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9c36641919015b150c2f726d1b11598644f56afacb9d139be257e07dfe4ab1e
size 234004

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jun 16 10:18:09 UTC 2023 - Adam Majer <adam.majer@suse.de>
- New version 70. Changes since 53 include,
* Add ability to prune unused containers
* Translation updates
* Container list can be sorted
* Custom healthcheck actions
* Dark theme support
* Pod CPU, memory, port and volume details
* Create new pod group functionality
* Show all containers by default
* Stability and performance improvements
- load-css-overrides.patch: refreshed
- 1299.patch: fixes build with new PF5
-------------------------------------------------------------------
Tue Sep 20 10:11:52 UTC 2022 - Adam Majer <adam.majer@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cockpit-podman
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: cockpit-podman
Version: 53
Version: 70
Release: 0
Summary: Cockpit component for Podman containers
License: LGPL-2.1-or-later
@ -26,14 +26,15 @@ Source: https://github.com/cockpit-project/cockpit-podman/archive/%{vers
Source10: package-lock.json
Source11: node_modules.spec.inc
%include %_sourcedir/node_modules.spec.inc
Patch1: load-css-overrides.patch
Patch1: 1299.patch
Patch10: load-css-overrides.patch
BuildArch: noarch
BuildRequires: appstream-glib
Requires: cockpit-bridge >= 138
Requires: cockpit-shell >= 138
Requires: podman >= 2.0.4
#
BuildRequires: cockpit-devel >= 271
BuildRequires: cockpit-devel >= 293
BuildRequires: local-npm-registry
BuildRequires: sassc
@ -46,12 +47,14 @@ rm -r node_modules
local-npm-registry %{_sourcedir} install --with=dev
%build
export PREFIX=%{_prefix}
mkdir -p pkg/lib
cp -r %{_datadir}/cockpit/devel/lib/* pkg/lib
npm run build
%install
export PREFIX=%{_prefix}
%make_install
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*

View File

@ -9,18 +9,15 @@ described at https://github.com/cockpit-project/cockpit/pull/17437
src/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/index.html b/src/index.html
index 6963aaf..01ec06d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -23,6 +23,7 @@ along with this package; If not, see <http://www.gnu.org/licenses/>.
Index: cockpit-podman-70/src/index.html
===================================================================
--- cockpit-podman-70.orig/src/index.html
+++ cockpit-podman-70/src/index.html
@@ -23,6 +23,7 @@ along with this package; If not, see <ht
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
+ <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="../base1/cockpit.js"></script>
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript" src="po.js"></script>
--
2.36.1

BIN
node_modules.obscpio (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

13462
package-lock.json generated

File diff suppressed because it is too large Load Diff