From 1b8f57b50f4ce400c0f6c0b71d42f03a664dd8c8 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Tue, 7 Nov 2023 10:54:06 +0800 Subject: [PATCH] remove test_net_freebsd (cherry picked from commit a8437e6e5d3f44386c5d661b2bdd04efda952044) --- cloud-init.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cloud-init.spec b/cloud-init.spec index 9083ec7..c3a1f8d 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 -- Gitee