Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion samba.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: samba
version: 4.21.3
epoch: 1
epoch: 2
description: "Tools to access a server's filespace and printers via SMB"
copyright:
- license: GPL-3.0-or-later AND LGPL-3.0-or-later
Expand Down Expand Up @@ -199,6 +199,11 @@ subpackages:
mkdir -p "${{targets.contextdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/lib/samba/smbspool_krb5_wrapper "${{targets.contextdir}}"/usr/lib
test:
environment:
contents:
packages:
- samba-server
- libauth-samba
pipeline:
- runs: |
dbwrap_tool --version
Expand All @@ -220,6 +225,13 @@ subpackages:
smbget --help
smbtree --version
smbtree --help
- name: Test Samba client
runs: |
mkdir -p /var/lib/samba/private/ /var/log/samba /var/run/samba /etc/samba
touch /etc/samba/smb.conf
smbd
sleep 1
smbclient -L 127.0.0.1

- name: samba-server-libs
description: Samba libraries shared by server and windbind
Expand Down
Loading