remove patch

This commit is contained in:
Warren Togami 2009-09-16 18:08:11 +00:00
parent 35920cca10
commit 80f24719bc
2 changed files with 0 additions and 15 deletions

View File

@ -1,13 +0,0 @@
diff --git a/imgcreate/live.py b/imgcreate/live.py
index 85de975..ed3d563 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -416,7 +416,7 @@ menu hiddenrow 5
def __get_image_stanza(self, is_xen, isDracut, **args):
if isDracut:
- args["rootlabel"] = "live:LABEL=%(fslabel)s" % args
+ args["rootlabel"] = "live:CDLABEL=%(fslabel)s" % args
else:
args["rootlabel"] = "CDLABEL=%(fslabel)s" % args

View File

@ -10,7 +10,6 @@ License: GPLv2
Group: System Environment/Base
URL: http://git.fedorahosted.org/git/livecd
Source0: %{name}-%{version}.tar.bz2
Patch0: livecd-tools-027-make-liveusb-work-damnit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{version}-%{release}
Requires: mkisofs
@ -52,7 +51,6 @@ like live image or appliances.
%prep
%setup -q
%patch0 -p1
%build
make