Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit for openSUSE:Factory checked in at 2024-08-21 23:24:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit (Old) and /work/SRC/openSUSE:Factory/.cockpit.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit" Wed Aug 21 23:24:46 2024 rev:50 rq:1194919 version:322 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes 2024-08-10 19:06:06.717576239 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit.new.2698/cockpit.changes 2024-08-21 23:25:06.335307050 +0200 @@ -1,0 +2,21 @@ +Tue Aug 20 13:24:06 UTC 2024 - Adam Majer <adam.ma...@suse.de> + +- remove requires on pam_oath completely. It will be re-introduced + later when it works with optional enrollment + +------------------------------------------------------------------- +Mon Aug 20 11:44:33 UTC 2024 - Alice Brooks <alice.bro...@suse.com> + +- add 0005-cockpit-ws-user-remove-default-deps.patch (bsc#1229146) + +------------------------------------------------------------------- +Mon Aug 12 13:47:26 UTC 2024 - Luna D Dragon <luna.dra...@suse.com> + +- new version 322: + * shell: Deprecate host switcher + * files: Permissions column in details view +- suse_docs.patch: refreshed + +For details, see https://cockpit-project.org/blog/cockpit-322.html + +------------------------------------------------------------------- @@ -17,0 +39 @@ +------------------------------------------------------------------- Old: ---- cockpit-321.tar New: ---- 0005-cockpit-ws-user-remove-default-deps.patch _scmsync.obsinfo build.specials.obscpio cockpit-322.tar.gz BETA DEBUG BEGIN: New: - add 0005-cockpit-ws-user-remove-default-deps.patch (bsc#1229146) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit.spec ++++++ --- /var/tmp/diff_new_pack.KptG8k/_old 2024-08-21 23:25:10.471479406 +0200 +++ /var/tmp/diff_new_pack.KptG8k/_new 2024-08-21 23:25:10.475479573 +0200 @@ -1,4 +1,3 @@ -# # Copyright (C) 2014-2020 Red Hat, Inc. # # Cockpit is free software; you can redistribute it and/or modify it @@ -50,9 +49,9 @@ License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 321 +Version: 322 Release: 0 -Source0: cockpit-%{version}.tar +Source0: cockpit-%{version}.tar.gz Source1: cockpit.pam Source2: cockpit-rpmlintrc Source3: cockpit-suse-theme.tar @@ -73,6 +72,7 @@ Patch103: 0004-leap-gnu18-removal.patch Patch104: selinux_libdir.patch Patch105: fix-libexecdir.patch +Patch106: 0005-cockpit-ws-user-remove-default-deps.patch %define build_all 1 %if 0%{?rhel} == 8 && 0%{?epel} == 0 && !0%{?build_all} @@ -113,6 +113,11 @@ %endif %endif +%define enable_multihost 1 +%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10 +%define enable_multihost 0 +%endif + %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1500 # Ship custom SELinux policy %define selinuxtype targeted @@ -223,6 +228,7 @@ %patch -P 3 -p1 %patch -P 4 -p1 %patch -P 5 -p1 +%patch -P 106 -p1 # SLE Micro specific patches %if 0%{?is_smo} @@ -262,6 +268,9 @@ %if %{build_pcp} == 0 --disable-pcp \ %endif +%if %{enable_multihost} + --enable-multihost \ +%endif %if 0%{?with_selinux} make -f /usr/share/selinux/devel/Makefile cockpit.pp ++++++ 0005-cockpit-ws-user-remove-default-deps.patch ++++++ --- pkg/src/systemd/cockpit-ws-user.service +++ pkg/src/systemd/cockpit-ws-user.service @@ -1,6 +1,8 @@ [Unit] Description=Dynamic user for cockpit-ws Documentation=man:cockpit-ws(8) +# avoid dependency loop with basic.target/sockets.target shutdown +DefaultDependencies=no BindsTo=cockpit.service [Service] ++++++ _scmsync.obsinfo ++++++ mtime: 1724160305 commit: 14257e4afc4b4e4056aa2c0ded35bcd58557bbf7e3bce531cf68bd67440ac9cb url: https://src.opensuse.org/cockpit/cockpit.git revision: 14257e4afc4b4e4056aa2c0ded35bcd58557bbf7e3bce531cf68bd67440ac9cb ++++++ node_modules.obscpio ++++++ /work/SRC/openSUSE:Factory/cockpit/node_modules.obscpio /work/SRC/openSUSE:Factory/.cockpit.new.2698/node_modules.obscpio differ: char 9833812, line 36801 ++++++ node_modules.spec.inc ++++++ ++++ 860 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit/node_modules.spec.inc ++++ and /work/SRC/openSUSE:Factory/.cockpit.new.2698/node_modules.spec.inc ++++++ package-lock.json ++++++ ++++ 972 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit/package-lock.json ++++ and /work/SRC/openSUSE:Factory/.cockpit.new.2698/package-lock.json ++++++ suse_docs.patch ++++++ --- /var/tmp/diff_new_pack.KptG8k/_old 2024-08-21 23:25:10.771491907 +0200 +++ /var/tmp/diff_new_pack.KptG8k/_new 2024-08-21 23:25:10.771491907 +0200 @@ -1,21 +1,21 @@ -From adadbac839dc6d549a3a9b75ae1f8c422e82fa7c Mon Sep 17 00:00:00 2001 +From a051a54e7a522e1a6f20a56d3cae5f3eacdeeff9 Mon Sep 17 00:00:00 2001 From: Luna <luna.dra...@suse.com> -Date: Thu, 25 Jan 2024 10:06:03 +0530 +Date: Fri, 16 Aug 2024 11:10:19 +0530 Subject: [PATCH] replace with suse docs and move docs with out eqiv to docs-rh -â + --- - node_modules | 2 +- - pkg/networkmanager/manifest.json | 19 +++++++++++-------- - pkg/shell/manifest.json | 4 ++-- + pkg/kdump/manifest.json | 2 +- + pkg/networkmanager/manifest.json | 12 ++++-------- + pkg/shell/manifest.json | 2 +- pkg/storaged/manifest.json | 12 +++++++----- pkg/systemd/manifest.json | 6 +++--- - pkg/users/manifest.json | 2 +- - 6 files changed, 25 insertions(+), 20 deletions(-) + pkg/users/manifest.json | 4 ++-- + 6 files changed, 18 insertions(+), 20 deletions(-) -Index: cockpit/pkg/kdump/manifest.json -=================================================================== ---- cockpit.orig/pkg/kdump/manifest.json -+++ cockpit/pkg/kdump/manifest.json +diff --git a/pkg/kdump/manifest.json b/pkg/kdump/manifest.json +index 65a03d10f..ac0ee34b9 100644 +--- a/pkg/kdump/manifest.json ++++ b/pkg/kdump/manifest.json @@ -5,7 +5,7 @@ "tools": { "index": { @@ -25,10 +25,10 @@ { "label": "Configuring kdump", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/configuring-kdump-in-the-web-console_system-management-using-the-rhel-9-web-console" -Index: cockpit/pkg/networkmanager/manifest.json -=================================================================== ---- cockpit.orig/pkg/networkmanager/manifest.json -+++ cockpit/pkg/networkmanager/manifest.json +diff --git a/pkg/networkmanager/manifest.json b/pkg/networkmanager/manifest.json +index c7b2cc6a0..f37aa1565 100644 +--- a/pkg/networkmanager/manifest.json ++++ b/pkg/networkmanager/manifest.json @@ -10,23 +10,19 @@ "docs": [ { @@ -57,23 +57,23 @@ } ], "keywords": [ -Index: cockpit/pkg/packagekit/manifest.json -=================================================================== ---- cockpit.orig/pkg/packagekit/manifest.json -+++ cockpit/pkg/packagekit/manifest.json -@@ -9,7 +9,7 @@ - "tools": { - "index": { - "label": "Software updates", -- "docs": [ -+ "docs-rh": [ - { - "label": "Managing software updates", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-software-updates-in-the-web-console_system-management-using-the-rhel-9-web-console" -Index: cockpit/pkg/storaged/manifest.json -=================================================================== ---- cockpit.orig/pkg/storaged/manifest.json -+++ cockpit/pkg/storaged/manifest.json +diff --git a/pkg/shell/manifest.json b/pkg/shell/manifest.json +index a252e76d9..83be922c7 100644 +--- a/pkg/shell/manifest.json ++++ b/pkg/shell/manifest.json +@@ -26,7 +26,7 @@ + "zh-cn": "䏿ï¼ä¸å½ï¼", + "zh-tw": "䏿ï¼å°ç£ï¼" + }, +- "docs": [ ++ "docs-rh": [ + { + "label": "Web Console", + "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/index" +diff --git a/pkg/storaged/manifest.json b/pkg/storaged/manifest.json +index 8ee17324b..319204a22 100644 +--- a/pkg/storaged/manifest.json ++++ b/pkg/storaged/manifest.json @@ -14,20 +14,22 @@ "docs": [ { @@ -95,17 +95,17 @@ "label": "Managing LVMs", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/using-the-web-console-for-configuring-lvm-logical-volumes_system-management-using-the-rhel-8-web-console" - }, -+ "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#id-1.7.7" ++ "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#id-1.7.7" + } + ], + "docs-rh": [ { "label": "Managing physical drives", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/using-the-web-console-for-changing-physical-drives-in-volume-groups_system-management-using-the-rhel-8-web-console" -Index: cockpit/pkg/systemd/manifest.json -=================================================================== ---- cockpit.orig/pkg/systemd/manifest.json -+++ cockpit/pkg/systemd/manifest.json +diff --git a/pkg/systemd/manifest.json b/pkg/systemd/manifest.json +index bd62a4cb3..5daf0a499 100644 +--- a/pkg/systemd/manifest.json ++++ b/pkg/systemd/manifest.json @@ -12,7 +12,7 @@ "docs": [ { @@ -133,37 +133,24 @@ } ], "keywords": [ -Index: cockpit/pkg/users/manifest.json -=================================================================== ---- cockpit.orig/pkg/users/manifest.json -+++ cockpit/pkg/users/manifest.json -@@ -6,7 +6,7 @@ - "docs": [ +diff --git a/pkg/users/manifest.json b/pkg/users/manifest.json +index 04295b6a4..2609d0b2c 100644 +--- a/pkg/users/manifest.json ++++ b/pkg/users/manifest.json +@@ -3,10 +3,10 @@ + "index": { + "label": "Accounts", + "order": 70, +- "docs": [ ++ "docs-rh": [ { "label": "Managing user accounts", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-user-accounts-in-the-web-console_system-management-using-the-rhel-9-web-console" -+ "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#glue-managing-users" ++ "url": "https://documentation.suse.com/sle-micro/6.0/html/Micro-6.0-cockpit/index.html#glue-managing-users" } ], "keywords": [ -Index: cockpit/pkg/shell/manifest.json -=================================================================== ---- cockpit.orig/pkg/shell/manifest.json -+++ cockpit/pkg/shell/manifest.json -@@ -25,7 +25,7 @@ - "uk-ua": "УкÑаÑнÑÑка", - "zh-cn": "䏿ï¼ä¸å½ï¼" - }, -- "docs": [ -+ "docs-rh": [ - { - "label": "Web Console", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/index" -@@ -55,4 +55,4 @@ - ] - } - ] --} -+} -\ No newline at end of file +-- +2.46.0 +