swift-base: fix rsync missing for rpm installs

Closes-Bug: 2062072

Change-Id: Id6e4bbe0aab2360c4e7e5f74fff6170bcc71080b
Signed-off-by: Sven Kieske <kieske@osism.tech>
This commit is contained in:
Sven Kieske 2024-04-19 17:04:22 +02:00 committed by Michal Nasiadka
parent 52183ab561
commit 7766abb439
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set swift_base_packages = [
'liberasurecode-devel',
'nmap-ncat',
'rsync',
] %}
{% elif base_package_type == 'deb' %}
{% set swift_base_packages = [

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes a bug where the ``rsync`` RPM package was missing in the ``swift-base`` container.
See `bug 2062072 <https://bugs.launchpad.net/kolla/+bug/2062072>`__ for details.