Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package growpart for openSUSE:Factory checked in at 2023-12-18 22:55:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/growpart (Old) and /work/SRC/openSUSE:Factory/.growpart.new.9037 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "growpart" Mon Dec 18 22:55:25 2023 rev:9 rq:1133814 version:0.33 Changes: -------- --- /work/SRC/openSUSE:Factory/growpart/growpart.changes 2019-12-02 11:28:07.570649398 +0100 +++ /work/SRC/openSUSE:Factory/.growpart.new.9037/growpart.changes 2023-12-18 22:55:27.686553422 +0100 @@ -1,0 +2,72 @@ +Sat Nov 25 22:28:18 UTC 2023 - Dirk Müller <[email protected]> + +- update to 0.33: + * More busybox compatibility changes + * growpart: Add support for overprovisioning (#35) + * mount-image-callback: do not rely on udevadm + * growpart: only run `udevadm` if it exists (#36) [oittaa] + * growpart: detect whether blkid is util-linux version and + act accordingly + * growpart doesn't work when LANG=cs_CZ.UTF-8 + * growpart: change flock call to use short option for + Busybox compatibility [Dermot Bradley] + * growpart: Use LANG=C to parse sfdisk output + * Fix bad variable use. + * Whitespace cleanups. + * Growpart fix undefined variable in growpart error message. + * cloud-image-utils: Add depends on fdisk, drop e2fsprogs + * growpart: add flock support to prevent udev races + * Drop the python2 only cloud-utils-euca package and tools. + * test-growpart: fix logic error resulting in test failure. +- fix URL (development moved to GitHub) +- use fully qualified urls for source validation + +------------------------------------------------------------------- +Wed Aug 2 12:12:05 UTC 2023 - Robert Schweikert <[email protected]> + +- Update to verion 0.32 + + Only listing growpart changes we do not ship other parts of the source + + Growpart fix undefined variable in growpart error message. [Scott Moser] + + Add test for growpart lvm resize. [Scott Moser] + + Growpart: add support for resizing an lvm pv after growing the + partition. [Scott Moser] (LP: #1799953) + + growpart: parse the kernel version in a more robust way (#2) + [Paride Legovini] (LP: #1881014) + + growpart: Do not fail if only sgdisk is available. [Scott Moser] + + growpart: Fix reading sector size with newer sgdisk versions. + [Scott Moser] + + growpart: Fail on unknown values of GROWPART_RESIZER. [Scott Moser] + + growpart: add flock support to prevent udev races + [Ryan Harper] (LP: #1834875) + + test-growpart: fix logic error resulting in test failure. + [Scott Moser] (LP: #1842682) + + Fix race condition in test-growpart teardown seen on ppc64el. + [Scott Moser] (LP: #1836593) + + growpart: Fix bug when file image ends in a digit. + [Scott Moser] (LP: #1835124) + +------------------------------------------------------------------- +Thu Feb 27 21:20:17 UTC 2020 - Robert Schweikert <[email protected]> + +- Update to version 0.31 (bsc#1164736) + + 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. + + Move to git. +- drop licenseGPLv3.patch (upstream) + +------------------------------------------------------------------- Old: ---- cloud-utils-0.30.tar.gz licenseGPLv3.patch New: ---- cloud-utils-0.33.tar.gz BETA DEBUG BEGIN: Old: + Move to git. - drop licenseGPLv3.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ growpart.spec ++++++ --- /var/tmp/diff_new_pack.p7gIzx/_old 2023-12-18 22:55:28.422580377 +0100 +++ /var/tmp/diff_new_pack.p7gIzx/_new 2023-12-18 22:55:28.422580377 +0100 @@ -1,7 +1,7 @@ # # spec file for package growpart # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,38 +16,35 @@ # -%define base_version 0.30 Name: growpart -Version: %{base_version} +Version: 0.33 Release: 0 Summary: Grow a partition License: GPL-3.0-only Group: System/Management -Url: http://launchpad.net/cloud-utils -Source0: cloud-utils-%{base_version}.tar.gz -Patch: licenseGPLv3.patch -Requires: util-linux +URL: https://github.com/canonical/cloud-utils +Source0: https://github.com/canonical/cloud-utils/archive/refs/tags/%{version}.tar.gz#/cloud-utils-%{version}.tar.gz Requires: gptfdisk -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: util-linux BuildArch: noarch %description -Grow a partition. This is predominantly useful in the cloud when an instance -is started with a larger root partition than the image size. The root -partition can be expanded to take up the additional size. +Grow a partition. This is predominantly useful in the cloud when an instance is +started with a larger root partition than the image size. The root partition +can be expanded to take up the additional size. %prep -%autosetup -p1 -n cloud-utils-%{base_version} +%autosetup -p1 -n cloud-utils-%{version} %build %install install -Dm0755 -t %{buildroot}%{_sbindir} bin/growpart install -Dm0644 -t %{buildroot}%{_mandir}/man1 man/growpart.1 +install -Dm0644 -t %{buildroot}/%{_defaultlicensedir}/growpart LICENSE %files -%defattr(-,root,root,-) -%license LICENSE-GPLv3 +%license LICENSE %{_sbindir}/growpart %{_mandir}/man1/* ++++++ cloud-utils-0.30.tar.gz -> cloud-utils-0.33.tar.gz ++++++ ++++ 4161 lines of diff (skipped)
