File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Recommends: %{name}+toml
47
47
Recommends: %{name }+yaml
48
48
Recommends: %{name }+rados
49
49
Recommends: %{name }+grpc
50
+ Recommends: %{name }+keybridge
50
51
%endif
51
52
%if 0%{?fedora } >= 37
52
53
Recommends: %{name }+validation
@@ -80,6 +81,7 @@ Recommends: %{name}+validation
80
81
%{_bindir }/samba-container
81
82
%{_bindir }/samba-dc-container
82
83
%{_bindir }/samba-remote-control
84
+ %{_bindir }/samba-satellite
83
85
%{_datadir }/%{bname }/examples/
84
86
85
87
@@ -88,6 +90,7 @@ Recommends: %{name}+validation
88
90
%pyproject_extras_subpkg -n python3-%{bname } yaml
89
91
%pyproject_extras_subpkg -n python3-%{bname } rados
90
92
%pyproject_extras_subpkg -n python3-%{bname } grpc
93
+ %pyproject_extras_subpkg -n python3-%{bname } keybridge
91
94
92
95
93
96
%changelog
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ console_scripts =
34
34
samba-container = sambacc.commands.main:main
35
35
samba-dc-container = sambacc.commands.dcmain:main
36
36
samba-remote-control = sambacc.commands.remotecontrol.main:main
37
+ samba-satellite = sambacc.commands.satellite.__main__:main
37
38
38
39
[options.data_files]
39
40
share/sambacc/examples =
You can’t perform that action at this time.
0 commit comments