[lorax/f16] Remove dogtail from the image, as it's blocking tree composition. Related: rhbz#726743

Christopher Edward Lumens clumens at fedoraproject.org
Fri Jul 29 20:42:14 UTC 2011


commit 5ec1354ee55d6a12316d4c0041a9007730c0e91f
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Jul 29 16:22:14 2011 -0400

    Remove dogtail from the image, as it's blocking tree composition.
    Related: rhbz#726743

 lorax.spec       |    9 ++++++++-
 no-dogtail.patch |   22 ++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/lorax.spec b/lorax.spec
index cffea11..6128a9a 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -2,7 +2,7 @@
 
 Name:           lorax
 Version:        16.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
@@ -10,6 +10,8 @@ License:        GPLv2+
 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
+
 BuildRequires:  python2-devel
 Requires:       python-mako
 Requires:       gawk
@@ -41,6 +43,7 @@ Lorax is a tool for creating the anaconda install images.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 
@@ -61,6 +64,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Fri Jul 29 2011 Chris Lumens <clumens at redhat.com> 16.4-2
+- Remove dogtail from the image, as it's blocking tree composition.
+  Related: rhbz#726743
+
 * Tue Jul 26 2011 Martin Gracik <mgracik at redhat.com> 16.4-1
 - Add nss libraries to the image.
 
diff --git a/no-dogtail.patch b/no-dogtail.patch
new file mode 100644
index 0000000..734df5e
--- /dev/null
+++ b/no-dogtail.patch
@@ -0,0 +1,22 @@
+diff -ruN lorax-16.4.orig//share/ramdisk.ltmpl lorax-16.4//share/ramdisk.ltmpl
+--- lorax-16.4.orig//share/ramdisk.ltmpl	2011-07-26 08:15:51.000000000 -0400
++++ lorax-16.4//share/ramdisk.ltmpl	2011-07-29 16:15:16.000000000 -0400
+@@ -64,7 +64,6 @@
+ install "dbus-x11"
+ install "dejavu-sans-fonts"
+ install "dejavu-sans-mono-fonts"
+-install "dogtail"
+ install "dump"
+ install "ethtool"
+ install "fedora-gnome-theme"
+@@ -648,10 +647,6 @@
+ remove "dmz-cursor-themes" "/usr/share/icons/dmz/*"
+ remove "dnsmasq" "/etc/rc.d/*"
+ remove "dnsmasq" "/usr/sbin/*"
+-remove "dogtail" "/usr/bin/*"
+-remove "dogtail" "/usr/share/applications/*"
+-remove "dogtail" "/usr/share/dogtail/*"
+-remove "dogtail" "/usr/share/icons/*"
+ remove "dosfstools" "/sbin/dosfsck"
+ remove "dosfstools" "/sbin/fsck.*"
+ remove "dump" "/etc/*"


More information about the scm-commits mailing list