From b562c4e451a3bcc52e860bf6460bc1fb9a8ed3e1 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 23 Feb 2020 10:14:57 -0500 Subject: [PATCH] Add missing files to package The following two files are now being delivered by cloud-init in 19.4. I looked at them and they look harmless enough so might as well include them. - /usr/bin/cloud-id - /usr/share/bash-completion/completions/cloud-init --- cloud-init.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloud-init.spec b/cloud-init.spec index 877fd60..8c48c3e 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -154,8 +154,10 @@ nosetests-%{python3_version} tests/unittests/ %{python3_sitelib}/* %{_libexecdir}/%{name} %{_bindir}/cloud-init* +%{_bindir}/cloud-id %dir /run/cloud-init %dir /var/lib/cloud +%{_datadir}/bash-completion/completions/cloud-init %changelog @@ -168,6 +170,9 @@ nosetests-%{python3_version} tests/unittests/ wasn't installed in our mock buildroot it was choosing to use `usermod` and the unittests were failing. See: https://github.com/canonical/cloud-init/commit/7c07af2 +- Add missing files to package + - /usr/bin/cloud-id + - /usr/share/bash-completion/completions/cloud-init * Fri Feb 14 2020 Eduardo Otubo - 19.4-1 - Updated to 19.4