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-----
5 years
[PATCH master, f23, f22] fedora-live-base.ks: enable ModemManager service
by David Ward
The ModemManager package is already installed for all live images;
it should be enabled so users can connect to WWAN right after boot
using the NetworkManager applet.
Signed-off-by: David Ward <david.ward(a)ll.mit.edu>
---
fedora-live-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 357b61f..0d38791 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -15,7 +15,7 @@ selinux --enforcing
firewall --enabled --service=mdns
xconfig --startxonboot
part / --size 4096 --fstype ext4
-services --enabled=NetworkManager --disabled=network,sshd
+services --enabled=NetworkManager,ModemManager --disabled=network,sshd
%include fedora-repo.ks
--
1.7.1
8 years, 3 months
[spin-kickstarts] atomic-installer: Use https by default
by Colin Walters
commit f2c71083fe3ea4e50b518cb8ad5b8e6a02546455
Author: Colin Walters <walters(a)verbum.org>
Date: Wed Aug 26 15:22:25 2015 -0400
atomic-installer: Use https by default
Similar to https://git.fedorahosted.org/cgit/spin-kickstarts.git/commit/?id=1e408e11...
atomic-installer/lorax-configure-repo.tmpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atomic-installer/lorax-configure-repo.tmpl b/atomic-installer/lorax-configure-repo.tmpl
index d9f9803..9ad94dc 100644
--- a/atomic-installer/lorax-configure-repo.tmpl
+++ b/atomic-installer/lorax-configure-repo.tmpl
@@ -4,5 +4,5 @@
<%page args="ostree_osname, ostree_ref"/>
append usr/share/anaconda/interactive-defaults.ks "ostreesetup --nogpg --osname=${ostree_osname} --remote=${ostree_osname} --url=file:////run/install/repo/content/repo --ref=${ostree_ref}\n"
append usr/share/anaconda/interactive-defaults.ks "services --disabled cloud-init,cloud-config,cloud-final,cloud-init-local\n"
-append usr/share/anaconda/interactive-defaults.ks "%post --erroronfail\nrm -f /etc/ostree/remotes.d/${ostree_osname}.conf\nostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/22/'\n%end\n"
+append usr/share/anaconda/interactive-defaults.ks "%post --erroronfail\nrm -f /etc/ostree/remotes.d/${ostree_osname}.conf\nostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/22/'\n%end\n"
8 years, 3 months
[spin-kickstarts/f23] Scientific: Comment out scilab for now.
by Amit Saha
commit 2ee3dfa33d47e4eab356ea47dfa6e0884019ec53
Author: Amit <amitksaha(a)fedoraproject.org>
Date: Fri Aug 21 23:50:44 2015 +1000
Scientific: Comment out scilab for now.
fedora-live-scientific_kde.ks | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-scientific_kde.ks b/fedora-live-scientific_kde.ks
index 893f34b..479687d 100644
--- a/fedora-live-scientific_kde.ks
+++ b/fedora-live-scientific_kde.ks
@@ -21,9 +21,9 @@ part / --size 12288
@engineering-and-scientific
# scilab
-scilab
-scilab-devel
-scilab-doc
+#scilab
+#scilab-devel
+#scilab-doc
# sagemath
# BZ #1006230 should fix this
8 years, 3 months
[spin-kickstarts] scientific: pvm is retired
by Amit Saha
commit 3543c6c06a235cbf51bfbe20db7b65fe03135750
Author: Amit <amitksaha(a)fedoraproject.org>
Date: Mon Aug 17 22:15:07 2015 +1000
scientific: pvm is retired
fedora-live-scientific_kde.ks | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-scientific_kde.ks b/fedora-live-scientific_kde.ks
index 84f24c7..893f34b 100644
--- a/fedora-live-scientific_kde.ks
+++ b/fedora-live-scientific_kde.ks
@@ -110,8 +110,6 @@ pdfshuffler
openmpi
openmpi-devel
valgrind-openmpi
-pvm
-pvm-gui #will install 'pvm' as well
libgomp
python-pp
mpi4py-openmpi
8 years, 3 months
[spin-kickstarts/f23] scientific: pvm is retired
by Amit Saha
commit 6cbd02ead6c49df2d1130a0fc35389486c94962a
Author: Amit <amitksaha(a)fedoraproject.org>
Date: Mon Aug 17 22:15:07 2015 +1000
scientific: pvm is retired
fedora-live-scientific_kde.ks | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-scientific_kde.ks b/fedora-live-scientific_kde.ks
index 84f24c7..893f34b 100644
--- a/fedora-live-scientific_kde.ks
+++ b/fedora-live-scientific_kde.ks
@@ -110,8 +110,6 @@ pdfshuffler
openmpi
openmpi-devel
valgrind-openmpi
-pvm
-pvm-gui #will install 'pvm' as well
libgomp
python-pp
mpi4py-openmpi
8 years, 3 months
Short question
by Luya Tshimbalanga
I noticed alpha release of Design Suite for Fedora 23 did not make it
although it is alpha of Alpha-TC2. The spin is very much ready for beta
release but do I have to wait for Fedora 24.
The lack of status update on the wiki
https://fedoraproject.org/wiki/Releases/23/Spins on other spins for
Alpha release seems troublesome. Can they get pushed for the beta release?
Thanks.
--
Luya Tshimbalanga
Graphic & Web Designer
E: luya(a)fedoraproject.org
W: http://www.coolest-storm.net
8 years, 3 months
[spin-kickstarts/f23] design-suite: temporarily removal of luxrender-blender due to broken dependency (rhbz #1253408)
by Luya Tshimbalanga
commit 9e4639836a553008189266da3e41f89571ea28b7
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Thu Aug 13 09:26:35 2015 -0700
design-suite: temporarily removal of luxrender-blender due to broken dependency (rhbz #1253408)
fedora-live-design_suite.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks
index ba20daa..a527513 100644
--- a/fedora-live-design_suite.ks
+++ b/fedora-live-design_suite.ks
@@ -15,7 +15,7 @@ part / --size 8192
%packages
# graphics
blender
-LuxRender-blender
+# LuxRender-blender
YafaRay-blender
bluefish
colord-extra-profiles
8 years, 3 months