From 0dc36e6b39f47c0f310469b4a02beb0bb7f820a997b6aef250cc464968f708d0 Mon Sep 17 00:00:00 2001 From: David Mulder Date: Tue, 31 Jan 2023 15:32:17 +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-server?expand=0&rev=7 --- Dockerfile | 2 +- _servicedata | 2 +- samba-server.changes | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e53e11b..109a9b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ EXPOSE 445 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-container"] CMD ["run", "smbd"] diff --git a/_servicedata b/_servicedata index 4fe6546..e976d6e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/samba-container.git - 602a44991137144e1cda297069fdb961268ef499 \ No newline at end of file + 924c983f879afa0ecc8daed3af737f660b84052c \ No newline at end of file diff --git a/samba-server.changes b/samba-server.changes index 9ad7e62..359cd76 100644 --- a/samba-server.changes +++ b/samba-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 31 15:31:46 UTC 2023 - dmulder@suse.com + +- Update to version 1675179058.924c983: + * Fix debug option incorrect for smbd + ------------------------------------------------------------------- Mon Jan 30 17:50:31 UTC 2023 - dmulder@suse.com