Compare commits

...

8 Commits
f43 ... main

Author SHA1 Message Date
Adam Williamson
3a3ed8b47d robotics: drop two more retired packages
player and stage were both retired as unmaintained orphans,
several weeks ago.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2025-11-14 13:45:45 -08:00
Adam Williamson
a7a0a92a80 robotics: drop pcl-devel, it's not installable
See https://pagure.io/fedora-comps/pull-request/1193 . I don't
know why this was listed in both the comps group and the ks.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2025-11-13 11:29:08 -08:00
raveit65
921d0847c1 add Mate spin to maintainer.toml 2025-10-01 00:00:53 +02:00
Wolfgang Ulbrich
ea689030c8 Mate: bump root size to try and fix build 2025-09-30 16:39:11 +00:00
Mamoru TASAKA
6aab50009c lxde: increase disk size for compose
Looks like f44 dracut 108 again increased
files under /boot .

So again increase disc size.
2025-09-11 16:59:48 +09:00
Adam Williamson
947627c6e4 astronomy: drop python3-ATpy
ATpy was retired:
https://src.fedoraproject.org/rpms/ATpy/c/cb5d588
the commit notes that astropy is the replacement; it's already
included, so that's fine.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2025-08-26 12:27:36 -07:00
Mattia Verga
4a19e27d9d fedora-live-astronomy_kde: remove indi-3rdparty-drivers
I'm going to stop updating indi-3rdparty-libraries and indi-3rdparty-drivers and orphaning those packages.
2025-08-24 06:20:30 +00:00
Dan Book
d56e42d0ea Cinnamon spin: drop rhythmbox and obsolete extra backgrounds, add exaile (main) 2025-08-21 02:37:38 -04:00
6 changed files with 9 additions and 12 deletions

View File

@@ -14,9 +14,6 @@ fedora-release-cinnamon
@^cinnamon-desktop-environment
@libreoffice
rhythmbox
# extra backgrounds
f36-backgrounds-extras-gnome
exaile
%end

View File

@@ -44,10 +44,10 @@ skyviewer
swarp
wcstools
# Observatory: KStars + INDI drivers
indi-3rdparty-drivers
# Observatory: KStars + INDI
indistarter
kstars
libindi
# misc. astronomy
#celestia
@@ -83,7 +83,6 @@ python3-astroML
python3-astroquery
python3-astroscrappy
python3-APLpy
python3-ATpy
python3-ccdproc
python3-fitsio
python3-gatspy

View File

@@ -11,7 +11,7 @@
%include fedora-lxde-common.ks
# increate the disk size for compose
part / --size 6144
part / --size 7168
%post
# LXDE and LXDM configuration

View File

@@ -7,7 +7,7 @@
%include fedora-mate-common.ks
%include fedora-live-minimization.ks
part / --size 8192
part / --size 9216
%post
# set livesys session type

View File

@@ -16,9 +16,6 @@ part / --size 10752
# Add robotics development packages
@robotics-suite
pcl-devel
player-devel
stage-devel
# Add version control packages
git

View File

@@ -20,6 +20,10 @@ maintainers = [ "Rex Dieter", "Marc Deop", "Neal Gompa" ]
fas = [ "grinnz" ]
maintainers = [ "Dan Book" ]
[spins.mate_compiz.x86_64]
fas = [ "raveit65" ]
maintainers = [ "Wolfgang Ulbrich" ]
[spins.lxde.x86_64]
fas = [ "cwickert", "mtasaka" ]
maintainers = [ "Christoph Wickert", "Mamoru TASAKA" ]