Update to 23.4.1
This commit is contained in:
parent
47cb5137d2
commit
76f21382f7
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: cloud-init
|
||||
Version: 23.2.1
|
||||
Version: 23.4.1
|
||||
Release: %autorelease
|
||||
Summary: Cloud instance init scripts
|
||||
License: Apache-2.0 OR GPL-3.0-only
|
||||
@ -27,12 +27,14 @@ BuildRequires: pkgconfig(systemd)
|
||||
%if %{with tests}
|
||||
BuildRequires: iproute
|
||||
BuildRequires: passwd
|
||||
BuildRequires: procps-ng
|
||||
# dnf is needed to make cc_ntp unit tests work
|
||||
# https://bugs.launchpad.net/cloud-init/+bug/1721573
|
||||
BuildRequires: /usr/bin/dnf
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pytest-mock)
|
||||
BuildRequires: python3dist(responses)
|
||||
BuildRequires: python3dist(passlib)
|
||||
%endif
|
||||
|
||||
Requires: dhcp-client
|
||||
@ -87,7 +89,7 @@ find tests/ -type f | xargs sed -i s/assertItemsEqual/assertCountEqual/
|
||||
%py3_install -- --init-system=systemd
|
||||
|
||||
# Generate cloud-config file
|
||||
python3 tools/render-cloudcfg --variant %{?rhel:rhel}%{!?rhel:fedora} > $RPM_BUILD_ROOT/%{_sysconfdir}/cloud/cloud.cfg
|
||||
python3 tools/render-template --variant %{?rhel:rhel}%{!?rhel:fedora} > $RPM_BUILD_ROOT/%{_sysconfdir}/cloud/cloud.cfg
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/var/lib/cloud
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cloud-init-23.2.1.tar.gz) = 8012e8f6024e2b0d7cfdce1189bb06d99d3ec345d44bf4fc9c9d5d58f878f2c3218d4fd5024c7f3a1ece56c900387279f8af926d948aed975b09df5a16a600f2
|
||||
SHA512 (cloud-init-23.4.1.tar.gz) = 4ac62a4ab49726de692e3671365da5acdfc018e2c9fb93d7e0acbdae5752ef12970497957358c59b58362ec741ef806173a7affc456d30ff8adebfca2c29251a
|
||||
|
Loading…
Reference in New Issue
Block a user