The grub2-pc package doesn't seem to do anything except provide a broken link in /etc to grub2.cfg...

 ll /etc/grub2.cfg
lrwxrwxrwx. 1 root root 22 May 20 12:19 /etc/grub2.cfg -> ../boot/grub2/grub.cfg

The /boot/grub2/grub.cfg must be a %ghost entry in the rpm as the file doesn't actually exist:

# rpm -ql grub2-pc
/boot/grub2/grub.cfg
/boot/loader/entries
/etc/grub2.cfg

The description from the info about the package is also useless:

The GRand Unified Bootloader (GRUB) is a highly configurable and
customizable bootloader with modular architecture.  It supports a rich
variety of kernel formats, file systems, computer architectures and
hardware devices.

This subpackage provides support for %{1} systems.
---

It only has the standard description and a line with a variable that's no longer getting expanded.

I removed it from my system and I'm about to reboot :)

Thanks,
Richard