[spin-kickstarts/F-14] New release based on F14 branch at GA release.
by Bruno Wolff III
commit bbedf4419dd2a545ce51079f1008e066e34f90df
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Sun Oct 31 08:21:24 2010 -0500
New release based on F14 branch at GA release.
configure.ac | 2 +-
spin-kickstarts.spec.in | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5e0d059..4ae753b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([spin-kickstarts], 0.14.4)
+AC_INIT([spin-kickstarts], 0.14.5)
AC_SUBST([RELEASE], 1)
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
diff --git a/spin-kickstarts.spec.in b/spin-kickstarts.spec.in
index fe9c845..639310d 100644
--- a/spin-kickstarts.spec.in
+++ b/spin-kickstarts.spec.in
@@ -76,6 +76,15 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{name}/l10n/README
%changelog
+* Sun Oct 31 2010 Bruno Wolff III <bruno(a)wolff.to> - 0.14.5-1
+- Patches are upstream now and there is one lxde change.
+
+* Wed Oct 20 2010 Jesse Keating <jkeating(a)redhat.com> - 0.14.4-3
+- Include patchs to scrub xfce and more kernel-PAE* from the media
+
+* Wed Oct 20 2010 Bruno Wolff III <bruno(a)wolff.to> 0.14.4-2
+- Include changes to get desktop cd under size.
+
* Tue Oct 19 2010 Jesse Keating <jkeating(a)redhat.com> 0.14.4-1
- Fix i386 split CD install media by scrubbing kernel-PAE
12 years, 7 months
[spin-kickstarts] little fix - backgroundimage was not working
by Joerg Simon
commit fda5000b76afba3f09d2abfb2b519a25b03ab498
Author: Joerg (kital) Simon <jsimon(a)fedoraproject.org>
Date: Thu Oct 28 21:31:50 2010 +0200
little fix - backgroundimage was not working
fedora-livecd-security.ks | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index 0fe8baa..7dabcf2 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -23,7 +23,7 @@
%packages
#GUI Stuff
-@lxde
+@lxde-desktop
lxlauncher
obconf
lxdm
@@ -308,7 +308,7 @@ cat >> /etc/rc.d/init.d/livesys << EOF
cat > /etc/xdg/lxsession/LXDE/autostart << FOE
/usr/libexec/gam_server
@lxpanel --profile LXDE
-@pcmanfm2 --desktop --profile lxde
+@pcmanfm --desktop --profile lxde
@pulseaudio -D
FOE
12 years, 7 months
[spin-kickstarts] modified to work well with F14
by Joerg Simon
commit 9f842088de814e35b6dfd21cc99e408b14471247
Author: Joerg (kital) Simon <jsimon(a)fedoraproject.org>
Date: Wed Oct 27 15:43:07 2010 +0200
modified to work well with F14
fedora-livecd-security.ks | 82 +++++++++++++++++++++++++++++----------------
1 files changed, 53 insertions(+), 29 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index c6cee33..0fe8baa 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -22,8 +22,35 @@
%include fedora-live-minimization.ks
%packages
+#GUI Stuff
+@lxde
+lxlauncher
+obconf
+lxdm
+xarchiver
+gnome-bluetooth
+alsa-plugins-pulseaudio
+system-config-printer
+gmixer
+lxmusic
+asunder
+hal-storage-addon
+xcompmgr
+xdg-user-dirs-gtk
+perl-File-MimeInfo
+gnome-keyring-pam
+gnome-packagekit*
+-kpackagekit
+-polkit-gnome
+-polkit-kde
+notification-daemon
+-xfce4-notifyd
+metacity
+gigolo
+
# internet
+firefox
midori
claws-mail
@@ -37,23 +64,14 @@ yum-utils
yum-presto
# dictionaries are big
-#-aspell-*
-#-hunspell-*
-#-man-pages-*
-#-words
+-aspell-*
+-hunspell-*
+-man-pages-*
+-words
# more fun with space saving
-gimp-help
-#GUI Stuff
-@lxde
-Thunar
-thunar-volman
-xarchiver
-gnome-bluetooth
-alsa-plugins-pulseaudio
-pavucontrol
-system-config-printer
# pam-fprint causes a segfault in LXDM when enabled
-fprintd-pam
@@ -64,6 +82,28 @@ system-config-printer
-sendmail
ssmtp
-acpid
+-system-config-boot
+-system-config-lvm
+-system-config-network
+-system-config-rootpassword
+-policycoreutils-gui
+
+# Useful tools
+lsof
+scrot
+epdfview
+
+# Other necessary components
+screen
+#desktop-backgrounds-basic
+feh
+vim-enhanced
+gnome-menus
+gnome-terminal
+
+# make sure debuginfo doesn't end up on the live image
+-*debug
+
###################### Security Stuffs ############################
security-menus
@@ -252,22 +292,6 @@ ophcrack
medusa
-# Useful tools
-lsof
-scrot
-epdfview
-
-# Other necessary components
-screen
-desktop-backgrounds-basic
-feh
-vim-enhanced
-gnome-menus
-gnome-terminal
-PolicyKit-gnome
-
-# make sure debuginfo doesn't end up on the live image
--*debug
%end
%post
12 years, 7 months
[spin-kickstarts] include fedora-livecd-desktop.ks and update haskell packages
by Jens Petersen
commit b83a8b871d9edc16e18f951da557a5b9681cdcb6
Author: Jens Petersen <petersen(a)redhat.com>
Date: Wed Oct 27 13:44:57 2010 +1000
include fedora-livecd-desktop.ks and update haskell packages
Add emacs-haskell-mode and xmobar. ghc-*-doc are gone.
custom/fedora-livedvd-haskell.ks | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/custom/fedora-livedvd-haskell.ks b/custom/fedora-livedvd-haskell.ks
index 4b29e96..6d18354 100644
--- a/custom/fedora-livedvd-haskell.ks
+++ b/custom/fedora-livedvd-haskell.ks
@@ -1,19 +1,17 @@
-%include ../fedora-live-base.ks
+%include ../fedora-livecd-desktop.ks
part / --size 6000
%packages
-@gnome-desktop
-firefox
-xchat-gnome
@haskell
cpphs
ghc-*-devel
-ghc-*-doc
hugs98*
+xmobar
+xmonad
@development-tools
@fedora-packager
devhelp
-emacs
-xmonad
+emacs-haskell-mode
+xchat-gnome
%end
12 years, 7 months
[spin-kickstarts/F-14] LXDE: include gnome-keyring-pam (#643435)
by Christoph Wickert
commit 8b9397c3caa4ca86095f518f0c5e154a42c89c29
Author: Christoph Wickert <cwickert(a)fedoraproject.org>
Date: Tue Oct 26 18:00:50 2010 +0200
LXDE: include gnome-keyring-pam (#643435)
fedora-livecd-lxde.ks | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index f1d443c..2911eff 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -61,6 +61,8 @@ xdg-user-dirs-gtk
perl-File-MimeInfo
# pam-fprint causes a segfault in LXDM when enabled
-fprintd-pam
+# needed for automatic unlocking of keyring (#643435)
+gnome-keyring-pam
# make sure kpackagekit doesn't end up the LXDE live images
gnome-packagekit*
12 years, 7 months
[spin-kickstarts] LXDE: include gnome-keyring-pam (#643435)
by Christoph Wickert
commit 37cfe1190c73a38fed557e126746df175b13b208
Author: Christoph Wickert <cwickert(a)fedoraproject.org>
Date: Tue Oct 26 17:40:57 2010 +0200
LXDE: include gnome-keyring-pam (#643435)
fedora-livecd-lxde.ks | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index f3f2ec7..a648f18 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -61,6 +61,8 @@ xdg-user-dirs-gtk
perl-File-MimeInfo
# pam-fprint causes a segfault in LXDM when enabled
-fprintd-pam
+# needed for automatic unlocking of keyring (#643435)
+gnome-keyring-pam
# make sure kpackagekit doesn't end up the LXDE live images
gnome-packagekit*
12 years, 7 months
Spins SIG meeting 2010-10-25
by Bruno Wolff III
Assuming that F14 is declared gold tomorrow, this is the last meeting until
the future of spins SIG is discussed at the fall FUDCON.
Meeting started by brunowolff at 20:59:28 UTC. The full logs are
available at
http://meetbot.fedoraproject.org/fedora-meeting/2010-10-25/spins-sig.2010...
.
Meeting summary
---------------
* Who's here? (brunowolff, 20:59:57)
* spin status (brunowolff, 21:00:18)
* ACTION: nirik will switch nightly composes back to using rawhide
after the F14 release. (brunowolff, 21:02:24)
* QA (brunowolff, 21:02:40)
* LINK:
https://fedoraproject.org/wiki/Test_Results:Fedora_14_Final_RC1_Desktop
looks pretty awesome (adamw, 21:05:39)
* spins at fudcon (brunowolff, 21:09:43)
* future meetings (brunowolff, 21:12:32)
* ACTION: brunowolff will note no meetings until after fudcon assuming
F14 release is gold tomorrow. (brunowolff, 21:14:37)
* other stuff? (brunowolff, 21:15:15)
Meeting ended at 21:16:53 UTC.
Action Items
------------
* nirik will switch nightly composes back to using rawhide after the F14
release.
* brunowolff will note no meetings until after fudcon assuming F14
release is gold tomorrow.
12 years, 7 months