From 697152ab1c72f86f1f71061273c286a10ac02232 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Nov 07 2010 16:31:13 +0000 Subject: v0.5.4 --- diff --git a/.gitignore b/.gitignore index 55a3b4c..8d5230f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dracut-modules-olpc-0.3.4.tar.bz2 /dracut-modules-olpc-0.5.1.tar.bz2 /dracut-modules-olpc-0.5.2.tar.bz2 /dracut-modules-olpc-0.5.3.tar.bz2 +/dracut-modules-olpc-0.5.4.tar.bz2 diff --git a/dracut-modules-olpc.spec b/dracut-modules-olpc.spec index 85e543d..bf46ccd 100644 --- a/dracut-modules-olpc.spec +++ b/dracut-modules-olpc.spec @@ -1,6 +1,6 @@ Name: dracut-modules-olpc -Version: 0.5.3 -Release: 1%{?dist}.1 +Version: 0.5.4 +Release: 1%{?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, wireless-tools +Requires: dracut, bitfrost, mtd-utils-ubi, wireless-tools, busybox %description Dracut initramfs modules to implement OLPC-specific features, including @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 7 2010 Daniel Drake - 0.5.4-1 +- Add olpc-busybox module to make smaller initramfs + * Wed Sep 29 2010 jkeating - 0.5.3-1.1 - Rebuilt for gcc bug 634757 diff --git a/sources b/sources index 823afbc..a65525c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58fa21c035980c4473db8450b8e2f566 dracut-modules-olpc-0.5.3.tar.bz2 +66007f5ab2a6612888f50e8e289cd1e9 dracut-modules-olpc-0.5.4.tar.bz2