Hello everyone!

I am trying to apply a patch to grub2-2.06-2.fc34 and to make a package out of it. To do so I'm using fedpkg for the most part, but when I come to the point of building the package with "fedpkg local" one of the subpackages seems missing: grub2-pc-modules.noarch
This unfortunately makes impossible to replace the whole grub package set with the newly compiled packages, as dnf rightfully complains the missing one (see below for installed vs built packages).
Weirdly enough, searching for "pc-modules" among the rpm source files does not return any result, while searching just "modules" shows some code used to build other packages (such as grub2-efi-x64-modules). It doesn't look like anything related to "pc-modules" exists in the code in the first place.
Is there something I am not doing right? I can see other .noarch subpackages are built just fine in the process.

Thanks to anyone who can help me clear this up :)

Here's a list of the grub2 related packages on my system (fresh fedora 34 installation):
```
[michele@tre grub2]$ dnf list --installed | grep grub2
grub2-common.noarch                               1:2.06-2.fc34                          @updates                 
grub2-efi-ia32.x86_64                             1:2.06-2.fc34                          @updates                 
grub2-efi-ia32-cdboot.x86_64                      1:2.06-2.fc34                          @updates                 
grub2-efi-x64.x86_64                              1:2.06-2.fc34                          @updates                 
grub2-efi-x64-cdboot.x86_64                       1:2.06-2.fc34                          @updates                 
grub2-pc.x86_64                                   1:2.06-2.fc34                          @updates                 
grub2-pc-modules.noarch                           1:2.06-2.fc34                          @updates                 
grub2-tools.x86_64                                1:2.06-2.fc34                          @updates                 
grub2-tools-efi.x86_64                            1:2.06-2.fc34                          @updates                 
grub2-tools-extra.x86_64                          1:2.06-2.fc34                          @updates                 
grub2-tools-minimal.x86_64                        1:2.06-2.fc34                          @updates
```

And here's the list of files built by "fedpkg local"
```
Wrote: /home/michele/fedpkg/grub2/grub2-2.06-2.fc34.maikeriva.src.rpm
Wrote: /home/michele/fedpkg/grub2/noarch/grub2-common-2.06-2.fc34.maikeriva.noarch.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-debuginfo-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-extra-debuginfo-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-extra-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/noarch/grub2-efi-x64-modules-2.06-2.fc34.maikeriva.noarch.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-emu-debuginfo-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-efi-ia32-cdboot-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-efi-x64-cdboot-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/noarch/grub2-efi-ia32-modules-2.06-2.fc34.maikeriva.noarch.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-debugsource-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-minimal-debuginfo-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-minimal-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-debuginfo-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-pc-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-emu-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-efi-debuginfo-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-tools-efi-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-efi-ia32-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-efi-x64-2.06-2.fc34.maikeriva.x86_64.rpm
Wrote: /home/michele/fedpkg/grub2/x86_64/grub2-emu-modules-2.06-2.fc34.maikeriva.x86_64.rpm
```