Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cockpit-machines for
openSUSE:Factory checked in at 2023-06-19 22:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cockpit-machines (Old)
and /work/SRC/openSUSE:Factory/.cockpit-machines.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit-machines"
Mon Jun 19 22:50:18 2023 rev:10 rq:1093493 version:292
Changes:
--------
--- /work/SRC/openSUSE:Factory/cockpit-machines/cockpit-machines.changes
2022-09-28 17:51:23.579188797 +0200
+++
/work/SRC/openSUSE:Factory/.cockpit-machines.new.15902/cockpit-machines.changes
2023-06-19 22:50:23.569502576 +0200
@@ -1,0 +2,22 @@
+Fri Jun 16 12:07:39 UTC 2023 - Adam Majer <[email protected]>
+
+- Update to 293
+ * Add manifest condition for the Python bridge
+ * Vsock device support
+ * Apply watchdog changes on next boot if hotplug fails
+ * Option to use RAW volume during VM creation
+ * Redesign VMâs CPU configuration
+ * Indicate need for shutdown
+ * Delete storage file upon disk detachment
+ * Show an alert when virtualization is disabled in BIOS/EFI
+ * Create VM based on cloud image and start it later
+ * Option to forcefully revert a snapshot
+ * Support dark theme
+ * Translation updates
+ * Stability and performance updates
+
+- 1088.patch: WIP for PF5 changes in cockpit
+- hide-docs.patch, load-css-overrides.patch: refreshed
+- suse-vv-install.patch: upstreamed, removed
+
+-------------------------------------------------------------------
Old:
----
cockpit-machines.obscpio
cockpit-machines.obsinfo
suse-vv-install.patch
New:
----
1088.patch
cockpit-machines-292.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cockpit-machines.spec ++++++
--- /var/tmp/diff_new_pack.IETP9Z/_old 2023-06-19 22:50:28.689532558 +0200
+++ /var/tmp/diff_new_pack.IETP9Z/_new 2023-06-19 22:50:28.733532815 +0200
@@ -1,7 +1,7 @@
#
# spec file for package cockpit-machines
#
-# 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,21 +17,20 @@
Name: cockpit-machines
-Version: 270.2
+Version: 292
Release: 0
Summary: Cockpit user interface for virtual machines
License: LGPL-2.1-or-later AND MIT
URL: https://github.com/cockpit-project/cockpit-machines
# source_validator insists that if obscpio has no version then
# tarball must neither
-Source: cockpit-machines.tar
+Source:
https://github.com/cockpit-project/cockpit-machines/archive/refs/tags/%{version}.tar.gz#/cockpit-machines-%{version}.tar.gz
Source10: package-lock.json
Source11: node_modules.spec.inc
%include %_sourcedir/node_modules.spec.inc
-Patch0: hide-docs.patch
-Patch1: load-css-overrides.patch
-# patches for node modules start with 100
-Patch100: suse-vv-install.patch
+Patch1: 1088.patch
+Patch10: hide-docs.patch
+Patch11: load-css-overrides.patch
BuildArch: noarch
BuildRequires: appstream-glib
BuildRequires: make
@@ -52,7 +51,7 @@
Recommends: libosinfo
Recommends: python3-gobject-base
#
-BuildRequires: cockpit-devel >= 271
+BuildRequires: cockpit-devel >= 293
BuildRequires: local-npm-registry
BuildRequires: sassc
@@ -62,25 +61,27 @@
If "virt-install" is installed, you can also create new virtual machines.
%prep
-%setup -n %{name}
-%patch0 -p1
+%setup
%patch1 -p1
+%patch10 -p1
+%patch11 -p1
rm -f package-lock.json
local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || (
find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)
-%patch100 -p1
%build
+export PREFIX=%_prefix
mkdir -p pkg/lib
cp -r %{_datadir}/cockpit/devel/lib/* pkg/lib
NODE_ENV=production npm run build
%install
+export PREFIX=%_prefix
%make_install
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%files
%doc README.md
-%license LICENSE dist/index.js.LICENSE.txt.gz
+%license LICENSE
%{_datadir}/cockpit
%{_datadir}/metainfo/*
++++++ suse-vv-install.patch -> 1088.patch ++++++
++++ 2566 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cockpit-machines/suse-vv-install.patch
++++ and /work/SRC/openSUSE:Factory/.cockpit-machines.new.15902/1088.patch
++++++ _service ++++++
--- /var/tmp/diff_new_pack.IETP9Z/_old 2023-06-19 22:50:28.889533729 +0200
+++ /var/tmp/diff_new_pack.IETP9Z/_new 2023-06-19 22:50:28.913533869 +0200
@@ -1,23 +1,8 @@
<services>
- <service name="obs_scm" mode="manual">
- <param name="versionformat">@PARENT_TAG@</param>
- <param
name="url">http://github.com/cockpit-project/cockpit-machines.git</param>
- <param name="scm">git</param>
- <param name="revision">270.2</param>
- <param name="filename">cockpit-machines</param>
- <param name="without-version">enable</param>
- </service>
<service name="node_modules" mode="manual">
<param name="cpio">node_modules.obscpio</param>
<param name="output">node_modules.spec.inc</param>
<param name="source-offset">1000</param>
</service>
- <service mode="buildtime" name="tar">
- <param name="obsinfo">cockpit-machines.obsinfo</param>
- <param name="filename">cockpit-machines</param>
- </service>
- <service mode="buildtime" name="set_version">
- <param name="basename">cockpit-machines</param>
- </service>
</services>
++++++ hide-docs.patch ++++++
--- /var/tmp/diff_new_pack.IETP9Z/_old 2023-06-19 22:50:29.093534923 +0200
+++ /var/tmp/diff_new_pack.IETP9Z/_new 2023-06-19 22:50:29.129535134 +0200
@@ -1,9 +1,9 @@
-diff --git a/src/manifest.json b/src/manifest.json
-index a945d46..3980eb2 100644
---- a/src/manifest.json
-+++ b/src/manifest.json
-@@ -8,7 +8,7 @@
- "label": "Virtual Machines",
+Index: cockpit-machines-292/src/manifest.json
+===================================================================
+--- cockpit-machines-292.orig/src/manifest.json
++++ cockpit-machines-292/src/manifest.json
+@@ -11,7 +11,7 @@
+ "label": "Virtual machines",
"path": "index.html",
"order": 60,
- "docs": [
++++++ load-css-overrides.patch ++++++
--- /var/tmp/diff_new_pack.IETP9Z/_old 2023-06-19 22:50:29.265535931 +0200
+++ /var/tmp/diff_new_pack.IETP9Z/_new 2023-06-19 22:50:29.301536141 +0200
@@ -9,19 +9,16 @@
src/index.html | 1 +
1 file changed, 1 insertion(+)
-diff --git a/src/index.html b/src/index.html
-index 8c5380c..5be6daa 100644
---- a/src/index.html
-+++ b/src/index.html
+Index: cockpit-machines-292/src/index.html
+===================================================================
+--- cockpit-machines-292.orig/src/index.html
++++ cockpit-machines-292/src/index.html
@@ -7,6 +7,7 @@
<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="../*/po.js"></script>
---
-2.36.1
-
+ <script type="text/javascript" src="index.js"></script>
+ <script type="text/javascript" src="po.js"></script>
++++++ node_modules.obscpio ++++++
/work/SRC/openSUSE:Factory/cockpit-machines/node_modules.obscpio
/work/SRC/openSUSE:Factory/.cockpit-machines.new.15902/node_modules.obscpio
differ: char 28, line 1
++++++ node_modules.spec.inc ++++++
++++ 1149 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cockpit-machines/node_modules.spec.inc
++++ and
/work/SRC/openSUSE:Factory/.cockpit-machines.new.15902/node_modules.spec.inc
++++++ package-lock.json ++++++
++++ 15753 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cockpit-machines/package-lock.json
++++ and
/work/SRC/openSUSE:Factory/.cockpit-machines.new.15902/package-lock.json