Skip to content

Commit 661f88e

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
extras: add additional build deps to the rpm spec file
When a generated srpm was submitted to COPR it failed due to the check phase running the tests and failing due to missing samba components. Explicitly add some of those components to the spec. Signed-off-by: John Mulligan <[email protected]>
1 parent 5e8f151 commit 661f88e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extras/python-sambacc.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Source: %{bname}-%{pversion}.tar.gz
2020

2121
BuildArch: noarch
2222
BuildRequires: python3-devel
23+
# we need python3-samba as a build dependency in order to run
24+
# the test suite
25+
BuildRequires: python3-samba
26+
# ditto for the net binary
27+
BuildRequires: /usr/bin/net
2328

2429
%global _description %{expand:
2530
A Python library and set of CLI tools intended to act as a bridge between a container

0 commit comments

Comments
 (0)