Skip to content

Commit c4755a8

Browse files
New dependency for CentOS 7 and Debian: bsdtar
bsdtar can extract iso images without mounting. Signed-off-by: Kai Takahashi <k-takahashi@creationline.com>
1 parent 03f51da commit c4755a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Homepage: http://www.cloudstack.org/
99

1010
Package: cloudstack-common
1111
Architecture: all
12-
Depends: ${misc:Depends}, ${python:Depends}, genisoimage, nfs-common, python-netaddr
12+
Depends: ${misc:Depends}, ${python:Depends}, genisoimage, nfs-common, python-netaddr, bsdtar
1313
Conflicts: cloud-scripts, cloud-utils, cloud-system-iso, cloud-console-proxy, cloud-daemonize, cloud-deps, cloud-python, cloud-setup
1414
Description: A common package which contains files which are shared by several CloudStack packages
1515

packaging/centos7/cloud.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Summary: Apache CloudStack common files and scripts
8484
Requires: python
8585
Requires: python-argparse
8686
Requires: python-netaddr
87+
Requires: bsdtar
8788
Group: System Environment/Libraries
8889
%description common
8990
The Apache CloudStack files shared between agent and management server

0 commit comments

Comments
 (0)