forked from pool/cloud-init
Accepting request 1155472 from home:fcrozat:branches:Cloud:Tools
- Hardcode distribution to suse for proper cloud.cfg generation (bsc#1220132). OBS-URL: https://build.opensuse.org/request/show/1155472 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=225
This commit is contained in:
parent
a46ffe0388
commit
4cb93758a3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 08:42:20 UTC 2024 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Hardcode distribution to suse for proper cloud.cfg generation
|
||||
(bsc#1220132).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 20:29:27 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
@ -166,7 +166,7 @@ make unittest
|
||||
make lint
|
||||
|
||||
%install
|
||||
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib} --init-system=%{initsys}
|
||||
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib} --init-system=%{initsys} --distro=suse
|
||||
find %{buildroot} \( -name .gitignore -o -name .placeholder \) -delete
|
||||
# from debian install script
|
||||
for x in "%{buildroot}%{_bindir}/"*.py; do
|
||||
|
Loading…
Reference in New Issue
Block a user