#463 Move back grubby to @core group
Merged 4 years ago by pbrobinson. Opened 4 years ago by javierm.
javierm/fedora-comps master  into  master

file modified
+1 -1
@@ -606,6 +606,7 @@ 

        <packagereq type="mandatory">e2fsprogs</packagereq>

        <packagereq type="mandatory">filesystem</packagereq>

        <packagereq type="mandatory">glibc</packagereq>

+       <packagereq type="mandatory">grubby</packagereq>

        <packagereq type="mandatory">hostname</packagereq>

        <packagereq type="mandatory">iproute</packagereq>

        <packagereq type="mandatory">iputils</packagereq>
@@ -5305,7 +5306,6 @@ 

        <packagereq>fpaste</packagereq>

        <packagereq>fprintd-pam</packagereq>

        <packagereq>gnupg2</packagereq>

-       <packagereq>grubby</packagereq>

        <packagereq>hunspell</packagereq>

        <packagereq>iptstate</packagereq>

        <packagereq>irqbalance</packagereq>

file modified
+1 -1
@@ -606,6 +606,7 @@ 

        <packagereq type="mandatory">e2fsprogs</packagereq>

        <packagereq type="mandatory">filesystem</packagereq>

        <packagereq type="mandatory">glibc</packagereq>

+       <packagereq>type="mandatory">grubby</packagereq>

        <packagereq type="mandatory">hostname</packagereq>

        <packagereq type="mandatory">iproute</packagereq>

        <packagereq type="mandatory">iputils</packagereq>
@@ -5295,7 +5296,6 @@ 

        <packagereq>fpaste</packagereq>

        <packagereq>fprintd-pam</packagereq>

        <packagereq>gnupg2</packagereq>

-       <packagereq>grubby</packagereq>

        <packagereq>hunspell</packagereq>

        <packagereq>iptstate</packagereq>

        <packagereq>irqbalance</packagereq>

This package used to be in the @core group since it was needed for kernel
installs, but was moved to the @standard group since isn't needed anymore.

The package is still needed though to install kernels from source, since
it ships the installkernel script that is invoked by the kernel Makefile.

It also has a grubby script that allows to choose a default kernel, change
the kernel command line parameters and manage the boot entries in general.

But the @standard group is not included in all the products and spins. For
example is not included in the Fedora Workstation Product.

So move the grubby package again to the @core group and make it mandatory,
since still provides essential functionality and should always be present.

Reported-by: Hans de Goede hdegoede@redhat.com
Signed-off-by: Javier Martinez Canillas javierm@redhat.com

We are in F32 Beta Freeze, please an freeze exception to merge this PR

https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process

rebased onto e221130

4 years ago

Pull-Request has been merged by pbrobinson

4 years ago
Metadata