Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit for openSUSE:Factory checked in at 2022-09-21 14:41:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit (Old) and /work/SRC/openSUSE:Factory/.cockpit.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit" Wed Sep 21 14:41:15 2022 rev:25 rq:1005004 version:276.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes 2022-09-16 13:32:28.573294955 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit.new.2083/cockpit.changes 2022-09-21 14:42:02.157688983 +0200 @@ -1,0 +2,11 @@ +Tue Sep 20 08:20:16 UTC 2022 - Adam Majer <adam.ma...@suse.de> + +- new version 276.1 + - login: Use valid selectors when testing for :is() / :where() support. + - stability and performance improvements + - previous changes https://cockpit-project.org/blog/cockpit-275.html +- css-overrides.patch, hide-docs.patch, remove-pwscore.patch: refreshed +- kdump-close.patch, kdump-refactor.patch, kdump-suse.patch: upstreamed + and removed + +------------------------------------------------------------------- Old: ---- cockpit-271.obscpio kdump-close.patch kdump-refactor.patch kdump-suse.patch New: ---- cockpit-276.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit.spec ++++++ --- /var/tmp/diff_new_pack.lBktQo/_old 2022-09-21 14:42:04.229694729 +0200 +++ /var/tmp/diff_new_pack.lBktQo/_new 2022-09-21 14:42:04.237694751 +0200 @@ -25,9 +25,9 @@ # Check first cockpit-de...@lists.fedorahosted.org # -# earliest base that the subpackages work on; the instances of this get computed/updated -# by tools/gen-spec-dependencies during "make dist", but keep a hardcoded fallback -%define required_base 122 +# earliest base that the subpackages work on; this is still required as long as +# we maintain the basic/optional split, then it can be replaced with just %{version}. +%define required_base 266 # we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly %if 0%{?centos} @@ -50,7 +50,7 @@ License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 271 +Version: 276.1 Release: 0 Source0: cockpit-%{version}.tar Source1: cockpit.pam @@ -65,20 +65,17 @@ Patch3: suse-microos-branding.patch Patch4: css-overrides.patch Patch5: storage-btrfs.patch -Patch6: kdump-close.patch -Patch7: kdump-refactor.patch -Patch8: kdump-suse.patch # SLE Micro specific patches Patch100: remove-pwscore.patch Patch101: hide-pcp.patch # in RHEL 8 the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system}) # and cockpit-appstream (building optional packages like cockpit-{pcp}) -# This split does not apply to EPEL/COPR. +# This split does not apply to EPEL/COPR nor packit c8s builds, only to our own +# image-prepare rhel-8-Y builds (which will disable build_all). # In Fedora ELN/RHEL 9+ there is just one source package, which ships rpms in both BaseOS and AppStream -# We also provide an override mechanism if you want to build all packages. -%define build_all 0 -%if 0%{?rhel} == 8 && 0%{?epel} == 0 && !%{build_all} +%define build_all 1 +%if 0%{?rhel} == 8 && 0%{?epel} == 0 && !0%{?build_all} %if "%{name}" == "cockpit" %define build_basic 1 @@ -189,9 +186,6 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 %if 0%{?sle_version} %patch100 -p1 @@ -244,23 +238,10 @@ cp -a src/fonts %{buildroot}%{_datadir}/cockpit/branding/suse popd -# only ship deprecated PatternFly API for stable releases -%if 0%{?rhel} == 8 - if [ -f %{buildroot}/%{_datadir}/cockpit/base1/cockpit.css.gz ]; then - ln -s cockpit.css.gz %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css.gz - elif [ -f %{buildroot}/%{_datadir}/cockpit/base1/cockpit.css ]; then - ln -s cockpit.css %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css - else - echo >&2 Neither cockpit.css.gz nor cockpit.css exists. - exit 1 - fi -%endif - # Build the package lists for resource packages # cockpit-bridge is the basic dependency for all cockpit-* packages, so centrally own the page directory echo '%dir %{_datadir}/cockpit' > base.list echo '%dir %{_datadir}/cockpit/base1' >> base.list -echo '%dir %{_datadir}/cockpit/base1/fonts' >> base.list find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list echo '%{_sysconfdir}/cockpit/machines.d' >> base.list echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list @@ -479,8 +460,6 @@ %if 0%{?fedora} Recommends: (reportd if abrt) %endif -# NPM modules which are also available as packages -Provides: bundled(xstatic-patternfly-common) = 3.59.5 %description system This package contains the Cockpit shell and system configuration interfaces. @@ -629,8 +608,8 @@ %package kdump Summary: Cockpit user interface for kernel crash dumping -Requires: cockpit-bridge >= 130 -Requires: cockpit-shell >= 130 +Requires: cockpit-bridge >= %{required_base} +Requires: cockpit-shell >= %{required_base} Requires: kexec-tools BuildArch: noarch @@ -643,8 +622,8 @@ %if !0%{?suse_version} %package sosreport Summary: Cockpit user interface for diagnostic reports -Requires: cockpit-bridge >= 122 -Requires: cockpit-shell >= 122 +Requires: cockpit-bridge >= %{required_base} +Requires: cockpit-shell >= %{required_base} Requires: sos BuildArch: noarch @@ -659,8 +638,8 @@ %package networkmanager Summary: Cockpit user interface for networking, using NetworkManager -Requires: cockpit-bridge >= 186 -Requires: cockpit-shell >= 186 +Requires: cockpit-bridge >= %{required_base} +Requires: cockpit-shell >= %{required_base} Requires: NetworkManager >= 1.6 Conflicts: cockpit-wicked # Optional components @@ -678,8 +657,8 @@ %package selinux Summary: Cockpit SELinux package -Requires: cockpit-bridge >= 122 -Requires: cockpit-shell >= 122 +Requires: cockpit-bridge >= %{required_base} +Requires: cockpit-shell >= %{required_base} Requires: setroubleshoot-server >= 3.3.3 BuildArch: noarch @@ -709,7 +688,7 @@ %package -n cockpit-storaged Summary: Cockpit user interface for storage, using udisks -Requires: cockpit-shell >= 266 +Requires: cockpit-shell >= %{required_base} Requires: udisks2 >= 2.9 Requires: %{__python3} %if 0%{?suse_version} @@ -757,7 +736,7 @@ %package -n cockpit-pcp Summary: Cockpit PCP integration -Requires: cockpit-bridge >= 238.1.1 +Requires: cockpit-bridge >= %{required_base} Requires: pcp %description -n cockpit-pcp @@ -773,7 +752,7 @@ %package -n cockpit-packagekit Summary: Cockpit user interface for packages BuildArch: noarch -Requires: cockpit-bridge >= 186 +Requires: cockpit-bridge >= %{required_base} Requires: PackageKit Recommends: python3-tracer # HACK: https://bugzilla.redhat.com/show_bug.cgi?id=1800468 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.lBktQo/_old 2022-09-21 14:42:04.317694973 +0200 +++ /var/tmp/diff_new_pack.lBktQo/_new 2022-09-21 14:42:04.321694984 +0200 @@ -13,7 +13,7 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="url">http://github.com/cockpit-project/cockpit.git</param> <param name="scm">git</param> - <param name="revision">271</param> + <param name="revision">276.1</param> <param name="submodules">disable</param> </service> <service name="node_modules" mode="manual"> ++++++ cockpit-271.obscpio -> cockpit-276.1.obscpio ++++++ /work/SRC/openSUSE:Factory/cockpit/cockpit-271.obscpio /work/SRC/openSUSE:Factory/.cockpit.new.2083/cockpit-276.1.obscpio differ: char 48, line 1 ++++++ cockpit.obsinfo ++++++ --- /var/tmp/diff_new_pack.lBktQo/_old 2022-09-21 14:42:04.433695295 +0200 +++ /var/tmp/diff_new_pack.lBktQo/_new 2022-09-21 14:42:04.441695317 +0200 @@ -1,5 +1,5 @@ name: cockpit -version: 271 -mtime: 1654679280 -commit: d2d8bc30bc5279b2acc3628616cfb9c4e18c7edd +version: 276.1 +mtime: 1662983171 +commit: 33f16d10c3505aceeac7541e01553ea44e10678d ++++++ css-overrides.patch ++++++ --- /var/tmp/diff_new_pack.lBktQo/_old 2022-09-21 14:42:04.473695406 +0200 +++ /var/tmp/diff_new_pack.lBktQo/_new 2022-09-21 14:42:04.477695417 +0200 @@ -42,11 +42,11 @@ 25 files changed, 36 insertions(+) create mode 100644 src/branding/default/css-overrides.css -diff --git a/pkg/apps/index.html b/pkg/apps/index.html -index 176f2eb01..b77cfd6d9 100644 ---- a/pkg/apps/index.html -+++ b/pkg/apps/index.html -@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>. +Index: cockpit/pkg/apps/index.html +=================================================================== +--- cockpit.orig/pkg/apps/index.html ++++ cockpit/pkg/apps/index.html +@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http:// <title translate="yes">Applications</title> <meta charset="utf-8"> <link href="apps.css" type="text/css" rel="stylesheet"> @@ -54,23 +54,23 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../base1/po.js"></script> <script type="text/javascript" src="po.js"></script> -diff --git a/pkg/kdump/index.html b/pkg/kdump/index.html -index 6c5228ccb..87ca05d74 100644 ---- a/pkg/kdump/index.html -+++ b/pkg/kdump/index.html -@@ -25,6 +25,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>. +Index: cockpit/pkg/kdump/index.html +=================================================================== +--- cockpit.orig/pkg/kdump/index.html ++++ cockpit/pkg/kdump/index.html +@@ -25,6 +25,7 @@ along with Cockpit; If not, see <http:// <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="kdump.css"> + <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="kdump.js"></script> - <script type="text/javascript" src="../base/po.js"></script> -diff --git a/pkg/metrics/index.html b/pkg/metrics/index.html -index a62d780b5..9d5d104a5 100644 ---- a/pkg/metrics/index.html -+++ b/pkg/metrics/index.html -@@ -23,6 +23,7 @@ along with this package; If not, see <http://www.gnu.org/licenses/>. + <script type="text/javascript" src="../base1/po.js"></script> +Index: cockpit/pkg/metrics/index.html +=================================================================== +--- cockpit.orig/pkg/metrics/index.html ++++ cockpit/pkg/metrics/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"> @@ -78,11 +78,11 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../manifests.js"></script> -diff --git a/pkg/networkmanager/firewall.html b/pkg/networkmanager/firewall.html -index 016650651..da60cb121 100644 ---- a/pkg/networkmanager/firewall.html -+++ b/pkg/networkmanager/firewall.html -@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>. +Index: cockpit/pkg/networkmanager/firewall.html +=================================================================== +--- cockpit.orig/pkg/networkmanager/firewall.html ++++ cockpit/pkg/networkmanager/firewall.html +@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http:// <meta charset="utf-8"> <link href="firewall.css" type="text/css" rel="stylesheet"> @@ -90,10 +90,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> -diff --git a/pkg/networkmanager/index.html b/pkg/networkmanager/index.html -index ada48b1f1..e44e7cdd1 100644 ---- a/pkg/networkmanager/index.html -+++ b/pkg/networkmanager/index.html +Index: cockpit/pkg/networkmanager/index.html +=================================================================== +--- cockpit.orig/pkg/networkmanager/index.html ++++ cockpit/pkg/networkmanager/index.html @@ -24,6 +24,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -102,11 +102,11 @@ <script src="../base1/cockpit.js"></script> <script src="../manifests.js"></script> <script src="../base1/po.js"></script> -diff --git a/pkg/packagekit/index.html b/pkg/packagekit/index.html -index 9489fe9c4..eafa63726 100644 ---- a/pkg/packagekit/index.html -+++ b/pkg/packagekit/index.html -@@ -24,6 +24,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>. +Index: cockpit/pkg/packagekit/index.html +=================================================================== +--- cockpit.orig/pkg/packagekit/index.html ++++ cockpit/pkg/packagekit/index.html +@@ -24,6 +24,7 @@ along with Cockpit; If not, see <http:// <meta charset="utf-8"> <link href="updates.css" rel="stylesheet"> @@ -114,10 +114,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> -diff --git a/pkg/playground/index.html b/pkg/playground/index.html -index bfa507064..f8419f572 100644 ---- a/pkg/playground/index.html -+++ b/pkg/playground/index.html +Index: cockpit/pkg/playground/index.html +=================================================================== +--- cockpit.orig/pkg/playground/index.html ++++ cockpit/pkg/playground/index.html @@ -5,6 +5,7 @@ <title>Cockpit Development Playground</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -126,10 +126,10 @@ <script src="../base1/cockpit.js"></script> <script src="../manifests.js"></script> <script src="index.js"></script> -diff --git a/pkg/playground/journal.html b/pkg/playground/journal.html -index df2743a75..61ce3cd46 100644 ---- a/pkg/playground/journal.html -+++ b/pkg/playground/journal.html +Index: cockpit/pkg/playground/journal.html +=================================================================== +--- cockpit.orig/pkg/playground/journal.html ++++ cockpit/pkg/playground/journal.html @@ -5,6 +5,7 @@ <title>Cockpit Journal Box</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -138,10 +138,10 @@ <script src="../base1/cockpit.js"></script> <script src="journal.js"></script> </head> -diff --git a/pkg/playground/metrics.html b/pkg/playground/metrics.html -index c16c619c4..7987d0cf5 100644 ---- a/pkg/playground/metrics.html -+++ b/pkg/playground/metrics.html +Index: cockpit/pkg/playground/metrics.html +=================================================================== +--- cockpit.orig/pkg/playground/metrics.html ++++ cockpit/pkg/playground/metrics.html @@ -5,6 +5,7 @@ <title>Cockpit Monitoring</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -150,10 +150,10 @@ <script src="../base1/cockpit.js"></script> <script src="metrics.js"></script> </head> -diff --git a/pkg/playground/plot.html b/pkg/playground/plot.html -index f451bef1a..06dad225d 100644 ---- a/pkg/playground/plot.html -+++ b/pkg/playground/plot.html +Index: cockpit/pkg/playground/plot.html +=================================================================== +--- cockpit.orig/pkg/playground/plot.html ++++ cockpit/pkg/playground/plot.html @@ -5,6 +5,7 @@ <title>Cockpit Plots</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -162,10 +162,10 @@ <script src="../base1/cockpit.js"></script> <script src="plot.js"></script> </head> -diff --git a/pkg/playground/react-patterns.html b/pkg/playground/react-patterns.html -index 0bf888664..3db9e08a2 100644 ---- a/pkg/playground/react-patterns.html -+++ b/pkg/playground/react-patterns.html +Index: cockpit/pkg/playground/react-patterns.html +=================================================================== +--- cockpit.orig/pkg/playground/react-patterns.html ++++ cockpit/pkg/playground/react-patterns.html @@ -5,6 +5,7 @@ <title>Cockpit React Patterns Usage</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -174,10 +174,10 @@ <script src="../base1/cockpit.js"></script> <script src="react-patterns.js"></script> </head> -diff --git a/pkg/playground/speed.html b/pkg/playground/speed.html -index 86a8cd7a6..0920be9dc 100644 ---- a/pkg/playground/speed.html -+++ b/pkg/playground/speed.html +Index: cockpit/pkg/playground/speed.html +=================================================================== +--- cockpit.orig/pkg/playground/speed.html ++++ cockpit/pkg/playground/speed.html @@ -5,6 +5,7 @@ <title>Cockpit Speed Tests</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -186,10 +186,10 @@ <script src="../base1/cockpit.js"></script> <script src="speed.js"></script> </head> -diff --git a/pkg/playground/test.html b/pkg/playground/test.html -index 61220e5df..34cd6d738 100644 ---- a/pkg/playground/test.html -+++ b/pkg/playground/test.html +Index: cockpit/pkg/playground/test.html +=================================================================== +--- cockpit.orig/pkg/playground/test.html ++++ cockpit/pkg/playground/test.html @@ -5,6 +5,7 @@ <title>Cockpit playground</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -198,11 +198,11 @@ <script src="../base1/cockpit.js"></script> <script src="test.js"></script> </head> -diff --git a/pkg/selinux/setroubleshoot.html b/pkg/selinux/setroubleshoot.html -index d412acf4a..981dc30bc 100644 ---- a/pkg/selinux/setroubleshoot.html -+++ b/pkg/selinux/setroubleshoot.html -@@ -25,6 +25,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>. +Index: cockpit/pkg/selinux/setroubleshoot.html +=================================================================== +--- cockpit.orig/pkg/selinux/setroubleshoot.html ++++ cockpit/pkg/selinux/setroubleshoot.html +@@ -25,6 +25,7 @@ along with Cockpit; If not, see <http:// <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="selinux.css"> @@ -210,10 +210,10 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../base1/po.js"></script> -diff --git a/pkg/shell/index.html b/pkg/shell/index.html -index 4e7204f48..6c85e2faf 100644 ---- a/pkg/shell/index.html -+++ b/pkg/shell/index.html +Index: cockpit/pkg/shell/index.html +=================================================================== +--- cockpit.orig/pkg/shell/index.html ++++ cockpit/pkg/shell/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="index.css" rel="stylesheet"> @@ -222,10 +222,10 @@ <script src="../base1/cockpit.js"></script> <script src="../manifests.js"></script> <script src="../*/po.js"></script> -diff --git a/pkg/shell/shell.html b/pkg/shell/shell.html -index 5c7bcd121..edc8edd99 100644 ---- a/pkg/shell/shell.html -+++ b/pkg/shell/shell.html +Index: cockpit/pkg/shell/shell.html +=================================================================== +--- cockpit.orig/pkg/shell/shell.html ++++ cockpit/pkg/shell/shell.html @@ -5,6 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -234,11 +234,11 @@ </head> <body class="pf-m-redhat-font"> <div class="curtains-ct"> -diff --git a/pkg/sosreport/index.html b/pkg/sosreport/index.html -index 37c26f81d..7273c108e 100644 ---- a/pkg/sosreport/index.html -+++ b/pkg/sosreport/index.html -@@ -22,6 +22,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>. +Index: cockpit/pkg/sosreport/index.html +=================================================================== +--- cockpit.orig/pkg/sosreport/index.html ++++ cockpit/pkg/sosreport/index.html +@@ -22,6 +22,7 @@ along with Cockpit; If not, see <http:// <title translate="yes">Diagnostic reports</title> <meta charset="utf-8"> <link href="sosreport.css" rel="stylesheet"> @@ -246,10 +246,10 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../base1/po.js"></script> <script type="text/javascript" src="po.js"></script> -diff --git a/pkg/storaged/index.html b/pkg/storaged/index.html -index d56fcb7b5..36953f0d9 100644 ---- a/pkg/storaged/index.html -+++ b/pkg/storaged/index.html +Index: cockpit/pkg/storaged/index.html +=================================================================== +--- cockpit.orig/pkg/storaged/index.html ++++ cockpit/pkg/storaged/index.html @@ -24,6 +24,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -258,10 +258,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="../manifests.js"></script> -diff --git a/pkg/systemd/hwinfo.html b/pkg/systemd/hwinfo.html -index ef0fa560d..fb649d358 100644 ---- a/pkg/systemd/hwinfo.html -+++ b/pkg/systemd/hwinfo.html +Index: cockpit/pkg/systemd/hwinfo.html +=================================================================== +--- cockpit.orig/pkg/systemd/hwinfo.html ++++ cockpit/pkg/systemd/hwinfo.html @@ -4,6 +4,7 @@ <title translate="yes">Hardware information</title> <meta charset="utf-8"> @@ -270,10 +270,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -diff --git a/pkg/systemd/index.html b/pkg/systemd/index.html -index bea228152..f4a6983bd 100644 ---- a/pkg/systemd/index.html -+++ b/pkg/systemd/index.html +Index: cockpit/pkg/systemd/index.html +=================================================================== +--- cockpit.orig/pkg/systemd/index.html ++++ cockpit/pkg/systemd/index.html @@ -7,6 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -282,11 +282,11 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="../base1/po.js"></script> -diff --git a/pkg/systemd/logs.html b/pkg/systemd/logs.html -index 1475a96ec..7cd64312b 100644 ---- a/pkg/systemd/logs.html -+++ b/pkg/systemd/logs.html -@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>. +Index: cockpit/pkg/systemd/logs.html +=================================================================== +--- cockpit.orig/pkg/systemd/logs.html ++++ cockpit/pkg/systemd/logs.html +@@ -23,6 +23,7 @@ along with Cockpit; If not, see <http:// <title translate>Journal</title> <meta charset="utf-8"> <link href="logs.css" rel="stylesheet"> @@ -294,10 +294,10 @@ <script type="text/javascript" src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -diff --git a/pkg/systemd/services.html b/pkg/systemd/services.html -index 038680dcd..c665da6cf 100644 ---- a/pkg/systemd/services.html -+++ b/pkg/systemd/services.html +Index: cockpit/pkg/systemd/services.html +=================================================================== +--- cockpit.orig/pkg/systemd/services.html ++++ cockpit/pkg/systemd/services.html @@ -5,6 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -306,10 +306,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="services.js"></script> -diff --git a/pkg/systemd/terminal.html b/pkg/systemd/terminal.html -index 536ae4eed..ff5a592d6 100644 ---- a/pkg/systemd/terminal.html -+++ b/pkg/systemd/terminal.html +Index: cockpit/pkg/systemd/terminal.html +=================================================================== +--- cockpit.orig/pkg/systemd/terminal.html ++++ cockpit/pkg/systemd/terminal.html @@ -5,6 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -318,10 +318,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -diff --git a/pkg/users/index.html b/pkg/users/index.html -index 6b945a3a9..7060e88fd 100644 ---- a/pkg/users/index.html -+++ b/pkg/users/index.html +Index: cockpit/pkg/users/index.html +=================================================================== +--- cockpit.orig/pkg/users/index.html ++++ cockpit/pkg/users/index.html @@ -24,6 +24,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @@ -330,11 +330,10 @@ <script src="../base1/cockpit.js"></script> <script src="../base1/po.js"></script> <script src="po.js"></script> -diff --git a/pkg/static/css-overrides.css b/pkg/static/css-overrides.css -new file mode 100644 -index 000000000..f489352af +Index: cockpit/pkg/static/css-overrides.css +=================================================================== --- /dev/null -+++ b/pkg/static/css-overrides.css ++++ cockpit/pkg/static/css-overrides.css @@ -0,0 +1,12 @@ +/** + * PLEASE, DO NOT CHANGE THIS FILE. @@ -348,7 +347,4 @@ + * - https://github.com/cockpit-project/cockpit/pull/17437 + * - https://github.com/cockpit-project/cockpit/issues/16359 + */ --- -2.36.1 - ++++++ hide-docs.patch ++++++ --- /var/tmp/diff_new_pack.lBktQo/_old 2022-09-21 14:42:04.493695461 +0200 +++ /var/tmp/diff_new_pack.lBktQo/_new 2022-09-21 14:42:04.497695472 +0200 @@ -20,7 +20,7 @@ @@ -6,7 +6,7 @@ "tools": { "index": { - "label": "Kernel Dump", + "label": "Kernel dump", - "docs": [ + "docs-rh": [ { @@ -46,7 +46,7 @@ @@ -8,7 +8,7 @@ "tools": { "index": { - "label": "Software Updates", + "label": "Software updates", - "docs": [ + "docs-rh": [ { @@ -113,7 +113,7 @@ =================================================================== --- cockpit.orig/pkg/shell/topnav.jsx +++ cockpit/pkg/shell/topnav.jsx -@@ -121,9 +121,9 @@ export class TopNav extends React.Compon +@@ -119,9 +119,9 @@ export class TopNav extends React.Compon {cockpit.format(_("$0 documentation"), this.state.osRelease.NAME)} </DropdownItem>); ++++++ node_modules.obscpio ++++++ /work/SRC/openSUSE:Factory/cockpit/node_modules.obscpio /work/SRC/openSUSE:Factory/.cockpit.new.2083/node_modules.obscpio differ: char 48, line 1 ++++++ node_modules.spec.inc ++++++ ++++ 1461 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit/node_modules.spec.inc ++++ and /work/SRC/openSUSE:Factory/.cockpit.new.2083/node_modules.spec.inc ++++++ package-lock.json ++++++ ++++ 16756 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit/package-lock.json ++++ and /work/SRC/openSUSE:Factory/.cockpit.new.2083/package-lock.json ++++++ remove-pwscore.patch ++++++ --- /var/tmp/diff_new_pack.lBktQo/_old 2022-09-21 14:42:04.685695994 +0200 +++ /var/tmp/diff_new_pack.lBktQo/_new 2022-09-21 14:42:04.689696005 +0200 @@ -30,9 +30,9 @@ }); } -@@ -53,13 +56,12 @@ export const PasswordFormFields = ({ +@@ -54,13 +57,12 @@ export const PasswordFormFields = ({ }) => { - const [password, setPassword] = useState(undefined); + const [password, setPassword] = useState(initial_password); const [passwordConfirm, setConfirmPassword] = useState(undefined); - const [passwordStrength, setPasswordStrength] = useState(""); - const [passwordMessage, setPasswordMessage] = useState(""); @@ -44,8 +44,8 @@ + /* if (value) { password_quality(value) - .catch(ex => { -@@ -73,7 +75,9 @@ export const PasswordFormFields = ({ + .catch(() => { +@@ -74,7 +76,9 @@ export const PasswordFormFields = ({ setPasswordStrength(""); setPasswordMessage(""); } @@ -55,7 +55,7 @@ let variant; if (passwordStrength === "") -@@ -84,6 +88,7 @@ export const PasswordFormFields = ({ +@@ -85,6 +89,7 @@ export const PasswordFormFields = ({ variant = "warning"; else variant = "danger"; @@ -63,7 +63,7 @@ return ( <> -@@ -101,16 +106,6 @@ export const PasswordFormFields = ({ +@@ -103,16 +108,6 @@ export const PasswordFormFields = ({ fieldId={idPrefix + "-pw1"}> <TextInput className="check-passwords" type="password" id={idPrefix + "-pw1"} autocomplete="new-password" value={password} onChange={onPasswordChanged} />