[dracut-modules-olpc] add dep on wireless-tools

Daniel Drake dsd at fedoraproject.org
Sat Sep 11 15:39:11 UTC 2010


commit 8231ac8d588992e15a0659f583f5b83e3c883cfe
Author: Daniel Drake <dsd at laptop.org>
Date:   Sat Sep 11 09:41:10 2010 -0600

    add dep on wireless-tools

 dracut-modules-olpc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dracut-modules-olpc.spec b/dracut-modules-olpc.spec
index f923745..a41256a 100644
--- a/dracut-modules-olpc.spec
+++ b/dracut-modules-olpc.spec
@@ -1,6 +1,6 @@
 Name:		dracut-modules-olpc
 Version:	0.5.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	OLPC modules for dracut initramfs
 
 Group:		System Environment/Base
@@ -10,7 +10,7 @@ Source0:	http://dev.laptop.org/~dsd/dracut-modules-olpc/%{name}-%{version}.tar.b
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	Pyrex, zlib-devel, python-devel, netpbm-progs
-Requires:		dracut, bitfrost, mtd-utils-ubi
+Requires:		dracut, bitfrost, mtd-utils-ubi, wireless-tools
 
 %description
 Dracut initramfs modules to implement OLPC-specific features, including
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 11 2010 Daniel Drake <dsd at laptop.org> - 0.5.2-2
+- Add missing dep on wireless-tools
+
 * Thu Sep  2 2010 Daniel Drake <dsd at laptop.org> - 0.5.2-1
 - Add ubifs boot support
 


More information about the scm-commits mailing list