spins removed from Beta
by Dennis Gilmore
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
As Design Suite, Games and Security Spins were not signed off[1]
for Beta they have been removed from F20. They will need to reapply for
inclusion in F21.
Dennis
[1] http://fedoraproject.org/wiki/Releases/20/Spins
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJSfYtiAAoJEH7ltONmPFDR2ZMP/36WFbwSnE+uZ+TyV0kjg1R+
PCmCrbYIp2V8fsaHkXNGiKgm9UlD5N/q8IqwtduvjAqshB2ziRcuJFgD8IlDp3Y3
Dp9NfqmYEzcUx6kETB4A+Fhm4xZWvxaBJ9j4rb37MIGh4buYXMnx3AIhppBUUNqB
yrugdItbwSuaIkfF9Owx5UM9TLqtyy/cJo/5IAcZ4vDcPTeeZcoDI+OBwCiX4b8a
gObe7t7S+VgayPJxo4u+bQWTeg1zuGErfbw0h+0LrTeQarpOJfZuIArvQa4c0BcB
2Xw0FsA9A9r281ZbGPpdj0RtqmJD+x/u96gMjzLyTCouBcHJZCuIfFpiTejIcnxp
QVzA3wCwUyd2EpMQ7k/dEQRZI91Cx9F8B3HZYSWcqTe+1dwBMRlZVazaCUIAXXPc
ttluoaYif85yvc9DfxQhYWwkkC5x44CeTpjHg1dASQ2rpoxMlkUrChO9K+ywal+w
FC2apcXAvYDK1jOSffAO91R5SLdle6DwbVEmoP/UQIc/GUmkyx1YubQ1SPR73xgd
M3XmLQ1ZdAqd0PbJCwCZu8fyScRTJuL1zthvlQzaa1hAO/6f2tHJ+5BpgrkrnxnT
q8O+0xJBkwXaph5qrfz5csLyLGDrWOko+RLUjjZ3CUz/c1uTqfYvTr9YAimWKzLP
KkLvuj4JouH3tjVpRxIv
=1wrx
-----END PGP SIGNATURE-----
4 years, 6 months
[spin-kickstarts] workstation: Use the package list from workstation-packages.ks for netinstall
by Kalev Lember
commit 72304db6763362d841ebef1db7aa3e51b03862cd
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 17:42:28 2014 +0200
workstation: Use the package list from workstation-packages.ks for netinstall
https://bugzilla.redhat.com/show_bug.cgi?id=1134524
fedora-install-workstation.ks | 106 +----------------------------------------
1 files changed, 2 insertions(+), 104 deletions(-)
---
diff --git a/fedora-install-workstation.ks b/fedora-install-workstation.ks
index cfa516c..69a3ab8 100644
--- a/fedora-install-workstation.ks
+++ b/fedora-install-workstation.ks
@@ -23,6 +23,8 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
#repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
+%include fedora-workstation-packages.ks
+
# Package manifest for the compose. Uses repo group metadata to translate groups.
# (default groups for the configured repos are added by --default)
# @base got renamed to @standard, but @base is still included by default by pungi.
@@ -31,120 +33,16 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
# pungi is an inclusive depsolver so that multiple packages are brought
# in to satisify dependencies and we don't always want that. So we use
# an exclusion list to cut out things we don't want
-
-kernel*debug*
-kernel-kdump*
-kernel-tools*
--syslog-ng*
-astronomy-bookmarks
-generic*
--GConf2-dbus*
--bluez-gnome
--community-mysql*
--jruby*
# core
kernel*
-dracut-*
-
-# Desktops
-
-## common stuff
-@base-x
-@guest-desktop-agents
-@guest-agents
-@standard
-@core
-@dial-up
-@fonts
-@input-methods
-@multimedia
-@hardware-support
-@printing
-@admin-tools
-@basic-desktop
-
-## GNOME
-@firefox
-@gnome-desktop
-@epiphany
-@libreoffice
-@gnome-games
-
-## KDE
-@kde-desktop
-@kde-apps
-@kde-education
-@kde-media
-@kde-office
-
-## XFCE
-@xfce-desktop
-@xfce-apps
-@xfce-extra-plugins
-@xfce-media
-@xfce-office
-
-## LXDE
-@lxde-desktop
-@lxde-apps
-@lxde-media
-@lxde-office
-
-## SUGAR
-@sugar-desktop
-@sugar-apps
-
-## MATE
-@mate-desktop
-
-## CINNAMON
-@cinnamon-desktop
-
-# Workstation
-@eclipse
-@development-libs
-@development-tools
-@c-development
-@rpm-development-tools
-@fedora-packager
-@gnome-software-development
-@kde-software-development
-@x-software-development
-@virtualization
-@web-server
-@mongodb
-@perl-web
-@php
-@python-web
-@rubyonrails
-@mysql
-@sql-server
-@design-suite
-## Not included yet due to space concerns
-#@javaenterprise
-#@milkymist
-#@mingw32
-#@ocaml
-#@robotics-suite
-#@electronic-lab
# Things needed for installation
@anaconda-tools
-# Langpacks
-autocorr-*
-eclipse-nls-*
-hunspell-*
-hyphen-*
-calligra-l10n-*
-kde-l10n-*
-libreoffice-langpack-*
-man-pages-*
-mythes-*
--gimp-help-*
-
-# Removals
--PackageKit-zif
--zif
%end
8 years, 9 months
[spin-kickstarts] live-base: Drop a redundant package inclusion
by Kalev Lember
commit 745387e20e0c093a48a5fd50a1218a6e6e5ae155
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 16:36:07 2014 +0200
live-base: Drop a redundant package inclusion
Don't explicitly include qemu-guest-agent; it's is already listed in
@guest-desktop-agents comps group that is also pulled in to
fedora-live-base.
fedora-live-base.ks | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 15db01a..9929fb7 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -44,9 +44,6 @@ memtest86+
anaconda
@anaconda-tools
-# Make live images easy to shutdown and the like in libvirt
-qemu-guest-agent
-
%end
%post
8 years, 9 months
[spin-kickstarts/f21] workstation: Use the package list from workstation-packages.ks for netinstall
by Kalev Lember
commit 12d37364c7eabd8cc6f76389fb7ac2c1f55bd1c3
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 17:42:28 2014 +0200
workstation: Use the package list from workstation-packages.ks for netinstall
https://bugzilla.redhat.com/show_bug.cgi?id=1134524
fedora-install-workstation.ks | 106 +----------------------------------------
1 files changed, 2 insertions(+), 104 deletions(-)
---
diff --git a/fedora-install-workstation.ks b/fedora-install-workstation.ks
index 3ba1d8a..0ac874a 100644
--- a/fedora-install-workstation.ks
+++ b/fedora-install-workstation.ks
@@ -23,6 +23,8 @@
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
+%include fedora-workstation-packages.ks
+
# Package manifest for the compose. Uses repo group metadata to translate groups.
# (default groups for the configured repos are added by --default)
# @base got renamed to @standard, but @base is still included by default by pungi.
@@ -31,120 +33,16 @@ repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorl
# pungi is an inclusive depsolver so that multiple packages are brought
# in to satisify dependencies and we don't always want that. So we use
# an exclusion list to cut out things we don't want
-
-kernel*debug*
-kernel-kdump*
-kernel-tools*
--syslog-ng*
-astronomy-bookmarks
-generic*
--GConf2-dbus*
--bluez-gnome
--community-mysql*
--jruby*
# core
kernel*
-dracut-*
-
-# Desktops
-
-## common stuff
-@base-x
-@guest-desktop-agents
-@guest-agents
-@standard
-@core
-@dial-up
-@fonts
-@input-methods
-@multimedia
-@hardware-support
-@printing
-@admin-tools
-@basic-desktop
-
-## GNOME
-@firefox
-@gnome-desktop
-@epiphany
-@libreoffice
-@gnome-games
-
-## KDE
-@kde-desktop
-@kde-apps
-@kde-education
-@kde-media
-@kde-office
-
-## XFCE
-@xfce-desktop
-@xfce-apps
-@xfce-extra-plugins
-@xfce-media
-@xfce-office
-
-## LXDE
-@lxde-desktop
-@lxde-apps
-@lxde-media
-@lxde-office
-
-## SUGAR
-@sugar-desktop
-@sugar-apps
-
-## MATE
-@mate-desktop
-
-## CINNAMON
-@cinnamon-desktop
-
-# Workstation
-@eclipse
-@development-libs
-@development-tools
-@c-development
-@rpm-development-tools
-@fedora-packager
-@gnome-software-development
-@kde-software-development
-@x-software-development
-@virtualization
-@web-server
-@mongodb
-@perl-web
-@php
-@python-web
-@rubyonrails
-@mysql
-@sql-server
-@design-suite
-## Not included yet due to space concerns
-#@javaenterprise
-#@milkymist
-#@mingw32
-#@ocaml
-#@robotics-suite
-#@electronic-lab
# Things needed for installation
@anaconda-tools
-# Langpacks
-autocorr-*
-eclipse-nls-*
-hunspell-*
-hyphen-*
-calligra-l10n-*
-kde-l10n-*
-libreoffice-langpack-*
-man-pages-*
-mythes-*
--gimp-help-*
-
-# Removals
--PackageKit-zif
--zif
%end
8 years, 9 months
[spin-kickstarts/f21] live-base: Drop a redundant package inclusion
by Kalev Lember
commit 16955ef3bdcbf7f4bbf086b2fee96d570c575d62
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 16:36:07 2014 +0200
live-base: Drop a redundant package inclusion
Don't explicitly include qemu-guest-agent; it's is already listed in
@guest-desktop-agents comps group that is also pulled in to
fedora-live-base.
fedora-live-base.ks | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 15db01a..9929fb7 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -44,9 +44,6 @@ memtest86+
anaconda
@anaconda-tools
-# Make live images easy to shutdown and the like in libvirt
-qemu-guest-agent
-
%end
%post
8 years, 9 months
[spin-kickstarts] workstation: Sync groups with workstation-product-environment in comps
by Kalev Lember
commit 47e7a468e0ebf878cd006925da24570b510105f4
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 14:34:04 2014 +0200
workstation: Sync groups with workstation-product-environment in comps
fedora-workstation-packages.ks | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks
index d5c23cd..236a44f 100644
--- a/fedora-workstation-packages.ks
+++ b/fedora-workstation-packages.ks
@@ -1,8 +1,21 @@
%packages
-@firefox
-@gnome-desktop
+
+# Exclude unwanted groups that fedora-live-base.ks pulls in
+-@dial-up
+-@input-methods
+-@standard
+
+# Make sure to sync any additions / removals done here with
+# workstation-product-environment in comps
+@base-x
+@core
+@fonts
+@guest-desktop-agents
+@hardware-support
@libreoffice
+@multimedia
@networkmanager-submodules
+@printing
@workstation-product
# Exclude unwanted packages from @anaconda-tools group
8 years, 9 months
[spin-kickstarts] workstation: Rely on comps for package selection
by Kalev Lember
commit ff66f181a8d8e606e4cb67d3a5d49b1285cb0c91
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 14:17:16 2014 +0200
workstation: Rely on comps for package selection
Drop most package removals / additions from the kickstart file and rely
on the @workstation-product comps group pulling in the correct packages.
We'll need package selection done in comps in order to make Workstation
netinstall work properly.
https://bugzilla.redhat.com/show_bug.cgi?id=1134524
fedora-workstation-packages.ks | 65 +---------------------------------------
1 files changed, 1 insertions(+), 64 deletions(-)
---
diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks
index 6cb894a..d5c23cd 100644
--- a/fedora-workstation-packages.ks
+++ b/fedora-workstation-packages.ks
@@ -5,71 +5,8 @@
@networkmanager-submodules
@workstation-product
-# Workstation specific package
-firewalld-config-workstation
-
-#QT
-qt
-qt-settings
-qt-x11
-qt5-qtbase
-qt5-qtbase-gui
-qt5-qtdeclarative
-qt5-qtxmlpatterns
-
-devassistant
-scl-utils
-
-# FIXME; apparently the glibc maintainers dislike this, but it got put into the
-# desktop image at some point. We won't touch this one for now.
-nss-mdns
-
-# This one needs to be kicked out of @standard
--smartmontools
-
-# We use gnome-control-center's printer and input sources panels instead
--system-config-printer
--im-chooser
-
--aisleriot
--baobab
--biosdevname
--coolkey
--deja-dup
--dtc
--dump
--ed
--finger
--ftp
--gc
+# Exclude unwanted packages from @anaconda-tools group
-gfs2-utils
--gnu-free-fonts-common
--gnu-free-mono-fonts
--gnu-free-sans-fonts
--gnu-free-serif-fonts
--gtk2-immodule-xim
--gtk3-immodule-xim
--gtkmm24
--guile
--icedtea-web
--imsettings*
--irda-utils
--irqbalance
--isdn4k-utils
--kernel-modules-extra
--lftp
--linux-atm
--minicom
--nano
--ntsysv
--numactl
-reiserfs-utils
--rsh
--tagsoup
--talk
--telnet
--uboot-tools
--xl2tpd
--NetworkManager-l2tp
%end
8 years, 9 months
[spin-kickstarts/f21] workstation: Sync groups with workstation-product-environment in comps
by Kalev Lember
commit 9d686ac5e1c980ef6b42ec7051b55a50bf21b4c9
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 14:34:04 2014 +0200
workstation: Sync groups with workstation-product-environment in comps
fedora-workstation-packages.ks | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks
index d5c23cd..236a44f 100644
--- a/fedora-workstation-packages.ks
+++ b/fedora-workstation-packages.ks
@@ -1,8 +1,21 @@
%packages
-@firefox
-@gnome-desktop
+
+# Exclude unwanted groups that fedora-live-base.ks pulls in
+-@dial-up
+-@input-methods
+-@standard
+
+# Make sure to sync any additions / removals done here with
+# workstation-product-environment in comps
+@base-x
+@core
+@fonts
+@guest-desktop-agents
+@hardware-support
@libreoffice
+@multimedia
@networkmanager-submodules
+@printing
@workstation-product
# Exclude unwanted packages from @anaconda-tools group
8 years, 9 months
[spin-kickstarts/f21] workstation: Rely on comps for package selection
by Kalev Lember
commit 82584a7784ec5fe0fa1af5eebea6530fe51bc463
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Fri Aug 29 14:17:16 2014 +0200
workstation: Rely on comps for package selection
Drop most package removals / additions from the kickstart file and rely
on the @workstation-product comps group pulling in the correct packages.
We'll need package selection done in comps in order to make Workstation
netinstall work properly.
https://bugzilla.redhat.com/show_bug.cgi?id=1134524
fedora-workstation-packages.ks | 65 +---------------------------------------
1 files changed, 1 insertions(+), 64 deletions(-)
---
diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks
index 6cb894a..d5c23cd 100644
--- a/fedora-workstation-packages.ks
+++ b/fedora-workstation-packages.ks
@@ -5,71 +5,8 @@
@networkmanager-submodules
@workstation-product
-# Workstation specific package
-firewalld-config-workstation
-
-#QT
-qt
-qt-settings
-qt-x11
-qt5-qtbase
-qt5-qtbase-gui
-qt5-qtdeclarative
-qt5-qtxmlpatterns
-
-devassistant
-scl-utils
-
-# FIXME; apparently the glibc maintainers dislike this, but it got put into the
-# desktop image at some point. We won't touch this one for now.
-nss-mdns
-
-# This one needs to be kicked out of @standard
--smartmontools
-
-# We use gnome-control-center's printer and input sources panels instead
--system-config-printer
--im-chooser
-
--aisleriot
--baobab
--biosdevname
--coolkey
--deja-dup
--dtc
--dump
--ed
--finger
--ftp
--gc
+# Exclude unwanted packages from @anaconda-tools group
-gfs2-utils
--gnu-free-fonts-common
--gnu-free-mono-fonts
--gnu-free-sans-fonts
--gnu-free-serif-fonts
--gtk2-immodule-xim
--gtk3-immodule-xim
--gtkmm24
--guile
--icedtea-web
--imsettings*
--irda-utils
--irqbalance
--isdn4k-utils
--kernel-modules-extra
--lftp
--linux-atm
--minicom
--nano
--ntsysv
--numactl
-reiserfs-utils
--rsh
--tagsoup
--talk
--telnet
--uboot-tools
--xl2tpd
--NetworkManager-l2tp
%end
8 years, 9 months
[spin-kickstarts] workstation: Install the workstation-product group
by Kalev Lember
commit d2b1c2a323f82676062e25a17fe33acea1ff0655
Author: Kalev Lember <kalevlember(a)gmail.com>
Date: Tue Aug 26 23:24:19 2014 +0200
workstation: Install the workstation-product group
fedora-workstation-packages.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-workstation-packages.ks b/fedora-workstation-packages.ks
index a8a0ffa..6cb894a 100644
--- a/fedora-workstation-packages.ks
+++ b/fedora-workstation-packages.ks
@@ -3,6 +3,7 @@
@gnome-desktop
@libreoffice
@networkmanager-submodules
+@workstation-product
# Workstation specific package
firewalld-config-workstation
8 years, 9 months