From feac0dbe696e4c859778369904a2da665dd5c53001e25a797f2776b3255d25ed Mon Sep 17 00:00:00 2001 From: David Mulder Date: Tue, 31 Jan 2023 15:33:06 +0000 Subject: [PATCH] - Update to version 1675179058.924c983: * Fix debug option incorrect for smbd OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/samba-ad-server?expand=0&rev=5 --- Dockerfile | 2 +- _servicedata | 4 ++-- samba-ad-server.changes | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7891e26..9d27384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN ln -sf /usr/share/sambacc/examples/addc.json /etc/samba/container.json ENV SAMBACC_CONFIG="/etc/samba/container.json:/etc/samba/users.json" ENV SAMBA_CONTAINER_ID="demo" -ENV SAMBA_SPECIFICS="$SAMBA_SPECIFICS" +ENV SAMBA_SPECIFICS="daemon_cli_debug_output" ENTRYPOINT ["samba-dc-container"] CMD ["run", "--setup=provision", "--setup=populate"] diff --git a/_servicedata b/_servicedata index cb18b42..500d2af 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/samba-container.git - 602a44991137144e1cda297069fdb961268ef499 + 924c983f879afa0ecc8daed3af737f660b84052c - + \ No newline at end of file diff --git a/samba-ad-server.changes b/samba-ad-server.changes index 63ac461..21c82b0 100644 --- a/samba-ad-server.changes +++ b/samba-ad-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 31 15:32:40 UTC 2023 - dmulder@suse.com + +- Update to version 1675179058.924c983: + * Fix debug option incorrect for smbd + ------------------------------------------------------------------- Mon Jan 30 17:49:37 UTC 2023 - dmulder@suse.com