From 2bcf3548879697b9bed6a97f043fb53f73d490a3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 09:52:41 +0000 Subject: [PATCH] import cloud-utils-0.33-1.el9 --- .cloud-utils.metadata | 2 +- .gitignore | 2 +- SPECS/cloud-utils.spec | 14 ++++++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.cloud-utils.metadata b/.cloud-utils.metadata index 5de66d9..1f83961 100644 --- a/.cloud-utils.metadata +++ b/.cloud-utils.metadata @@ -1 +1 @@ -44ef173f0753bb28be970fdfc5a5a5a352c25ce0 SOURCES/cloud-utils-0.31.tar.gz +9db9db71d7ce634d3d2d80c377c4e1a19da0db77 SOURCES/cloud-utils-0.33.tar.gz diff --git a/.gitignore b/.gitignore index b109b75..95f6c74 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cloud-utils-0.31.tar.gz +SOURCES/cloud-utils-0.33.tar.gz diff --git a/SPECS/cloud-utils.spec b/SPECS/cloud-utils.spec index 3e58fe2..8b27565 100644 --- a/SPECS/cloud-utils.spec +++ b/SPECS/cloud-utils.spec @@ -1,11 +1,12 @@ Summary: Cloud image management utilities Name: cloud-utils -Version: 0.31 -Release: 10%{?dist} +Version: 0.33 +Release: 1%{?dist} License: GPLv3 -URL: https://launchpad.net/cloud-utils/ +URL: https://github.com/canonical/cloud-utils/ + +Source0: cloud-utils-0.33.tar.gz -Source0: https://launchpad.net/%{name}/trunk/0.31/+download/%{name}-%{version}.tar.gz # Don't build the cloud-utils main package on EPEL architectures that don't # have qemu-img. Which means we need to make it a no-noarch package for EPEL @@ -57,6 +58,7 @@ package to grow the root partition on first boot. %prep %setup -q + %build %install @@ -114,6 +116,10 @@ cp man/growpart.* $RPM_BUILD_ROOT/%{_mandir}/man1/ %changelog +* Wed Oct 19 2022 Camilla Conte - 0.33-1 +- Rebase to 0.33 + Resolves: bz#2133248 + * Mon Aug 09 2021 Mohan Boddu - 0.31-10 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688