Compare commits

...

13 Commits

Author SHA1 Message Date
Jeroen van Meeuwen (Fedora Unity)
a7ae23d07f Update spec and bump version 2009-06-20 19:36:40 +02:00
Jeroen van Meeuwen (Fedora Unity)
82849f7f15 Fix repos still pointing at rawhide (#505262) 2009-06-20 19:29:28 +02:00
Jeroen van Meeuwen (Fedora Unity)
a6755187bc Merge branch 'F-11' of ssh://git.fedorahosted.org/git/spin-kickstarts into F-11 2009-06-17 03:01:00 +02:00
Jens Petersen
bc87e4a62c update repos to f11 and turn on f11 repos 2009-06-11 13:16:54 +10:00
Jesse Keating
dcfc14f75b Exclude packages which are causing conflicts 2009-06-02 12:16:28 -07:00
Jeroen van Meeuwen (Fedora Unity)
62f2938847 Merge branch 'F-11' of ssh://git.fedorahosted.org/git/spin-kickstarts into F-11 2009-05-20 20:53:46 +02:00
Jesse Keating
a569c1455e northern-sami-support doesn't exist anymore 2009-05-18 14:51:12 -07:00
Jeroen van Meeuwen (Fedora Unity)
d6dada676b ChangeLog in rpm spec 2009-05-16 14:00:13 +02:00
Jeroen van Meeuwen (Fedora Unity)
c12ab51657 Update Makefile (git-log becomes git log) 2009-05-16 13:58:00 +02:00
Jeroen van Meeuwen (Fedora Unity)
733e51d9b5 Bump release number for final F-11 release 2009-05-16 13:56:46 +02:00
Bill Nottingham
9f42048e37 Exclude btanks (#500715) 2009-05-13 16:03:50 -07:00
kevin
9d59f81cd2 Add a restorecon for now to fix selinux issues on boot.
A more correct fix will be commited for f12.
2009-05-13 21:29:54 +02:00
Sebastian Vahl
db39e2d912 size issues; remove kftpgrabber 2009-05-13 17:18:09 +02:00
8 changed files with 20 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ clean:
rm -f aclocal.m4 configure rm -f aclocal.m4 configure
ChangeLog: ChangeLog:
(GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) (GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
rpm: ChangeLog dist rpm: ChangeLog dist
@(rpmbuild -ta ${PACKAGE}-$(PACKAGE_VERSION).tar.gz) @(rpmbuild -ta ${PACKAGE}-$(PACKAGE_VERSION).tar.gz)

View File

@@ -1,4 +1,4 @@
AC_INIT([spin-kickstarts], 0.11.2) AC_INIT([spin-kickstarts], 0.11.4)
AC_SUBST([RELEASE], 1) 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" 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"

View File

@@ -27,16 +27,16 @@ part / --size 550 --fstype ext3 --ondisk sda
# Repositories # Repositories
# #
# To compose against the current release tree, use the following "repo" (enabled by default) # To compose against the current release tree, use the following "repo" (enabled by default)
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch
# To include updates, use the following "repo" (enabled by default) # To include updates, use the following "repo" (enabled by default)
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default) # To compose against rawhide, use the following "repo" (disabled by default)
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch #repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
# To compose against local trees, (edit and) use: # To compose against local trees, (edit and) use:
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/ #repo --name=f11 --baseurl=http://localrepo/fedora/releases/11/Everything/$basearch/os/
#repo --name=f10-updates --baseurl=http://localrepo/fedora/updates/10/$basearch/ #repo --name=f11-updates --baseurl=http://localrepo/fedora/updates/11/$basearch/
# #
# Add all the packages after the base packages # Add all the packages after the base packages

View File

@@ -10,8 +10,8 @@
#part iso --size=4998 #part iso --size=4998
# Add the repos you wish to use to compose here. At least one of them needs group data. # Add the repos you wish to use to compose here. At least one of them needs group data.
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc repo --name=release --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude btanks --exclude GConf2-dbus --exclude bluez-gnome
repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch repo --name=release-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11-source&arch=$basearch
# Package manifest for the compose. Uses repo group metadata to translate groups. # Package manifest for the compose. Uses repo group metadata to translate groups.
# (@base is added by default unless you add --nobase to %packages) # (@base is added by default unless you add --nobase to %packages)
@@ -126,7 +126,6 @@ jfsutils
@marathi-support @marathi-support
@mongolian-support @mongolian-support
@nepali-support @nepali-support
@northern-sami-support
@northern-sotho-support @northern-sotho-support
@norwegian-support @norwegian-support
@oriya-support @oriya-support

View File

@@ -18,16 +18,16 @@ part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default) # To compose against the current release tree, use the following "repo" (enabled by default)
#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=$basearch repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch
# To include updates, use the following "repo" (enabled by default) # To include updates, use the following "repo" (enabled by default)
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default) # To compose against rawhide, use the following "repo" (disabled by default)
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch #repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
# To compose against local trees, (edit and) use: # To compose against local trees, (edit and) use:
#repo --name=f10 --baseurl=http://localrepo/fedora/releases/10/Everything/$basearch/os/ #repo --name=f11 --baseurl=http://localrepo/fedora/releases/11/Everything/$basearch/os/
#repo --name=f10-updates --baseurl=http://localrepo/fedora/updates/10/$basearch/ #repo --name=f11-updates --baseurl=http://localrepo/fedora/updates/11/$basearch/
%packages %packages
@base-x @base-x

View File

@@ -22,7 +22,7 @@
-kdeedu* # kdeedu is too big for the live images, but include kdeedu-kstars -kdeedu* # kdeedu is too big for the live images, but include kdeedu-kstars
-scribus # scribus is too big for the live images -scribus # scribus is too big for the live images
-ktorrent # kget has also basic torrent features (~3 megs) -ktorrent # kget has also basic torrent features (~3 megs)
#-kftpgrabber* # konqueror is also able to browse ftp shares (~1 megs) -kftpgrabber* # konqueror is also able to browse ftp shares (~1 megs)
-kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs) -kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
#-kdegames # the removal of kdegames will free ~35 megs #-kdegames # the removal of kdegames will free ~35 megs
-kdeartwork-screensavers # screensavers are not needed on live images -kdeartwork-screensavers # screensavers are not needed on live images

View File

@@ -159,6 +159,7 @@ EOF
cat >> /etc/rc.d/init.d/livesys << EOF cat >> /etc/rc.d/init.d/livesys << EOF
chown -R liveuser:liveuser /home/liveuser chown -R liveuser:liveuser /home/liveuser
restorecon -R /home/liveuser
# disable screensaver locking # disable screensaver locking
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null

View File

@@ -34,6 +34,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@ * @DATESTAMP@ Jeroen van Meeuwen <kanarip a fedoraunity.org> @VERSION@-@RELEASE@
- Fix repos in fedora-install-fedora.ks (#505262)
* Sun May 31 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.3-1
- New release
- Removed developer spin from the mix - Removed developer spin from the mix
* Wed Mar 04 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.1-1 * Wed Mar 04 2009 Jeroen van Meeuwen <kanarip a fedoraunity.org> 0.11.1-1