Blame SPECS/cloud-utils-growpart.spec

53a843
Name:		cloud-utils-growpart
231707
Version:	0.31
231707
Release:	1%{?dist}
53a843
License:	GPLv3
53a843
Group:		System Environment/Base
231707
Source0:	cloud-utils-0.31.tar.gz
53a843
URL:		https://launchpad.net/cloud-utils
53a843
Source1:	LICENSE
53a843
53a843
BuildArch:	noarch
53a843
53a843
Summary:	Script for growing a partition
53a843
53a843
Requires:	gawk
53a843
Requires:	util-linux
53a843
# gdisk is only required for resizing GPT partitions and depends on libicu
53a843
# (25MB). We don't make this a hard requirement to save some space in non-GPT
53a843
# systems.
53a843
#Requires:	gdisk
53a843
53a843
%description
53a843
This package provides the growpart script for growing a partition. It is
53a843
primarily used in cloud images in conjunction with the dracut-modules-growroot
53a843
package to grow the root partition on first boot.
53a843
53a843
%prep
686fcb
%autosetup -n cloud-utils-%{version} -p1
53a843
53a843
%build
53a843
53a843
%install
53a843
cp %{SOURCE1} LICENSE
53a843
53a843
# Create the target directories
53a843
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
53a843
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
53a843
53a843
# Install the growpart binary and man page
53a843
cp bin/growpart $RPM_BUILD_ROOT/%{_bindir}/
53a843
cp man/growpart.* $RPM_BUILD_ROOT/%{_mandir}/man1/
53a843
53a843
%files
53a843
%doc ChangeLog LICENSE
53a843
%{_bindir}/growpart
53a843
%doc %{_mandir}/man1/growpart.*
53a843
53a843
%changelog
231707
* Tue Jun 23 2020 Miroslav Rezanina <mrezanin@redhat.com> - 0.31-1
231707
- Rebase to 0.31 [bz#1846246]
231707
- Resolves: #bz#1846246
231707
  (cloud-util-growpart rebase to 0.31)
231707
686fcb
* Wed Sep 04 2019 Miroslav Rezanina <mrezanin@redhat.com> - 0.29-3
686fcb
- Fix growpart error when partition size matches partition offset
686fcb
- Resolves: rhbz#1666854
686fcb
  (growpart fails when partition start sector is the same as partition size)
686fcb
53a843
* Wed Apr 19 2017 Charalampos Stratakis <cstratak@redhat.com> - 0.29-2
53a843
- Import to RHEL 7
53a843
Resolves: rhbz#1308711
53a843
53a843
* Mon Dec 05 2016 Lars Kellogg-Stedman <lars@redhat.com> - 0.29-1
53a843
- update to 0.29
53a843
- resolves rhbz#1321373
53a843
53a843
* Tue May 10 2016 Lars Kellogg-Stedman <lars@redhat.com> - 0.28-1
53a843
- fix locale related problems in growpart script (rhbz#1327620)
53a843
  w/ rebase to 0.28
53a843
53a843
* Tue May 10 2016 Lars Kellogg-Stedman <lars@redhat.com> - 0.27-14
53a843
53a843
* Tue Mar 18 2014 Lars Kellogg-Stedman <lars@redhat.com> - 0.27-13
53a843
- suppress partx usage error
53a843
53a843
* Tue Jan 14 2014 Lars Kellogg-Stedman <lars@redhat.com> - 0.27-11
53a843
- import into RHEL
53a843