Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions SPECS/cloud-init/cloud-init.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
%define cl_services cloud-config.service cloud-config.target cloud-final.service cloud-init.service cloud-init.target cloud-init-local.service
Summary: Cloud instance init scripts
Name: cloud-init
Version: 22.2
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3
Vendor: Microsoft Corporation
Distribution: Mariner
Expand All @@ -11,6 +10,7 @@ URL: https://launchpad.net/cloud-init
Source0: https://launchpad.net/cloud-init/trunk/%{version}/+download/%{name}-%{version}.tar.gz
Source1: 10-azure-kvp.cfg
Patch0: add-mariner-distro-support.patch
%define cl_services cloud-config.service cloud-config.target cloud-final.service cloud-init.service cloud-init.target cloud-init-local.service
BuildRequires: automake
BuildRequires: dbus
BuildRequires: iproute
Expand All @@ -30,6 +30,7 @@ BuildRequires: python3-xml
BuildRequires: systemd
BuildRequires: systemd-devel
Requires: dhcp-client
Requires: e2fsprogs
Requires: iproute
Requires: net-tools
Requires: python3
Expand Down Expand Up @@ -65,6 +66,7 @@ ssh keys and to let the user run various scripts.
%package azure-kvp
Summary: Cloud-init configuration for Hyper-V telemetry
Requires: %{name} = %{version}-%{release}

%description azure-kvp
Cloud-init configuration for Hyper-V telemetry

Expand Down Expand Up @@ -141,7 +143,10 @@ make check %{?_smp_mflags}
%config(noreplace) %{_sysconfdir}/cloud/cloud.cfg.d/10-azure-kvp.cfg

%changelog
* Fri Jun 03 2022 Chris Patterson <[email protected]> - 22.2-1
* Wed Jun 08 2022 Tom Fay <[email protected]> - 22.2-3
- Add missing e2fsprogs dependency

* Fri Jun 03 2022 Chris Patterson <[email protected]> - 22.2-2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3104 didn't reset the release to 1, so I've bumped from 2 to 3.

- Update to cloud-init 22.2

* Mon Mar 28 2022 Henry Beberman <[email protected]> - 22.1-2
Expand Down Expand Up @@ -380,4 +385,3 @@ make check %{?_smp_mflags}

* Wed Mar 04 2015 Mahmoud Bassiouny <[email protected]>
- Initial packaging for Photon