- 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
This commit is contained in:
David Mulder 2023-01-31 15:32:17 +00:00 committed by Git OBS Bridge
parent 59457ad531
commit 0dc36e6b39
3 changed files with 8 additions and 2 deletions

View File

@ -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"]

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/samba-container.git</param>
<param name="changesrevision">602a44991137144e1cda297069fdb961268ef499</param></service></servicedata>
<param name="changesrevision">924c983f879afa0ecc8daed3af737f660b84052c</param></service></servicedata>

View File

@ -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