Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opensuse-cockpit-ws-image for 
openSUSE:Factory checked in at 2021-06-01 10:38:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-cockpit-ws-image (Old)
 and      /work/SRC/openSUSE:Factory/.opensuse-cockpit-ws-image.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensuse-cockpit-ws-image"

Tue Jun  1 10:38:05 2021 rev:5 rq:895967 version:1.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/opensuse-cockpit-ws-image/opensuse-cockpit-ws-image.changes
      2021-02-25 18:29:06.902245864 +0100
+++ 
/work/SRC/openSUSE:Factory/.opensuse-cockpit-ws-image.new.1898/opensuse-cockpit-ws-image.changes
    2021-06-01 10:39:20.773005547 +0200
@@ -1,0 +2,8 @@
+Fri May 28 11:35:17 UTC 2021 - Thorsten Kukuk <[email protected]>
+
+- Update to latest git
+  - Remove obsolete code
+- Remove wheel group
+- Adjust run, install and uninstall labels [bsc#1177487]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opensuse-cockpit-ws-image.kiwi ++++++
--- /var/tmp/diff_new_pack.VpTECW/_old  2021-06-01 10:39:21.321006480 +0200
+++ /var/tmp/diff_new_pack.VpTECW/_new  2021-06-01 10:39:21.321006480 +0200
@@ -19,9 +19,9 @@
         maintainer="Thorsten Kukuk &lt;[email protected]&gt;">
         <subcommand execute="/container/atomic-run"/>
         <labels>
-          <label name="INSTALL" value="/usr/bin/docker run --rm --privileged 
-v /:/host IMAGE /container/atomic-install IMAGE"/>
-          <label name="UNINSTALL" value="/usr/bin/docker run --rm --privileged 
-v /:/host IMAGE /container/atomic-uninstall"/>
-          <label name="RUN" value="/usr/bin/docker run -d --name NAME 
--privileged --pid=host -v /:/host IMAGE /container/atomic-run --local-ssh"/>
+          <label name="INSTALL" value="/usr/bin/docker run --rm --privileged 
-v /:/host -e IMAGE=${IMAGE} ${IMAGE} /container/atomic-install ${IMAGE}"/>
+          <label name="UNINSTALL" value="/usr/bin/docker run -d --name ${NAME} 
--privileged --pid=host -v /:/host -e NAME=${NAME} -e IMAGE=${IMAGE} ${IMAGE} 
/container/atomic-run --local-ssh"/>
+          <label name="RUN" value="/usr/bin/docker run --rm --privileged -v 
/:/host -e IMAGE=${IMAGE} ${IMAGE} /container/atomic-uninstall"/>
           <suse_label_helper:add_prefix prefix="org.opensuse.cockpit-ws">
             <label name="org.opencontainers.image.title" value="openSUSE 
Cockpit Web Service container"/>
             <label name="org.opencontainers.image.description" value="Image 
containing the Cockpit Web Service."/>
@@ -44,7 +44,6 @@
   <packages type="bootstrap">
     <package name="cockpit-ws"/>
     <package name="cockpit-bridge"/>
-    <package name="system-group-wheel"/>
     <package name="mandoc"/>
     <package name="-busybox-man"/>
     <package name="-busybox-diffutils"/>

++++++ container.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/container/atomic-install new/container/atomic-install
--- old/container/atomic-install        2020-09-16 13:54:10.000000000 +0200
+++ new/container/atomic-install        2021-05-26 16:46:19.000000000 +0200
@@ -40,15 +40,11 @@
 chmod 755 /host/etc/cockpit/ws-certs.d /host/etc/cockpit/machines.d
 chown root:root /host/etc/cockpit/ws-certs.d /host/etc/cockpit/machines.d
 
-mkdir -p /host/var/lib/cockpit
-chmod 775 /host/var/lib/cockpit
-chown root:wheel /host/var/lib/cockpit
-
 # For sharing ssh's known hosts with container
 mkdir -p /etc/ssh
 
 # For podman, generate a systemd unit for starting on boot
-if [ "${container:-}" = podman ] && [ -n "$IMAGE" ] && [ ! -e 
/host/etc/systemd/system/cockpit.service ]; then
+if [ "${container:-}" = oci ] && [ -n "$IMAGE" ] && [ ! -e 
/host/etc/systemd/system/cockpit.service ]; then
     mkdir -p /host/etc/systemd/system/
     cat << EOF > /host/etc/systemd/system/cockpit.service
 [Unit]

Reply via email to