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
This commit is contained in:
parent
cbaaeee097
commit
b562c4e451
@ -154,8 +154,10 @@ nosetests-%{python3_version} tests/unittests/
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
%{_bindir}/cloud-init*
|
%{_bindir}/cloud-init*
|
||||||
|
%{_bindir}/cloud-id
|
||||||
%dir /run/cloud-init
|
%dir /run/cloud-init
|
||||||
%dir /var/lib/cloud
|
%dir /var/lib/cloud
|
||||||
|
%{_datadir}/bash-completion/completions/cloud-init
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
@ -168,6 +170,9 @@ nosetests-%{python3_version} tests/unittests/
|
|||||||
wasn't installed in our mock buildroot it was choosing to
|
wasn't installed in our mock buildroot it was choosing to
|
||||||
use `usermod` and the unittests were failing. See:
|
use `usermod` and the unittests were failing. See:
|
||||||
https://github.com/canonical/cloud-init/commit/7c07af2
|
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 <otubo@redhat.com> - 19.4-1
|
* Fri Feb 14 2020 Eduardo Otubo <otubo@redhat.com> - 19.4-1
|
||||||
- Updated to 19.4
|
- Updated to 19.4
|
||||||
|
Loading…
Reference in New Issue
Block a user