From 13aacd8531a79639494944ed61e589ed4323a8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Mosn=C3=A1=C4=8Dek?= Date: Tue, 5 Sep 2023 11:43:15 +0200 Subject: [PATCH] Switch to rpmautospec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondrej Mosnáček --- changelog | 144 +++++++++++++++++++++++++++++++++++++++++++++++ cloud-utils.spec | 144 +---------------------------------------------- 2 files changed, 146 insertions(+), 142 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..c34da33 --- /dev/null +++ b/changelog @@ -0,0 +1,144 @@ +* Tue Sep 05 2023 Ondrej Mosnáček - 0.31-16 +- Switch to rpmautospec + +* Wed Jul 19 2023 Fedora Release Engineering - 0.31-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 0.31-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jul 20 2022 Fedora Release Engineering - 0.31-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jan 19 2022 Fedora Release Engineering - 0.31-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 0.31-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.31-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 0.31-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 0.31-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 24 2019 Juerg Haefliger - 0.31-5 +- Bump the release number to differentiate from the previous version which didn't build. + +* Thu Oct 24 2019 Juerg Haefliger - 0.31-4 +- Drop euca2ools dependency (retired package) and wrapper scripts [bz#1762325]. + +* Wed Jul 24 2019 Fedora Release Engineering - 0.31-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Mar 18 2019 Juerg Haefliger - 0.31-2 +- Add new cloud-utils-0.31.tar.gz sources. + +* Mon Mar 18 2019 Juerg Haefliger - 0.31-1 +- Requires python3 instead of python2 [bz#1530224]. +- Drop python2-paramiko dependency (no longer required). +- Drop cloud-run-instances manpage (script no longer included). +- Rebase to upstream release 0.31 +- mount-image-callback: mount with -o 'rw' or -o 'ro' (LP: #1663722) +- mount-image-callback: run blockdev and udevadm settle on nbd devices. (LP: #1741096, 1741300) +- mount-image-callback: Drop support for mounting lxd containers. (LP: #1715994) +- growpart: fix bug that stopped GPT disks from being grown past 2TB. (LP: #1762748) +- mount-image-callback: mention --help and -C/--cd-mountpoint in Usage +- growpart: fix bug when resizing a middle partition with sgdisk (LP: #1706751) [Fred De Backer] +- growpart: Resolve symbolic links before operating. [Kevin Locke] (LP: #1744406) +- growpart: fix bug occurring if start sector and size were the same. [Lars Kellogg-Stedman] (LP: #1807171) +- debian/control: drop Suggests on lxc1 +- debian/tests/control: add test growpart-start-matches-size. +- White space cleanup. Remove trailing space and tabs. + +* Thu Jan 31 2019 Fedora Release Engineering - 0.30-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 0.30-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Iryna Shcherbina - 0.30-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Wed Feb 07 2018 Fedora Release Engineering - 0.30-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Dec 12 2017 Sinny Kumari - 0.30-1 +- Rebase to upstream release 0.30 +- Resolves RHBZ#1515835 - growpart fails to resize partition on aarch64 +- Remove patches in spec file because they are already available in 0.30 +- Fix rpmlint issues on spec file +- Remove LICENSE file, already shipped with 0.30 source tar +- cloud-run-instances binary has been dropped in 0.28 +- mount-image-callback and vcs-run binaries has been introduced in 0.28 + +* Wed Jul 26 2017 Fedora Release Engineering - 0.27-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.27-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Jun 03 2016 Adam Williamson - 0.27-16 +- backport fix for RHBZ #1327337 (growpart fail with newer util-linux-ng) + +* Wed Feb 03 2016 Fedora Release Engineering - 0.27-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.27-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Mar 25 2015 Juerg Haefliger - 0.27-13 +- [1197894] sfdisk dropped --show-pt-geometry option + +* Fri Jul 11 2014 Tom Callaway - 0.27-12 +- fix license handling + +* Sat Jun 07 2014 Fedora Release Engineering - 0.27-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Nov 22 2013 Juerg Haefliger - 0.27-10 +- [966574] growpart spits out a non-fatal error + +* Fri Aug 16 2013 Juerg Haefliger - 0.27-9 +- Prevent building of debuginfo packages. +- Fix 32-bit arch type. + +* Fri Aug 16 2013 Juerg Haefliger - 0.27-8 +- Make the package a no-noarch package on EPEL so that the build of the main + package can be prevented for the arches that don't support it [bz#986809]. + +* Tue Aug 06 2013 Juerg Haefliger - 0.27-7 +- Build the growpart subpackage on all EPEL architectures [bz#986809]. + +* Sat Aug 03 2013 Fedora Release Engineering - 0.27-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jun 17 2013 Juerg Haefliger - 0.27-5 +- Don't make gdisk a hard requirement for cloud-utils-growpart to save some + space on systems that don't use GPT partitions. + +* Mon Jun 17 2013 Juerg Haefliger - 0.27-4 +- Break out the growpart script into its own subpackage to prevent pulling a + boatload of unnecessary dependencies into a cloud image. + +* Mon Apr 8 2013 Juerg Haefliger - 0.27-3 +- 3rd attempt to fix the spec file to only build on x86_64 for EPEL. + +* Fri Apr 5 2013 Juerg Haefliger - 0.27-2 +- Yet another spec file fix to only build on x86_64 for EPEL. + +* Tue Apr 2 2013 Juerg Haefliger - 0.27-1 +- Update to upstream release 0.27. +- Fix spec file to only build on x86_64 for EPEL. + +* Tue Feb 12 2013 Juerg Haefliger - 0.27-0.2.bzr216 +- Add GPL-3 license. +- Exclude Ubuntu-specific tools. +- Fix some spec file issues per reviewers comments. + +* Tue Feb 5 2013 Juerg Haefliger - 0.27-0.1.bzr216 +- Initial build based on upstream revision bzr216. diff --git a/cloud-utils.spec b/cloud-utils.spec index 87cde13..ee893ef 100644 --- a/cloud-utils.spec +++ b/cloud-utils.spec @@ -1,7 +1,7 @@ Summary: Cloud image management utilities Name: cloud-utils Version: 0.31 -Release: 13%{?dist} +Release: %autorelease License: GPLv3 URL: https://launchpad.net/cloud-utils/ @@ -114,144 +114,4 @@ cp man/growpart.* $RPM_BUILD_ROOT/%{_mandir}/man1/ %changelog -* Wed Jul 19 2023 Fedora Release Engineering - 0.31-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jan 19 2023 Fedora Release Engineering - 0.31-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Wed Jul 20 2022 Fedora Release Engineering - 0.31-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jan 19 2022 Fedora Release Engineering - 0.31-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Jul 21 2021 Fedora Release Engineering - 0.31-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jan 26 2021 Fedora Release Engineering - 0.31-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 0.31-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jan 28 2020 Fedora Release Engineering - 0.31-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 24 2019 Juerg Haefliger - 0.31-5 -- Bump the release number to differentiate from the previous version which didn't build. - -* Thu Oct 24 2019 Juerg Haefliger - 0.31-4 -- Drop euca2ools dependency (retired package) and wrapper scripts [bz#1762325]. - -* Wed Jul 24 2019 Fedora Release Engineering - 0.31-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Mar 18 2019 Juerg Haefliger - 0.31-2 -- Add new cloud-utils-0.31.tar.gz sources. - -* Mon Mar 18 2019 Juerg Haefliger - 0.31-1 -- Requires python3 instead of python2 [bz#1530224]. -- Drop python2-paramiko dependency (no longer required). -- Drop cloud-run-instances manpage (script no longer included). -- Rebase to upstream release 0.31 -- mount-image-callback: mount with -o 'rw' or -o 'ro' (LP: #1663722) -- mount-image-callback: run blockdev and udevadm settle on nbd devices. (LP: #1741096, 1741300) -- mount-image-callback: Drop support for mounting lxd containers. (LP: #1715994) -- growpart: fix bug that stopped GPT disks from being grown past 2TB. (LP: #1762748) -- mount-image-callback: mention --help and -C/--cd-mountpoint in Usage -- growpart: fix bug when resizing a middle partition with sgdisk (LP: #1706751) [Fred De Backer] -- growpart: Resolve symbolic links before operating. [Kevin Locke] (LP: #1744406) -- growpart: fix bug occurring if start sector and size were the same. [Lars Kellogg-Stedman] (LP: #1807171) -- debian/control: drop Suggests on lxc1 -- debian/tests/control: add test growpart-start-matches-size. -- White space cleanup. Remove trailing space and tabs. - -* Thu Jan 31 2019 Fedora Release Engineering - 0.30-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 0.30-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Iryna Shcherbina - 0.30-3 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Wed Feb 07 2018 Fedora Release Engineering - 0.30-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Dec 12 2017 Sinny Kumari - 0.30-1 -- Rebase to upstream release 0.30 -- Resolves RHBZ#1515835 - growpart fails to resize partition on aarch64 -- Remove patches in spec file because they are already available in 0.30 -- Fix rpmlint issues on spec file -- Remove LICENSE file, already shipped with 0.30 source tar -- cloud-run-instances binary has been dropped in 0.28 -- mount-image-callback and vcs-run binaries has been introduced in 0.28 - -* Wed Jul 26 2017 Fedora Release Engineering - 0.27-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.27-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Jun 03 2016 Adam Williamson - 0.27-16 -- backport fix for RHBZ #1327337 (growpart fail with newer util-linux-ng) - -* Wed Feb 03 2016 Fedora Release Engineering - 0.27-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.27-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Mar 25 2015 Juerg Haefliger - 0.27-13 -- [1197894] sfdisk dropped --show-pt-geometry option - -* Fri Jul 11 2014 Tom Callaway - 0.27-12 -- fix license handling - -* Sat Jun 07 2014 Fedora Release Engineering - 0.27-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Nov 22 2013 Juerg Haefliger - 0.27-10 -- [966574] growpart spits out a non-fatal error - -* Fri Aug 16 2013 Juerg Haefliger - 0.27-9 -- Prevent building of debuginfo packages. -- Fix 32-bit arch type. - -* Fri Aug 16 2013 Juerg Haefliger - 0.27-8 -- Make the package a no-noarch package on EPEL so that the build of the main - package can be prevented for the arches that don't support it [bz#986809]. - -* Tue Aug 06 2013 Juerg Haefliger - 0.27-7 -- Build the growpart subpackage on all EPEL architectures [bz#986809]. - -* Sat Aug 03 2013 Fedora Release Engineering - 0.27-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon Jun 17 2013 Juerg Haefliger - 0.27-5 -- Don't make gdisk a hard requirement for cloud-utils-growpart to save some - space on systems that don't use GPT partitions. - -* Mon Jun 17 2013 Juerg Haefliger - 0.27-4 -- Break out the growpart script into its own subpackage to prevent pulling a - boatload of unnecessary dependencies into a cloud image. - -* Mon Apr 8 2013 Juerg Haefliger - 0.27-3 -- 3rd attempt to fix the spec file to only build on x86_64 for EPEL. - -* Fri Apr 5 2013 Juerg Haefliger - 0.27-2 -- Yet another spec file fix to only build on x86_64 for EPEL. - -* Tue Apr 2 2013 Juerg Haefliger - 0.27-1 -- Update to upstream release 0.27. -- Fix spec file to only build on x86_64 for EPEL. - -* Tue Feb 12 2013 Juerg Haefliger - 0.27-0.2.bzr216 -- Add GPL-3 license. -- Exclude Ubuntu-specific tools. -- Fix some spec file issues per reviewers comments. - -* Tue Feb 5 2013 Juerg Haefliger - 0.27-0.1.bzr216 -- Initial build based on upstream revision bzr216. +%autochangelog