- f27: drop google-android-emoji-fonts (like in f26 and f28)
- f28: move google-noto-emoji-fonts from @workstation to @fonts
- f28: add eosrei-emojione-fonts (default color font)
Nowadays one can use systemd timers, which are significantly more
powerful.
I'd like `@core` to be closer to what we ship for Atomic Host, and
we don't currently include `cronie`.
In F27, we split out tracker-miners to a separate subpackage that's
pulled in through Recommends. We'll possibly split out
tracker/tracker-libs as well in the future.
This change makes sure that these packages are installed by default even
though we've switched to recommends instead of hard requires.
bash, obviously, affects console login as our default shell. So
does setup, because the macros from it are sourced when any
shell starts; them being badly broken could prevent shells
working at all. And selinux-policy, of course, can stop just
about *anything* working...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
I forgot about this, but there's something which likes comps
groups to be in perfect alphabetical order...@kevin ran into
some mysterious change on the compose boxes which corrected the
order of the grub2 entries after some of the changes we made
recently, which is probably to do with that. So let's fix the
recently-changed grub lines to be in proper alphabetical order.
When building the install trees, lorax doesn't follow Provides,
so even though grub2-pc, grub2-ppc64 etc. Provide grub2 and
grub2-efi-x64, grub2-efi-ia32 etc. Provide grub2-efi, they
don't get installed, and that stops installs from working.
Although it's messy, we'll just have to list all the archful
package names like this.
A number of the system-config packages have been retired, dhclient has long been
renamed to dhcp-client, and a few other packages in groups have been retired so
remove them from the lists.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>