Commit Graph

4803 Commits

Author SHA1 Message Date
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 9c3bea9cf1 Merge #344 `Backport fixes for security-lab` 2018-11-11 22:52:00 +00: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
Fabian Affolter 634214b4c9
Backport fixes for security-lab 2018-11-11 23:02:07 +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
Mohan Boddu b6d2603da3 Merge #331 `xfce-utils is retired in epel7, remove it from xfce group` 2018-09-25 23:01:55 +00:00
Kevin Fenzi 68ec728837 Merge #328 `Add a little script to check for missing packages in comps` 2018-09-25 21:58:46 +00:00
Kevin Fenzi 97a205854d xfce-utils is retired in epel7, remove it from xfce group
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2018-09-25 14:54:01 -07: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
Adam Williamson b7db172dc7 Add a little script to check for missing packages in comps
It would be nice to make 'package is listed in group, but does
not exist' a fatal error (at least optionally) for dnf etc, but
we can't really do that at present because it's *not* been a
fatal error for so long that our comps have tons of stale
entries for packages that no longer exist, and also entries that
aren't properly archified for packages which only exist on some
arches. This script pokes through the comps file for current
Rawhide and identifies all (I hope) pkgreqs which specify a
package that is not actually available in current Rawhide, per
arch.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-09-21 13:09:00 -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
Peter Robinson 08b04c41af Merge #326 `Mate: add adwaita-dark theme for slick-greeter` 2018-09-21 17:51:43 +00:00
Kamil Páral b176021f0d base-x: add mesa-vulkan-drivers (F29)
Vulkan is going mainstream and it makes sense to have it installed by
default. @ajax has spoken in favor.

This has been already discussed at
https://pagure.io/fedora-comps/pull-request/318
and now that F29 Beta freeze is over, this is a patch to adjust F29 as
well.

Merges: https://pagure.io/fedora-comps/pull-request/327
2018-09-21 14:58:20 +02:00
raveit65 5e610e8065 Mate: add adwaita-dark theme for slick-greeter 2018-09-21 10:40:35 +02:00
Stephen Gallagher 8d1384ad71
Add nano to the 'editors' group
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-09-20 11:05:33 -04:00
Stephen Gallagher ddf570d5bf
Run 'make sort'
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-09-20 10:15:51 -04:00
Martin Pitt 9c9912ee2e Use cockpit metapackage, add cockpit-packagekit
The cockpit metapackage is meant to control the minimal and recommended
parts of the default installation. This replaces
cockpit-{bridge,shell,ws}.

Also add cockpit-packagekit, as that is the enabler for installing other
cockpit extensions and required packages that Cockpit can control (such
as nfs-utils, firewalld, dnf-automatic, or pcp), and provides Software
Updates, which is an important system administration task on every kind
of installation.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1628457
2018-09-20 15:54:09 +02:00
Adam Williamson 7a349d474c Update MATE group to use F29 backgrounds
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-09-17 08:40:58 -07:00
Mohan Boddu c04c59d8ee Merge #317 `MATE: update comps for f29` 2018-09-12 15:34:29 +00:00