diff --git a/cloud-init.spec b/cloud-init.spec index ddbeffabca6e6414006b3b5e1bf032deafc96585..315a04d9f475fb21d5351c617fbaf9285d90c221 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