diff --git a/cloud-init.spec b/cloud-init.spec index 9083ec7603e0ededd99b9410fdbab57b93063ef5..c3a1f8d271b939ca7edb39c55859b772d841af98 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 21.4 -Release: 21 +Release: 22 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 @@ -113,6 +113,7 @@ install -D -m 0644 tools/21-cloudinit.conf %{buildroot}/%{_sysconfdir}/rsyslog.d %check 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 +rm -f $RPM_BUILD_DIR/%{name}-%{version}/tests/unittests/test_net_freebsd.py python3 -m pytest tests/unittests/ @@ -179,6 +180,12 @@ fi %exclude /usr/share/doc/* %changelog +* Tue Nov 07 2023 shixuantong - 21.4-22 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove test_net_freebsd + * Mon Sep 18 2023 shixuantong - 21.4-21 - Type:bugfix - CVE:NA