From da058c3a353e140f734cfe41db5f408176bb9b84 Mon Sep 17 00:00:00 2001 From: shafeipaozi <2829702579@qq.com> Date: Sat, 6 Apr 2024 14:12:55 +0800 Subject: [PATCH] fix clang build --- cloud-init.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cloud-init.spec b/cloud-init.spec index ddbeffa..315a04d 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 23.4.1 -Release: 1 +Release: 2 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 @@ -20,7 +20,7 @@ BuildRequires: python3-jinja2 python3-jsonpatch python3-jsonschema BuildRequires: python3-mock python3-oauthlib python3-prettytable BuildRequires: python3-pyserial python3-PyYAML python3-requests BuildRequires: dnf %{_vendor}-release python3-pytest passwd python3-netifaces -BuildRequires: python3-pytest-mock +BuildRequires: python3-pytest-mock python3-passlib Requires: e2fsprogs iproute python3-libselinux net-tools python3-policycoreutils Requires: procps python3-configobj python3-jinja2 python3-jsonpatch xfsprogs @@ -119,6 +119,12 @@ fi %exclude /usr/share/doc/* %changelog +* Sat Apr 6 2024 shafeipaozi - 23.4.1-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix build clang + * Wed Jan 24 2024 shixuantong - 23.4.1-1 - Type:enhancement - CVE:NA -- Gitee