Commit Graph

2205 Commits

Author SHA1 Message Date
Kevin Fenzi ec43a9d960 games: drop retired games to make image compose again.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-10-17 10:53:24 -07:00
Ankur Sinha (Ankur Sinha Gmail) 2ec3666f2b
Rename to use underscore in spin name 2019-10-15 20:18:44 +01:00
Ankur Sinha (Ankur Sinha Gmail) 884ddd5de0
Add NeuroFedora Comp Neuro Lab image kickstart files 2019-10-15 20:13:12 +01:00
Kevin Fenzi 8c6e7e058c Merge #585 `Remove sparkleshare due to built failure` 2019-10-06 20:45:00 +00:00
Rich Mattes af776dd5e7 robotics: Replace eclipse with qtcreator
Replace the Eclipse launcher shortcut with qtcreator.

Signed-off-by: Rich Mattes <richmattes@gmail.com>
2019-10-06 20:43:36 +00:00
Luya Tshimbalanga 3bffc3c4bb
Remove sparkleshare due to built failure 2019-10-06 13:32:36 -07:00
Paul Whalen d1b3ca0331 Remove libvirt, gnome-boxes from armhfp
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2019-09-26 21:43:39 -04:00
chris b05c6352f2 remove legacy swap
Now that Anaconda enables swap on zram by default, we don't need to
enable any legacy swap LVs or partitions. But per conversation with
livecd-tools, keep the activation of swapfile created by
'livecd-iso-to-disk --swap-size-mb'

https://github.com/rhinstaller/anaconda/pull/2039
https://github.com/livecd-tools/livecd-tools/issues/133
2019-09-24 14:52:40 -06:00
Chris Murphy d9ee9210ba bump the root filesystem size
a. pre-empt future compose failure due to running out of space
b. existing l-i-t-d persistent root feature depends on the free space on this file system, right now free space is just under 650M and is a bit tight
c. fairly certain free space dropping below 90% is why I'm running into https://bugzilla.redhat.com/show_bug.cgi?id=1715699
2019-09-24 13:46:24 -06:00
Luya Tshimbalanga 1165ca1ca3
Design Suite: use f31-backgrounds extra and reinstate sparkleshare 2019-09-23 20:39:38 -07:00
Miro Hrončok 8a0be31d1e Remove Python 2.7 and 3.7 from the Python Clasroom Lab 2019-09-18 16:46:41 +02:00
Kevin Fenzi 167f153f01 Merge #573 `Cinnamon - Update to F31 backgrounds` 2019-09-09 17:38:49 +00:00
Kevin Fenzi 43324fc367 Merge #572 `Replace x86-specific packages with a group for arch-agnosticism` 2019-09-09 17:37:43 +00:00
Peter Robinson efe341f94e IoT: remove initial-setup config options
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2019-09-09 15:00:57 +01:00
Dan Book 2306fb4f0c Cinnamon - Update to F31 backgrounds 2019-09-04 05:10:27 +00:00
dftxbs3e 363ab2c3ae Replace x86-specific packages with a group for arch-agnosticism
Signed-off-by: dftxbs3e <dftxbs3e@free.fr>
2019-08-31 18:13:41 +02:00
Kevin Fenzi 98d51b300a libcrypt was dropped a while back.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-08-30 23:46:53 -07:00
Peter Robinson 131fea8a69 IoT: Update gpg key config
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2019-08-30 07:17:56 +01:00
Adam Williamson f83d5db0d4 Include fedora-release-kde in fedora-kde-common (#1720311)
As per https://bugzilla.redhat.com/show_bug.cgi?id=1720311 , no
KDE deliverables actually include fedora-release-kde, so they
are not identified as being the KDE variant at all. This change
would result in the KDE live image and ARM disk image including
fedora-release-kde.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-08-23 13:31:53 -07:00
Clement Verna 02376eae8a Explicitly install systemd in the image.
It seems that systemd is required by anaconda which wants
to setup the default target. Since dnf dependencies to systemd
was dropped in [0] we need to install it explicitly.

[0] - faa199f160?branch=master

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-08-21 13:56:55 +02:00
Paul Whalen 1463abb8d7 Add fedora-disk-xfce.ks 2019-08-13 16:09:05 -04:00
Clement Verna 472602baa9 Revert deleting the tzdata from the container base image.
This change is breaking python pytz module which
expect to find the zone.tab file in the zoneinfo
directory.
See BZ #1737013

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-08-02 19:54:50 +02:00
Clement Verna 6d9047adf4 Keep dnf history otherwise it breaks dnf.
Trying to use dnf in the latest rawhide container compose fails
with a RuntimeError: Statement: no such table: trans_item in

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-31 20:23:41 +02:00
Clement Verna a82cbd1567 Exclude langpacks-en instead of langpacks-core-en.
Langpacks-en depends on langpacks-core-en so it should
be the one we exclude.

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-30 11:16:59 +02:00
Peter Robinson e34ecb9549 Merge #554 `soas: webkit2gtk3 dropped the gtk2 plugin subppackage and now provides it.` 2019-07-29 07:50:17 +00:00
Clement Verna 447182d771 Excule langpacks-core-en from the container base image.
The base image does need to have langpacks-core-en, this has for effect
to remove the dejavu fonts from the base image.

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-29 09:33:18 +02:00
Kevin Fenzi 4a6892e633 soas: webkit2gtk3 dropped the gtk2 plugin subppackage and now provides it.
If we keep excluding this here, it excludes the entire webkit2gtk3
package, which makes the image not compose at all. See:
https://koji.fedoraproject.org/koji/taskinfo?taskID=36636184

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-07-28 17:10:58 -07:00
Clement Verna e8fd539b8c Remove not needed files from the container base image.
This brings some of the fedora-minimal optimization to the fedora
base image. We remove the timezones info, default fonts and some
logs.

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-26 08:55:02 +02:00
Igor Gnatenko 1c39c0adb0
Do not install weak deps in containers
Those are pretty useless in containers. People want small containers and
if something extra is needed, they are going to install it. There is no
point in having python3-unbound or rpm-plugin-systemd-inhibit in there…

Closes: https://pagure.io/releng/issue/8530
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-07-22 18:56:49 +02:00
Kevin Fenzi f8d32ac4b5 Merge #545 `Unify obtaining 'relesever'` 2019-07-20 15:47:56 +00:00
Kevin Fenzi fea3820100 Revert "Enable zram-swap on all the workstation installations"
This reverts commit 18428f225b.
2019-07-20 08:46:47 -07:00
Peter Robinson 30647569da Merge #549 `design-suite: temporarily remove sparkleshare` 2019-07-20 10:49:03 +00:00
Peter Robinson b8b97d1ed9 Merge #548 `live-jam: drop ladspa-swh-plugins as it no longer exists.` 2019-07-20 10:48:40 +00:00
Luya Tshimbalanga 97d3c6d953 design-suite: temporarily remove sparkleshare
sparkleshare failed to install or update due to conflicting libraries
2019-07-20 05:36:35 +00:00
Kevin Fenzi 3b2d7b561c live-jam: drop ladspa-swh-plugins as it no longer exists.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-07-19 18:08:10 -07:00
Kevin Fenzi d23a740e86 scientific: drop root-python as it no longer exists.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-07-19 18:04:21 -07:00
Bastien Nocera 18428f225b Enable zram-swap on all the workstation installations
Compressed RAM as a swap is faster than disk. This makes most machines
more interactive when under low memory pressure, and, combined with no
disk-backed swap, reduces wear and tear on "flash" storage with limited
number of writes.
2019-07-19 16:45:43 +02:00
Damian Wrobel 68b6257e0e Unify obtaining 'relesever'
Continuation of https://pagure.io/fedora-kickstarts/c/19a7b3b113d97db14d27f6a86db3c7479453a5ea?branch=master
but across entire repository.
2019-07-17 10:55:01 +02:00
Kevin Fenzi 2976215122 Merge #543 `Do not rely on fedora-release` 2019-07-16 22:40:01 +00:00
Kevin Fenzi 704e346d9c Merge #542 `robotics: Updates to fix build` 2019-07-16 22:39:17 +00:00
Clement Verna a07f9892b1 Explicitly set the container base image locale to C.UTF-8
Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-16 19:21:25 +02:00
Damian Wrobel 19a7b3b113 Do not rely on fedora-release
fedora-release package is not installed on e.g. fedora-arm-server
which later on results in GPG key to be not installed properly.
2019-07-15 09:19:44 +02:00
Rich Mattes 1ff90f3dde robotics: Updates to fix build
Remove additional scanning packages brought in by gnome.

Un-blacklist some packages now needed by libvirt.

Signed-off-by: Rich Mattes <richmattes@gmail.com>
2019-07-14 20:50:24 -04:00
Clement Verna 9dbe324625 Setup the correct locale in the base image.
Since the base image is now using the minimal glibc langpack we need
to use the POSIX locale.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1727489

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-07 10:55:42 +02:00
Clement Verna 31e2c58081 Remove cracklib-dicts from the base container image.
This commit remove the cracklib-dicts package which provides
tests passwords to help user choose strong password. The
package is not required by any other packages.
This will save ~9MB from the base image size.

Signed-off-by: Clement Verna <cverna@tutanota.com>
2019-07-05 08:56:35 +02:00
Peter Robinson 77877f0d5a IoT: cleanups for F-31
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2019-07-02 14:10:00 +01:00
Dan Book dcb7b5f38a Cinnamon - add exaile 2019-06-27 12:30:52 -04:00
Kevin Fenzi 0701bfca51 Merge #529 `Make new hostname take effect immediately` 2019-06-24 20:35:37 +00:00
Kevin Fenzi 87f336d2bb Merge #527 `Workstation: include podman` 2019-06-24 20:34:44 +00:00
Dusty Mabe f047569f46 Merge #530 `Remove the glibc-langpack-en from the base container image.` 2019-06-18 14:44:24 +00:00