- 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)

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/growpart?expand=0&rev=20
This commit is contained in:
Robert Schweikert 2023-08-02 12:17:34 +00:00 committed by Git OBS Bridge
parent 823355cba4
commit 37f83bec80
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:197c14ed7f2b566e5cd2ef03a46057d536a3e7bcb0b37a7a27fc378e691bd41d
size 62893

3
cloud-utils-0.32.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:132255cbda774834695e2912e09b9058d3281a94874be57e48f2f04f4b89ad77
size 59335

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Aug 2 12:12:05 UTC 2023 - Robert Schweikert <rjschwei@suse.com>
- 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 <rjschwei@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package growpart
#
# Copyright (c) 2020 SUSE LLC
# 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,7 +16,7 @@
#
%define base_version 0.31
%define base_version 0.32
Name: growpart
Version: %{base_version}
Release: 0
@ -43,7 +43,7 @@ partition can be expanded to take up the additional size.
%install
install -Dm0755 -t %{buildroot}%{_sbindir} bin/growpart
install -Dm0644 -t %{buildroot}%{_mandir}/man1 man/growpart.1
install -Dm0644 -t %{buildroot}/%{_defaultlicensedir}/growpart LICENSE
install -Dm0644 -t %{buildroot}/%{_defaultlicensedir}/growpart LICENSE
%files
%defattr(-,root,root,-)