Where are the remaining F19 spins?
by Christoph Wickert
Hi,
back in April we discussed the F19 spins and it was widely agreed that
http://fedoraproject.org/wiki/Releases/19/Spins is the canonical list of
approved spins that need to be produced. However this doesn't seem to be
the case, I only see the desktop spins. In fact, that is not even true
given that I cannot find MATE either.
What does the spins SIG need to do in order to get the remaining spins?
Kind regards,
Christoph
10 years, 5 months
new comps feature pushed
by Bill Nottingham
Recently landed in yum/anaconda is the ability for an installation
environment's add-on groups to be selected by default when that environment
is selected for installation.
(related to https://bugzilla.redhat.com/show_bug.cgi?id=924061)
This is done by changing the option entry in comps from:
<groupid>foo</groupid>
to:
<groupid default="true">foo</groupid>
I'm sending this to the spins sigs, because certain spins might
want to change their environment that's used by anaconda to take
advantage of this. For example, the XFCE spin includes the
@xfce-apps and @xfce-media groups as part of their mandatory groups;
they could be moved to just being default options. Similarly, the
LXDE spin could mark some of their options (lxde-apps, lxde-office, etc)
to be selected by default when LXDE is selected.
Just FYI, and sorry about the delays (the yum build was in updates-testing
until the beta freeze was over.). Note that due to string freeze we
really can't create *new* groups to take advantage of this for F19.
Bill
10 years, 6 months
[spin-kickstarts/f19] design: revert to live-desktop inclusion and comment custom desktop entry
by Luya Tshimbalanga
commit bc20cff021293cc5ef676e84e26e04368cd08a77
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Fri May 31 00:23:00 2013 -0700
design: revert to live-desktop inclusion and comment custom desktop entry
fedora-live-design-suite.ks | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 6bd06c5..cbdb50b 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -7,7 +7,7 @@
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
-%include fedora-livecd-desktop.ks
+%include fedora-live-desktop.ks
#DVD size partition
part / --size 8192
@@ -89,28 +89,28 @@ overpass-fonts
%end
-%post
+#%post
#Include favorite design applications
-cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
-[org.gnome.shell]
-favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'scribus.desktop', 'nautilus.desktop', 'anaconda.desktop']
-FOE
+#cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
+#[org.gnome.shell]
+#favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'scribus.desktop', 'nautilus.desktop', 'anaconda.desktop']
+#FOE
# Add link to the Inkscape Course
-cat >> /usr/share/applications/inkscape-course.desktop << FOE
-[Desktop Entry]
-Name=Introduction To Inkscape
-GenericName=Inkscape Course
-Comment=Materials from Máirín Duffy's Inkscape Class
-Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
-Type=Application
-Icon=fedora-logo-icon
-Categories=Graphics;Documentation;
-FOE
-chmod a+x /usr/share/applications/inkscape-course.desktop
-
-EOF
-
-%end
+#cat >> /usr/share/applications/inkscape-course.desktop << FOE
+#[Desktop Entry]
+#Name=Introduction To Inkscape
+#GenericName=Inkscape Course
+#Comment=Materials from Máirín Duffy's Inkscape Class
+#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
+#Type=Application
+#Icon=fedora-logo-icon
+#Categories=Graphics;Documentation;
+#FOE
+#chmod a+x /usr/share/applications/inkscape-course.desktop
+
+#EOF
+
+#%end
10 years, 6 months
[spin-kickstarts] design: revert to live-desktop inclusion and comment custom desktop entry
by Luya Tshimbalanga
commit 244b6729d11238f83037466b71aedeaea743408c
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Thu May 30 21:53:13 2013 -0700
design: revert to live-desktop inclusion and comment custom desktop entry
fedora-live-design-suite.ks | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 662ab2d..fcd9fe1 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -7,7 +7,7 @@
# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
# - Previous maintainer Sebastian Dziallas
-%include fedora-livecd-desktop.ks
+%include fedora-live-desktop.ks
#DVD size partition
part / --size 8192
@@ -89,22 +89,22 @@ overpass-fonts
%end
-%post
+#%post
# Add link to the Inkscape Course
-cat >> /usr/share/applications/inkscape-course.desktop << FOE
-[Desktop Entry]
-Name=Introduction To Inkscape
-GenericName=Inkscape Course
-Comment=Materials from Máirín Duffy's Inkscape Class
-Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
-Type=Application
-Icon=fedora-logo-icon
-Categories=Graphics;Documentation;
-FOE
-chmod a+x /usr/share/applications/inkscape-course.desktop
-
-EOF
-
-%end
+#cat >> /usr/share/applications/inkscape-course.desktop << FOE
+#[Desktop Entry]
+#Name=Introduction To Inkscape
+#GenericName=Inkscape Course
+#Comment=Materials from Máirín Duffy's Inkscape Class
+#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
+#Type=Application
+#Icon=fedora-logo-icon
+#Categories=Graphics;Documentation;
+#FOE
+#chmod a+x /usr/share/applications/inkscape-course.desktop
+
+#EOF
+
+#%end
10 years, 6 months
Re: [Fedora-spins] RFC 2 - Stop maintaining spec file upstream
by Christoph Wickert
Am Dienstag, den 28.05.2013, 14:51 -0700 schrieb Bruno Wolff III:
> For f20 I'd like to stop maintaining the spec file in the fedorahosted repo.
+1. Code (or content in this case) should be separated from packaging.
Best regards,
Christoph
10 years, 6 months
Re: [Fedora-spins] RFC 2 - Stop maintaining spec file upstream
by Peter Robinson
On Tue, May 28, 2013 at 10:51 PM, Bruno Wolff III <bruno(a)wolff.to> wrote:
> For f20 I'd like to stop maintaining the spec file in the fedorahosted repo.
> This doesn't really save any work with the way we are doing things now. We
> don't publish srpms from federahosted, so there doesn't seem to be a good
> reason to do this any more. It just makes it easy to accidentally clobber info
> in the fedora packages. (And arguably is more work.)
Makes sense to me.
Peter
10 years, 6 months
[spin-kickstarts/f19] Add new arm ks files to Makefile.am
by Bruno Wolff III
commit bf639d5fb8845863b01aafc1407bf035e924b632
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Tue May 28 09:01:39 2013 -0500
Add new arm ks files to Makefile.am
Makefile.am | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0fe0b47..3864a65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,11 @@
fedoradir = $(pkgdatadir)/
fedora_DATA = \
fedora-aos.ks \
+ fedora-arm-base.ks \
+ fedora-arm-minimal.ks \
+ fedora-arm-xfce.ks \
+ fedora-arm-lxde.ks \
+ fedora-arm-xbase.ks \
fedora-install-fedora.ks \
fedora-live-base.ks \
fedora-live-minimization.ks \
10 years, 6 months
[spin-kickstarts] Add new arm ks files to Makefile.am
by Bruno Wolff III
commit 8717d3ff09afe82a23d3b199548f9434dc539b26
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Tue May 28 09:01:39 2013 -0500
Add new arm ks files to Makefile.am
Makefile.am | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0fe0b47..3864a65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,11 @@
fedoradir = $(pkgdatadir)/
fedora_DATA = \
fedora-aos.ks \
+ fedora-arm-base.ks \
+ fedora-arm-minimal.ks \
+ fedora-arm-xfce.ks \
+ fedora-arm-lxde.ks \
+ fedora-arm-xbase.ks \
fedora-install-fedora.ks \
fedora-live-base.ks \
fedora-live-minimization.ks \
10 years, 6 months
[spin-kickstarts] master should use the rawhide repo instead of fedora and updates
by Bruno Wolff III
commit 4bc1777df4a565ceaac32abb5afd2176bdad99f4
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Tue May 28 08:59:55 2013 -0500
master should use the rawhide repo instead of fedora and updates
fedora-arm-base.ks | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index a508943..072246c 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -10,9 +10,9 @@ part swap --size=512 --fstype swap
part / --grow --size=6500 --fstype ext4
services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=network
-#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
-repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
+#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
10 years, 6 months