From 0badd661fea750639c87e0fbeeec1a7badd8fa59 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Oct 19 2009 19:23:33 +0000 Subject: - Tell dracut not to ask for LUKS passwords or activate mdraid sets - Silence the /etc/modprobe.conf deprecation warning --- diff --git a/.cvsignore b/.cvsignore index 0c8f8d0..aebd4fc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-028.tar.bz2 +livecd-tools-029.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index f1321e3..c95ce6f 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -4,12 +4,13 @@ Summary: Tools for building live CDs Name: livecd-tools -Version: 028 +Version: 029 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://git.fedorahosted.org/git/livecd Source0: %{name}-%{version}.tar.bz2 +Patch0: livecd-modprobe.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: python-imgcreate = %{version}-%{release} Requires: mkisofs @@ -51,6 +52,7 @@ like live image or appliances. %prep %setup -q +%patch0 -p1 %build make @@ -81,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Mon Oct 19 2009 Warren Togami - 029-1 +- Tell dracut not to ask for LUKS passwords or activate mdraid sets +- Silence the /etc/modprobe.conf deprecation warning + * Wed Sep 16 2009 Warren Togami - 028-1 - Fix LiveUSB with live images - Fix display of free space during livecd-iso-to-disk error (farrell) diff --git a/sources b/sources index bc8b0be..d8ef0d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc6acb74d1cd29a1e33faa1d3c40121e livecd-tools-028.tar.bz2 +3f27a366e72a14ca177502b13ddc0491 livecd-tools-029.tar.bz2