Skip to content

Commit eda8a79

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
setup.cfg: add samba-satellite to the list of scripts
Add the samba-satellite script to the setup.cfg configuration as well as the example RPM spec file. Signed-off-by: John Mulligan <[email protected]>
1 parent 3319120 commit eda8a79

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

extras/python-sambacc.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Recommends: %{name}+toml
4747
Recommends: %{name}+yaml
4848
Recommends: %{name}+rados
4949
Recommends: %{name}+grpc
50+
Recommends: %{name}+keybridge
5051
%endif
5152
%if 0%{?fedora} >= 37
5253
Recommends: %{name}+validation
@@ -80,6 +81,7 @@ Recommends: %{name}+validation
8081
%{_bindir}/samba-container
8182
%{_bindir}/samba-dc-container
8283
%{_bindir}/samba-remote-control
84+
%{_bindir}/samba-satellite
8385
%{_datadir}/%{bname}/examples/
8486

8587

@@ -88,6 +90,7 @@ Recommends: %{name}+validation
8890
%pyproject_extras_subpkg -n python3-%{bname} yaml
8991
%pyproject_extras_subpkg -n python3-%{bname} rados
9092
%pyproject_extras_subpkg -n python3-%{bname} grpc
93+
%pyproject_extras_subpkg -n python3-%{bname} keybridge
9194

9295

9396
%changelog

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ console_scripts =
3434
samba-container = sambacc.commands.main:main
3535
samba-dc-container = sambacc.commands.dcmain:main
3636
samba-remote-control = sambacc.commands.remotecontrol.main:main
37+
samba-satellite = sambacc.commands.satellite.__main__:main
3738

3839
[options.data_files]
3940
share/sambacc/examples =

0 commit comments

Comments
 (0)