[spin-kickstarts/f14/master] Include changes to get desktop cd under size.

Bruno Wolff III bruno at fedoraproject.org
Wed Oct 20 05:16:54 UTC 2010


commit d0e8e795abee62bceea210d9872258b90cc3f1f2
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Wed Oct 20 00:12:28 2010 -0500

    Include changes to get desktop cd under size.

 desktopsize.patch    |   24 ++++++++++++++++++++++++
 spin-kickstarts.spec |    7 ++++++-
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/desktopsize.patch b/desktopsize.patch
new file mode 100644
index 0000000..f4819d0
--- /dev/null
+++ b/desktopsize.patch
@@ -0,0 +1,24 @@
+diff --git a/fedora-livecd-desktop.ks b/fedora-livecd-desktop.ks
+index e1782a7..188319f 100644
+--- a/fedora-livecd-desktop.ks
++++ b/fedora-livecd-desktop.ks
+@@ -13,6 +13,9 @@
+ # Temporary list of things removed from comps but not synced yet
+ -specspo
+ 
++# Remove animated background
++-laughlin-backgrounds-animated*
++
+ # Drop the Java plugin
+ -java-1.6.0-openjdk-plugin
+ -java-1.6.0-openjdk
+@@ -71,4 +74,9 @@
+ %end
+ 
+ %post
++# Since we aren't including the animated backgrounds we should use the plain one
++.
++gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
++ -t str -s /desktop/gnome/background/picture_filename /usr/share/backgrounds/lau
++ghlin/default/laughlin.xml
+ %end
diff --git a/spin-kickstarts.spec b/spin-kickstarts.spec
index 30f8d73..cae22e5 100644
--- a/spin-kickstarts.spec
+++ b/spin-kickstarts.spec
@@ -1,11 +1,12 @@
 Name:       spin-kickstarts
 Version:    0.14.4
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    GPLv2+
 Summary:    Kickstart files and templates for creating your own Fedora Spins
 Group:      Applications/System
 URL:        http://fedorahosted.org/spin-kickstarts
 Source0:    http://fedorahosted.org/releases/s/p/%{name}/%{name}-%{version}.tar.gz
+Patch0:     desktopsize.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:  noarch
 Requires:   fedora-kickstarts
@@ -42,6 +43,7 @@ Localized versions of kickstarts for localized spins
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -76,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/%{name}/l10n/README
 
 %changelog
+* Wed Oct 20 2010 Bruno Wolff III <bruno at wolff.to> 0.14.4-2
+- Include changes to get desktop cd under size.
+
 * Tue Oct 19 2010 Jesse Keating <jkeating at redhat.com> 0.14.4-1
 - Fix i386 split CD install media by scrubbing kernel-PAE
 


More information about the scm-commits mailing list