Skip to content

Commit 1d03fa9

Browse files
martinpittmvollmer
authored andcommitted
tools: Add missing openssl dependency to Debian's cockpit-ws package
This fixes the root cause for `remotectl certificate --ensure` not working on Debian in issue cockpit-project#8690. The RPM spec already has this dependency.
1 parent 13f24fb commit 1d03fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Depends: ${misc:Depends},
180180
${shlibs:Depends},
181181
glib-networking,
182182
adduser,
183+
openssl,
183184
Conflicts: ${ws:Conflicts}
184185
Description: Cockpit Web Service
185186
The Cockpit Web Service listens on the network, and authenticates

0 commit comments

Comments
 (0)