-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing e2fsprogs dep to cloud-init (#3141)
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -30,6 +30,7 @@ BuildRequires: python3-xml | |
BuildRequires: systemd | ||
BuildRequires: systemd-devel | ||
Requires: dhcp-client | ||
Requires: e2fsprogs | ||
Requires: iproute | ||
Requires: net-tools | ||
Requires: python3 | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
- Update to cloud-init 22.2 | ||
|
||
* Mon Mar 28 2022 Henry Beberman <[email protected]> - 22.1-2 | ||
|
@@ -380,4 +385,3 @@ make check %{?_smp_mflags} | |
|
||
* Wed Mar 04 2015 Mahmoud Bassiouny <[email protected]> | ||
- Initial packaging for Photon | ||
|