[cloud-initramfs-tools] Require cloud-utils-growpart instead of cloud-utils

Juerg Haefliger juergh at fedoraproject.org
Mon Jun 17 14:10:55 UTC 2013


commit 6d8a1a8df47b5b48f2950af7d7570e44d8d3d19a
Author: Juerg Haefliger <juergh at gmail.com>
Date:   Mon Jun 17 10:09:50 2013 -0400

    Require cloud-utils-growpart instead of cloud-utils
    
    The growpart script is now provided in a subpackage.

 cloud-initramfs-tools.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/cloud-initramfs-tools.spec b/cloud-initramfs-tools.spec
index 7f86667..64432de 100644
--- a/cloud-initramfs-tools.spec
+++ b/cloud-initramfs-tools.spec
@@ -1,7 +1,7 @@
 Summary:	Cloud image initramfs management utilities
 Name:		cloud-initramfs-tools
 Version:	0.20
-Release:	0.3.bzr85%{?dist}
+Release:	0.4.bzr85%{?dist}
 License:	GPLv3
 Group:		System Environment/Base
 URL:		https://launchpad.net/cloud-initramfs-tools
@@ -20,14 +20,10 @@ dracut-modules-growroot: Automatically resize the root partition on first boot
 Summary:	Automatically resize the root partition on first boot
 Group:		System Environment/Base
 
-Requires:	cloud-utils
+Requires:	cloud-utils-growpart
 Requires:	dracut
 Requires:	util-linux
 
-%if 0%{?rhel}
-# Exclude EPEL architectures that don't have cloud-utils
-ExcludeArch:	i386 ppc64
-%endif
 
 %description -n dracut-modules-growroot
 This dracut module will re-write the partition table of a disk so that the
@@ -67,6 +63,10 @@ make install-epel DESTDIR=$RPM_BUILD_ROOT/%{_prefix}/share/
 
 
 %changelog
+* Mon Jun 17 2013 Juerg Haefliger <juergh at gmail.com> - 0.20-0.4.bzr85
+- Require cloud-utils-growpart (instead of cloud-utils) which provides the
+  growpart script now.
+
 * Tue May  7 2013 Juerg Haefliger <juergh at gmail.com> - 0.20-0.3.bzr85
 - Fix growroot.sh path for EPEL builds.
 


More information about the scm-commits mailing list