[diskimage-builder/icehouse-epel7] Remove ramdisk element and busybox dep

Ben Nemec bnemec at fedoraproject.org
Thu Jun 5 18:20:28 UTC 2014


commit bc6e5f70faac24a1615ada25e360738b1ad747df
Author: Ben Nemec <bnemec at redhat.com>
Date:   Thu Jun 5 18:06:24 2014 +0000

    Remove ramdisk element and busybox dep

 diskimage-builder.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/diskimage-builder.spec b/diskimage-builder.spec
index 94ba61c..c6315fb 100644
--- a/diskimage-builder.spec
+++ b/diskimage-builder.spec
@@ -1,7 +1,7 @@
 Name:		diskimage-builder
 Summary:	Image building tools for OpenStack
 Version:	0.1.15
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Base
 URL:		https://launchpad.net/diskimage-builder
@@ -15,7 +15,6 @@ BuildRequires: python-pbr
 
 Requires: kpartx
 Requires: qemu-img
-Requires: busybox
 Requires: curl
 Requires: python-argparse
 Requires: python-babel
@@ -40,6 +39,9 @@ cp -vr elements/ %{buildroot}%{_datadir}/%{name}
 # explicitly remove config-applier since it does a pip install
 rm -rf %{buildroot}%{_datadir}/%{name}/elements/config-applier
 
+# explicitly remove ramdisk since it requires busybox
+rm -rf %{buildroot}%{_datadir}/%{name}/elements/ramdisk
+
 # This file is being split out of diskimage-builder, so remove it to
 # avoid conflicts with the new package.
 rm -f %{buildroot}%{_bindir}/dib-run-parts
@@ -56,6 +58,9 @@ Components of TripleO that are responsible for building disk images.
 %{_datadir}/%{name}/elements
 
 %changelog
+* Thu Jun 05 2014 Ben Nemec <bnemec at redhat.com> - 0.1.15-2
+- Remove ramdisk element and busybox dependency
+
 * Wed Apr 30 2014 Ben Nemec <bnemec at redhat.com> - 0.1.15-1
 - Update to 0.1.15
 - Remove dib-run-parts from this package


More information about the scm-commits mailing list