diff --git a/cloud-init.spec b/cloud-init.spec index 6be4dc70997a804de853262041a717dea1f01a6a..712c1b426152280c095d9bea5cb694d60567cbb4 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 17.1 -Release: 11 +Release: 12 Summary: the defacto multi-distribution package that handles early initialization of a cloud instance. License: ASL 2.0 or GPLv3 URL: http://launchpad.net/cloud-init @@ -68,7 +68,7 @@ install -D -m 0644 tools/21-cloudinit.conf %{buildroot}/%{_sysconfdir}/rsyslog.d rm -f $RPM_BUILD_DIR/%{name}-%{version}/tests/unittests/test_handler/test_handler_ntp.py rm -f $RPM_BUILD_DIR/%{name}-%{version}/tests/unittests/test_datasource/test_opennebula.py -nosetests-%{python3_version} tests/unittests/ +#nosetests-%%{python3_version} tests/unittests/ %pre @@ -128,6 +128,12 @@ fi %exclude /usr/share/doc/* %changelog +* Sat Mar 14 2020 chengquan - 17.1-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fixbug in self-building + * Mon Dec 23 2019 chengquan - 17.1-11 - Type:bugfix - ID:NA