- 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
and builds a standalone package now
OBS-URL: https://build.opensuse.org/request/show/1128985
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/growpart?expand=0&rev=23
* 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.
and builds a standalone package now
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/growpart?expand=0&rev=21
+ 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)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/growpart?expand=0&rev=20
+ 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.
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/growpart?expand=0&rev=19
+ fix use of partx for newer util-linux versions (LP: #1587971)
[Lars Kellogg-Stedman]
+ fix some issues in error path reporting
+ capture output of 'partx --help' as older versions
do not support that flag, and send output to stderr.
+ fix bug when growing partitions on disks > 2TB. (LP: #1259703)
+ run partx only on block devices (not files)
+ better --dry-run output for gpt disks, providing sgdisk command
line that would be used.
+ support sfdisk >= 2.26, and support gpt partitions with sfdisk
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/growpart?expand=0&rev=4