Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package samba-server for openSUSE:Factory checked in at 2023-02-11 21:57:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/samba-server (Old) and /work/SRC/openSUSE:Factory/.samba-server.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "samba-server" Sat Feb 11 21:57:09 2023 rev:2 rq:1064318 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/samba-server/samba-server.changes 2023-02-08 17:20:19.769953862 +0100 +++ /work/SRC/openSUSE:Factory/.samba-server.new.1848/samba-server.changes 2023-02-11 21:57:48.423803211 +0100 @@ -1,0 +2,15 @@ +Fri Feb 10 16:37:22 UTC 2023 - dmul...@suse.com + +- Update to version 1675868083.94e3130: + * toolbox: Add openSUSE specific Containerfile + * toolbox: Make Containerfile Fedora specific + * client: Add openSUSE specific Containerfile + * client: Make Containerfile Fedora specific + * ad-server: Add openSUSE specific Containerfile + * ad-server: Make Containerfile Fedora specific + * server: Add openSUSE specific Containerfile + * server: Make Containerfile Fedora specific + * github: fix minor "spelling" mistake in mergify rules + * workflows: Share samba-client image for building toolbox + +------------------------------------------------------------------- Old: ---- nsswitch.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.jIcqnb/_old 2023-02-11 21:57:48.775805402 +0100 +++ /var/tmp/diff_new_pack.jIcqnb/_new 2023-02-11 21:57:48.779805427 +0100 @@ -4,15 +4,18 @@ #!BuildTag: opensuse/samba-server:%%PKG_VERSION%% #!BuildTag: opensuse/samba-server:%%PKG_VERSION%%-%RELEASE% +# OBS doesn't allow a fully qualified image registry name for the offline build FROM opensuse/tumbleweed -LABEL maintainer="David Mulder <dmul...@suse.com>" +ARG SAMBA_SPECIFICS=daemon_cli_debug_output,ctdb_leader_admin_command + +MAINTAINER David Mulder <dmul...@suse.com> # labelprefix=org.opensuse.samba-server 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.opencontainers.image.vendor="Samba in Kubernetes" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.reference="registry.opensuse.org/opensuse/samba-server:%%PKG_VERSION%%-%RELEASE%" # endlabelprefix @@ -28,9 +31,10 @@ samba-winbind \ tdb-tools \ ctdb \ - sambacc + glibc \ + sambacc && \ + zypper clean; RUN ln -sf /usr/share/sambacc/examples/minimal.json /etc/samba/container.json -COPY nsswitch.conf /etc/nsswitch.conf VOLUME ["/share"] @@ -39,7 +43,7 @@ ENV SAMBACC_CONFIG="/etc/samba/container.json:/etc/samba/users.json" ENV SAMBA_CONTAINER_ID="demo" -ENV SAMBA_SPECIFICS="daemon_cli_debug_output" +ENV SAMBA_SPECIFICS="$SAMBA_SPECIFICS" ENTRYPOINT ["samba-container"] CMD ["run", "smbd"] ++++++ _service ++++++ --- /var/tmp/diff_new_pack.jIcqnb/_old 2023-02-11 21:57:48.823805701 +0100 +++ /var/tmp/diff_new_pack.jIcqnb/_new 2023-02-11 21:57:48.827805726 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> - <param name="url">https://github.com/openSUSE/samba-container.git</param> + <param name="url">https://github.com/samba-in-kubernetes/samba-container.git</param> <param name="revision">master</param> <param name="changesgenerate">enable</param> <param name="filename">samba-container</param> @@ -9,13 +9,12 @@ </service> <service name="extract_file" mode="disabled"> <param name="archive">*.tar</param> - <param name="files">*/images/server/Containerfile</param> + <param name="files">*/images/server/Containerfile.opensuse</param> <param name="outfilename">Dockerfile</param> </service> <service name="extract_file" mode="disabled"> <param name="archive">*.tar</param> - <param name="files">*/images/server/nsswitch.conf - */images/server/smb.conf + <param name="files">*/images/server/smb.conf */LICENSE </param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.jIcqnb/_old 2023-02-11 21:57:48.851805875 +0100 +++ /var/tmp/diff_new_pack.jIcqnb/_new 2023-02-11 21:57:48.855805900 +0100 @@ -1,6 +1,10 @@ <servicedata> -<service name="tar_scm"> - <param name="url">https://github.com/openSUSE/samba-container.git</param> - <param name="changesrevision">924c983f879afa0ecc8daed3af737f660b84052c</param></service></servicedata> -(No newline at EOF) + <service name="tar_scm"> + <param name="url">https://github.com/openSUSE/samba-container.git</param> + <param name="changesrevision">924c983f879afa0ecc8daed3af737f660b84052c</param></service> + <service name="tar_scm"> + <param name="url">https://github.com/samba-in-kubernetes/samba-container.git</param> + <param name="changesrevision">94e313043630982eee3d2e63b37038c487f4290b</param> + </service> +</servicedata>