Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package samba-toolbox for openSUSE:Factory checked in at 2023-02-11 21:57:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/samba-toolbox (Old) and /work/SRC/openSUSE:Factory/.samba-toolbox.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "samba-toolbox" Sat Feb 11 21:57:10 2023 rev:2 rq:1064319 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/samba-toolbox/samba-toolbox.changes 2023-02-08 17:20:21.713963405 +0100 +++ /work/SRC/openSUSE:Factory/.samba-toolbox.new.1848/samba-toolbox.changes 2023-02-11 21:57:48.995806772 +0100 @@ -1,0 +2,15 @@ +Fri Feb 10 17:25:56 UTC 2023 - [email protected] + +- 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 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.Jl5s3c/_old 2023-02-11 21:57:49.359809038 +0100 +++ /var/tmp/diff_new_pack.Jl5s3c/_new 2023-02-11 21:57:49.363809062 +0100 @@ -4,18 +4,19 @@ #!BuildTag: opensuse/samba-toolbox:%%PKG_VERSION%% #!BuildTag: opensuse/samba-toolbox:%%PKG_VERSION%%-%RELEASE% +# OBS doesn't allow a fully qualified image registry name for the offline build FROM opensuse/tumbleweed -LABEL maintainer="David Mulder <[email protected]>" +MAINTAINER David Mulder <[email protected]> # labelprefix=org.opensuse.samba-toolbox LABEL org.opencontainers.image.title="Samba Toolbox container" LABEL org.opencontainers.image.description="Samba Toolbox 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-toolbox:%%PKG_VERSION%%-%RELEASE%" # endlabelprefix -RUN zypper --non-interactive install --no-recommends samba-client samba-test +RUN zypper --non-interactive install --no-recommends samba-client samba-test && zypper clean ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Jl5s3c/_old 2023-02-11 21:57:49.411809362 +0100 +++ /var/tmp/diff_new_pack.Jl5s3c/_new 2023-02-11 21:57:49.415809386 +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,7 +9,7 @@ </service> <service name="extract_file" mode="disabled"> <param name="archive">*.tar</param> - <param name="files">*/images/toolbox/Containerfile</param> + <param name="files">*/images/toolbox/Containerfile.opensuse</param> <param name="outfilename">Dockerfile</param> </service> <service name="extract_file" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Jl5s3c/_old 2023-02-11 21:57:49.439809536 +0100 +++ /var/tmp/diff_new_pack.Jl5s3c/_new 2023-02-11 21:57:49.443809561 +0100 @@ -1,7 +1,11 @@ <servicedata> - <service name="tar_scm"> - <param name="url">https://github.com/openSUSE/samba-container.git</param> - <param name="changesrevision">602a44991137144e1cda297069fdb961268ef499</param> - </service> + <service name="tar_scm"> + <param name="url">https://github.com/openSUSE/samba-container.git</param> + <param name="changesrevision">602a44991137144e1cda297069fdb961268ef499</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>
