Commit Graph

65 Commits

Author SHA1 Message Date
Kamil Páral
35d36cf919 add gamemode to Fedora Workstation core
Related: https://pagure.io/fedora-workstation/issue/88
2019-02-25 15:51:08 +01:00
Kalev Lember
0fa33a42db gnome-desktop: Add adobe-source-code-pro-fonts
This is the new terminal font set in gsettings-desktop-schemas.
2019-02-22 10:49:26 +01:00
Javier Martinez Canillas
ede1686e21
Remove grubby-deprecated from @arm-tools
Most bootloaders used in Fedora already have BootLoaderSpec, but extlinux
doesn't yet. So when using extlinux the old grubby must to be installed.

The grubby-deprecated package was added to the @arm-tools group to ensure
that it will be installed on ARMv7 machines. But on aarch64 machines this
group can also be installed, which means that grubby-deprecated will be
leading to Anaconda disabling the BLS support.

Instead, the right place to solve this is in Anaconda which already does
install grubby-deprecated when the extlinux bootloader option is chosen.

That way grubby-deprecated will only be installed for ARMv7 machines, but
won't be installed in aarch64 machines that use grub2 EFI and support BLS.

Resolves: rhbz#1678843

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2019-02-20 09:57:47 +01:00
Gabriel L. Somlo
75d599242c comps-f30: electronic-lab: add python-migen package
Migen enables hardware designers to take advantage of the richness of
Python (object oriented programming, function parameters, generators,
operator overloading, libraries, etc.), to build well organized, reusable
and elegant digital hardware designs.
Also see https://src.fedoraproject.org/rpms/python-migen

Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
2019-02-18 09:28:21 -05:00
Zamir SUN
611004df18 LXQt: Remove unused package from group and add lxqt-l10n group
Fixes: RHBZ#1633225

Signed-off-by: Zamir SUN <sztsian@gmail.com>
2019-02-18 16:02:51 +08:00
Stephen Gallagher
82c575e086
Drop ansible-node
python2-dnf is no more.

Fixes: https://pagure.io/fedora-comps/pull-request/362

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-02-15 09:23:42 -05:00
Stephen Gallagher
086ad283d7
Run 'make sort'
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-02-15 09:20:03 -05:00
Fabio Valentini
0ad80222c6
pantheon-desktop: add new package switchboard-plug-sharing 2019-02-15 15:10:15 +01:00
Parag Nemade
22838496ec
comps-f30: Remove language specific support groups in favour of langpacks packages.
This is part of https://fedoraproject.org/wiki/Changes/Replace_Comps_Language_Group_With_Langpacks#Scope

Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
2019-02-14 15:38:22 +05:30
raveit65
fc9c0ba46f MATE f30: drop mate-icon-theme-faenza package 2019-02-10 11:39:22 +01:00
Peter Robinson
8f1afc3067 add new liquidio-firmware and netronome-firmware firmware packages as optional additions 2019-02-07 12:15:15 +00:00
Michal Schorm
6c82bff09d Update mysql group 2019-01-29 13:38:13 +00:00
Fabian Affolter
656b121b75 security-lab: Remove openscap-content-sectool 2019-01-23 06:04:31 +00:00
Peter Robinson
631ed36813 Merge #352 Remove packages from Sec Lab 2019-01-23 04:08:35 +00:00
Miro Hrončok
6f871b59c5 Catfish app is now provided from the catfish package
See https://src.fedoraproject.org/rpms/catfish/pull-request/2#comment-19565
2019-01-18 09:49:16 +01:00
Hans Ulrich Niedermann
5d16d40194 Add terminus-fonts-grub2 pkg to legacy-fonts group
Add the terminus-fonts-grub2 package containing the Terminus font
in the Grub2 font format (used for Grub2 themes) to the legacy-fonts
group, as the https://fedoraproject.org/wiki/Packaging:FontsPolicy
requires.
2019-01-15 17:09:47 +01:00
Kalev Lember
972028f17e Remove Evolution from Workstation
As per Workstation WG decision
https://pagure.io/fedora-workstation/issue/67
2018-12-17 15:28:33 +01:00
Michael Catanzaro
7a7917155e gnome-desktop: Remove gnome-documents
https://pagure.io/fedora-workstation/issue/83
2018-12-06 14:44:46 -06:00
Fabian Affolter
18435b68bd
Remove packages from Sec Lab 2018-12-06 18:52:22 +01:00
Stephen Gallagher
45368e0fae
Add NetworkManager-config-connectivity-fedora to Workstation
Related: RHBZ#1655995

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-12-05 08:55:24 -05:00
Stephen Gallagher
5f94809103 Merge #347 f30: add Pantheon Desktop group 2018-12-05 13:54:58 +00:00
Peng Wu
7e34f2c0e3 remove ibus-xkbc from input method group 2018-12-05 14:49:43 +08:00
Javier Martinez Canillas
f74c7196dc
Move grubby from @core to @standard
With BLS the grubby tool isn't used when new kernels are installed, since
the bootloader config files don't have to be edited anymore. But u-boot
doesn't have BLS support yet, so on ARMv7 installs the old grubby tool
needs to be installed.

That's why commit 4c2694e1d8 ("Move grubby and grubby-deprecated from
@core to @arm-tools") moved the grubby-depracted package to @arm-tools.

But it also moved the grubby package and while this isn't needed during
install on other arches, it may be useful for users to manage their boot
menu entries.

Suggested-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2018-11-29 09:45:17 +01:00
Adam Williamson
4c2694e1d8 Move grubby and grubby-deprecated from @core to @arm-tools
Adding them into @core was supposed to make them show up in some
install trees, according to the commit message, but it broke
regular BLS installs:

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

which is obviously a major problem. I *think* moving the entries
to arm-tools should ensure the packages are in the relevant trees
without breaking BLS installs.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-11-28 17:21:38 -08:00
Fabio Valentini
e4ed945eb1
f30: add Pantheon Desktop group
https://fedoraproject.org/wiki/Changes/PantheonDesktop
2018-11-29 01:16:22 +01:00
Zbigniew Jędrzejewski-Szmek
64b861b4c8
comps-f30: pull in glibc-minimal-langpack
For https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot.

glibc has Requires:glibc-langpack and Suggests:glibc-all-langpacks.
glibc-minimal-langpack has Provides:glibc-langpack, so if it is explicitly
pulled in, glibc-all-langpacks will not be installed (unless it is pulled in
through some other means).

Uses of (LANG|LC_.*)=.._..\.(UTF-8|utf8) have been either removed, or updated to
C.UTF-8, or BuildRequires: glibc-langpack-.. have been added, so it should be
OK to do this change now.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-11-28 09:40:25 -05:00
Peter Robinson
299cd1d5e3 Add grubby deprecated in and make default to ensure they're in compose trees 2018-11-26 17:43:07 +00:00
Micah Abbott
e9084b8ebc reording from make sort 2018-11-20 21:16:17 -05:00
Micah Abbott
329f2edf8d workstation-product: add policycoreutils-python-utils
This will provide `semanage` to users who want to modify the SELinux
policy of their system.

See also: https://pagure.io/workstation-ostree-config/pull-request/113
2018-11-20 21:16:17 -05:00
Michael Catanzaro
002c8f9bbb workstation-product: add type to each package
Again, the choices here are fairly arbitrary
2018-11-12 10:33:12 -06:00
Michael Catanzaro
49dcfe86b4 gnome-desktop: Add type to each package
These choices are fairly arbitrary.
2018-11-12 10:32:13 -06:00
Kevin Fenzi
79472f16f1 Merge #341 gnome-desktop: Add gnome-remote-desktop 2018-11-11 22:50:58 +00:00
Kevin Fenzi
34d6a47e26 Merge #340 remove ibus-rawcode from input method and workstation product group 2018-11-11 22:50:20 +00:00
Kevin Fenzi
929a8bb2df Merge #339 Make fedora-release-$VARIANT packages "default" 2018-11-11 22:47:18 +00:00
Fabian Affolter
313a5dc8af
Remove yum-utils from security-lab 2018-11-11 23:08:52 +01:00
Michael Catanzaro
ee4e1d1302 gnome-desktop: Add gnome-remote-desktop
The commit message is not a typo! We are adding the package named
gnome-remote-desktop to the group gnome-desktop. That is all.
2018-11-09 18:20:13 -06:00
Peng Wu
afc653ada0 remove ibus-rawcode from input method and workstation product group 2018-11-08 19:04:04 +08:00
Stephen Gallagher
658c776f85
Make fedora-release-$VARIANT packages "default"
If they are "mandatory", then attempting to install them atop a
system installed with another variant generates a conflict. A
"default" package gets ignored by DNF.

This patch is a pre-requisite to a larger effort to simplify the
variant handling in the fedora-release package.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-10-23 21:11:20 -04:00
Peter Robinson
d7faeb5736 neither initscripts or grubby are required anymore 2018-10-10 12:23:00 +01:00
Adam Williamson
576a240ff4 Run 'make sort' to fix some sort errors 2018-10-02 20:41:54 -07:00
Adam Williamson
6928aeb646 Second batch of fixes for non-existent packages
As per the previous batch, fix more references to packages that
don't exist. This should cover all the remaining 'not found on
any arch' cases. Again I tried to check the reason for all cases
and provide appropriate replacements where possible.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-10-02 19:23:03 -07:00
raveit65
bb075580e1 MATE: add mate-user-admin 2018-09-28 10:23:32 +02:00
raveit65
f33af613ff Mate f29/30: add gnome-logs 2018-09-26 09:54:52 +02:00
Mukundan Ragavan
ca8d3f026d Add gnome-keyring-pam 2018-09-25 19:29:39 -04:00
Adam Williamson
f17d7ec65e First batch of fixes for non-existent packages
There are a lot of comps entries pointing to packages that just
don't exist any more. Note that group installs don't follow
Provides: or Obsoletes: or any of that jazz, the package must
exist under the exact name listed in comps.

This is a first set of fix-ups for these (as I've been working
on it all afternoon and am tired now). I looked into the reason
why every single one does not exist any more. Some had obvious
replacements, so I used them. Some did not, so I just took them
out. These are all packages that no longer exist on *any* arch,
I'm dealing with the 'package exists on only some arches' entries
later.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-09-21 19:24:52 -07:00
Peter Robinson
19d07afc00 Merge #314 Update LxQT packages for LxQT 0.13 in F29 and F30 2018-09-21 17:54:29 +00:00
Peter Robinson
a604ff6b09 Merge #316 Python Classroom: Replace ninja-ide with mu and thonny 2018-09-21 17:54:04 +00:00
Peter Robinson
4c480ff674 Merge #319 gnome-desktop: Add chrome-gnome-shell 2018-09-21 17:53:41 +00:00
Peter Robinson
9cedf1e3bd Merge #320 Remove gstreamer1-plugin-mpg123, merged within gstreamer1-plugin-good 2018-09-21 17:53:14 +00:00
Peter Robinson
6a18ea8aa5 Merge #324 Update MATE group to use F29 backgrounds 2018-09-21 17:51:58 +00:00