diff --git a/cloud-utils-0.27.tar.gz b/cloud-utils-0.27.tar.gz deleted file mode 100644 index 71e0877..0000000 --- a/cloud-utils-0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6da34d6cc93f34e338c9c31627008d8cf531b1f181d44982b92d52335ea5509b -size 38453 diff --git a/cloud-utils-0.29.tar.gz b/cloud-utils-0.29.tar.gz new file mode 100644 index 0000000..b2abc96 --- /dev/null +++ b/cloud-utils-0.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea1b66f5a4798c8d6eeca48d908e11169a38e943efa433b7ec5dffa907e257c +size 419396 diff --git a/growpart.changes b/growpart.changes index 987faa0..7db99c9 100644 --- a/growpart.changes +++ b/growpart.changes @@ -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 diff --git a/growpart.spec b/growpart.spec index 0a894e0..e89e1f9 100644 --- a/growpart.spec +++ b/growpart.spec @@ -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