From 6a59da461c2e463be34f94a3d5f3440592fe0e13 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Aug 12 2011 18:52:16 +0000 Subject: Add libreport required packages (mgracik). Resolves: rhbz#729537 --- diff --git a/libreport.patch b/libreport.patch new file mode 100644 index 0000000..8d14262 --- /dev/null +++ b/libreport.patch @@ -0,0 +1,16 @@ +diff --git a/share/ramdisk.ltmpl b/share/ramdisk.ltmpl +index b8aa6d0..e50be53 100644 +--- a/share/ramdisk.ltmpl ++++ b/share/ramdisk.ltmpl +@@ -132,6 +132,11 @@ install "python-imaging" + install "python-volume_key" + install "rdate" + install "reiserfs-utils" ++install "libreport-gtk" ++install "libreport-newt" ++install "libreport-plugin-bugzilla" ++install "libreport-plugin-reportuploader" ++install "libreport-python" + install "rsh" + install "rsync" + install "rsyslog" diff --git a/lorax.spec b/lorax.spec index 6128a9a..a88cd04 100644 --- a/lorax.spec +++ b/lorax.spec @@ -2,7 +2,7 @@ Name: lorax Version: 16.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -11,6 +11,7 @@ URL: http://git.fedorahosted.org/git/?p=lorax.git Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2 Patch0: no-dogtail.patch +Patch1: libreport.patch BuildRequires: python2-devel Requires: python-mako @@ -44,6 +45,7 @@ Lorax is a tool for creating the anaconda install images. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build @@ -64,6 +66,10 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Fri Aug 12 2011 Chris Lumens 16.4-3 +- Add libreport required packages (mgracik). + Resolves: rhbz#729537 + * Fri Jul 29 2011 Chris Lumens 16.4-2 - Remove dogtail from the image, as it's blocking tree composition. Related: rhbz#726743