Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cloud-init for openSUSE:Factory checked in at 2024-06-17 19:27:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cloud-init (Old) and /work/SRC/openSUSE:Factory/.cloud-init.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-init" Mon Jun 17 19:27:15 2024 rev:102 rq:1181325 version:23.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes 2024-06-11 18:27:03.975992196 +0200 +++ /work/SRC/openSUSE:Factory/.cloud-init.new.19518/cloud-init.changes 2024-06-17 19:27:47.362510930 +0200 @@ -1,0 +2,5 @@ +Fri Jun 14 10:34:54 UTC 2024 - Markéta Machová <[email protected]> + +- remove dependency on /usr/bin/python3 via using the macros (bsc#1212476) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cloud-init.spec ++++++ --- /var/tmp/diff_new_pack.mHotjv/_old 2024-06-17 19:27:49.026571825 +0200 +++ /var/tmp/diff_new_pack.mHotjv/_new 2024-06-17 19:27:49.030571971 +0200 @@ -174,14 +174,14 @@ sed -i "s,@@PACKAGED_VERSION@@,%{version}-%{release}," $version_pys %build -python3 setup.py build +%python3_build %check make unittest make lint %install -python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib} --init-system=%{initsys} --distro=suse +%python3_install --init-system=%{initsys} --distro=suse find %{buildroot} \( -name .gitignore -o -name .placeholder \) -delete # from debian install script for x in "%{buildroot}%{_bindir}/"*.py; do
