- Update to version 0.29 (bsc#998378)

+ 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
This commit is contained in:
Robert Schweikert 2016-09-13 20:58:48 +00:00 committed by Git OBS Bridge
parent b0b6709d85
commit 3203e57732
4 changed files with 25 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6da34d6cc93f34e338c9c31627008d8cf531b1f181d44982b92d52335ea5509b
size 38453

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ea1b66f5a4798c8d6eeca48d908e11169a38e943efa433b7ec5dffa907e257c
size 419396

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Sep 13 20:53:26 UTC 2016 - rjschwei@suse.com
- Update to version 0.29 (bsc#998378)
+ 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
-------------------------------------------------------------------
Tue Mar 18 20:34:46 UTC 2014 - rschweikert@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package growpart, ec2metadata
# spec file for package growpart
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,20 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: growpart
Version: 0.27
Version: 0.29
Release: 0
License: GPL-3.0
Summary: Grow a partition
URL: http://launchpad.net/cloud-util
License: GPL-3.0
Group: System/Management
Url: http://launchpad.net/cloud-utils
Source0: cloud-utils-%{version}.tar.gz
Patch: licenseGPLv3.patch
Requires: util-linux
%if 0%{?suse_version} && 0%{?suse_version} >= 1220
Requires: gptfdisk
%endif
BuildRoot: %{_tmppath}/cloud-utils-%{version}-%{release}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@ -51,7 +52,6 @@ cp man/growpart.1 %{buildroot}/%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc LICENSE-GPLv3