Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package samba-image for openSUSE:Factory checked in at 2024-02-18 20:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/samba-image (Old) and /work/SRC/openSUSE:Factory/.samba-image.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "samba-image" Sun Feb 18 20:23:11 2024 rev:4 rq:1147133 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/samba-image/samba-image.changes 2022-01-31 22:58:08.061253362 +0100 +++ /work/SRC/openSUSE:Factory/.samba-image.new.1815/samba-image.changes 2024-02-18 20:23:27.742644699 +0100 @@ -1,0 +2,8 @@ +Fri Feb 16 15:45:38 UTC 2024 - [email protected] + +- Update to version 1708098290.fc82229: + * Add gawk to samba image (#11) + * Use the new label expansion syntax + * Remove debug comment + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.QfxuFc/_old 2024-02-18 20:23:28.302664908 +0100 +++ /var/tmp/diff_new_pack.QfxuFc/_new 2024-02-18 20:23:28.306665053 +0100 @@ -8,17 +8,18 @@ LABEL maintainer="Bruno Leon <[email protected]>" # labelprefix=org.opensuse.samba -PREFIXEDLABEL org.opencontainers.image.title="Samba container" -PREFIXEDLABEL org.opencontainers.image.description="Samba container" -PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%" -PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%" -PREFIXEDLABEL org.opencontainers.image.vendor="openSUSE Project" -PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" -PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba:%%PKG_VERSION%%-%RELEASE%" +LABEL org.opencontainers.image.title="Samba container" +LABEL org.opencontainers.image.description="Samba container" +LABEL org.opencontainers.image.created="%BUILDTIME%" +LABEL org.opencontainers.image.version="%%PKG_VERSION%%-%RELEASE%" +LABEL org.opencontainers.image.vendor="openSUSE Project" +LABEL org.openbuildservice.disturl="%DISTURL%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba:%%PKG_VERSION%%-%RELEASE%" +# endlabelprefix COPY entrypoint.sh /entrypoint.sh -RUN zypper --non-interactive install --no-recommends catatonit timezone system-user-mail system-user-nobody shadow samba && zypper clean && chmod 755 /entrypoint.sh +RUN zypper --non-interactive install --no-recommends catatonit timezone system-user-mail system-user-nobody shadow samba gawk && zypper clean && chmod 755 /entrypoint.sh EXPOSE 137/udp 138/udp 139 445 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.QfxuFc/_old 2024-02-18 20:23:28.346666496 +0100 +++ /var/tmp/diff_new_pack.QfxuFc/_new 2024-02-18 20:23:28.350666641 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/container-images.git</param> - <param name="changesrevision">f3d4e21c95339bbae41313b2fa603ce8911b96c1</param> + <param name="changesrevision">fc822298cac60edf59822bd3a253acbe054ac573</param> </service> </servicedata> (No newline at EOF) ++++++ entrypoint.sh ++++++ --- /var/tmp/diff_new_pack.QfxuFc/_old 2024-02-18 20:23:28.362667074 +0100 +++ /var/tmp/diff_new_pack.QfxuFc/_new 2024-02-18 20:23:28.366667219 +0100 @@ -1,4 +1,5 @@ #!/bin/bash +set -e DEBUG=${DEBUG:-"0"} @@ -58,7 +59,6 @@ server string = $HOSTNAME netbios name = $HOSTNAME server role = standalone server -# XXX really needed? ; hosts allow = 192.168.1. 192.168.2. 127. security = user create mask = 0664
