Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package patterns-cockpit for
openSUSE:Factory checked in at 2026-03-11 20:57:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-cockpit (Old)
and /work/SRC/openSUSE:Factory/.patterns-cockpit.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-cockpit"
Wed Mar 11 20:57:43 2026 rev:6 rq:1338337 version:16.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-cockpit/patterns-cockpit.changes
2025-09-18 21:12:56.537157678 +0200
+++
/work/SRC/openSUSE:Factory/.patterns-cockpit.new.8177/patterns-cockpit.changes
2026-03-11 21:00:05.089708973 +0100
@@ -1,0 +2,10 @@
+Wed Mar 11 08:48:13 UTC 2026 - Lubos Kocman <[email protected]>
+
+- Add cockpit-client pattern extending cockpit pattern
+ with cockpit-client-launcher only for openSUSE
+ code-o-o#leap/features#279
+
+ Separate pattern to avoid pulling graphical stack and
+ list the option in Agama installer
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ patterns-cockpit.spec ++++++
--- /var/tmp/diff_new_pack.3iMnml/_old 2026-03-11 21:00:05.809738626 +0100
+++ /var/tmp/diff_new_pack.3iMnml/_new 2026-03-11 21:00:05.813738791 +0100
@@ -57,6 +57,24 @@
%description
Packages required to run the Cockpit system management service.
+%if 0%{?is_opensuse}
+%package client
+%pattern_advsysmgmt
+Summary: Cockpit Client
+Group: Metapackages
+Provides: pattern() = cockpit_client
+Provides: pattern-extends() = cockpit
+Provides: pattern-icon() = pattern-generic
+Provides: pattern-order() = 9061
+Provides: pattern-visible()
+Requires: pattern() = cockpit
+Requires: cockpit-client-launcher
+
+%description client
+Packages for using the Cockpit client launcher together with the full Cockpit
+management stack.
+%endif
+
%prep
# empty on purpose
@@ -65,7 +83,11 @@
%install
mkdir -p %{buildroot}%{_docdir}/patterns-cockpit/
+%if 0%{?is_opensuse}
+PATTERNS='cockpit cockpit_client'
+%else
PATTERNS='cockpit'
+%endif
for i in $PATTERNS; do
echo "This file marks the pattern $i to be installed." \
> %{buildroot}%{_docdir}/patterns-cockpit/${i}.txt
@@ -75,3 +97,8 @@
%dir %{_docdir}/patterns-cockpit
%{_docdir}/patterns-cockpit/cockpit.txt
+%if 0%{?is_opensuse}
+%files client
+%dir %{_docdir}/patterns-cockpit
+%{_docdir}/patterns-cockpit/cockpit_client.txt
+%endif