Signed-off-by: Alfredo Deza <adeza@redhat.com>
# the difference here is because RPMs currently name the radosgw differently than DEBs.
# TODO: This needs to get unified once the packaging naming gets consistent
-default_components.rpm = tuple(_base_components.append('ceph-radosgw'))
-default_components.deb = tuple(_base_components.append('radosgw'))
+default_components.rpm = tuple(_base_components + ['ceph-radosgw'])
+default_components.deb = tuple(_base_components + ['radosgw'])