GNOME Bugzilla – Bug 689221
Fix express installation against Fedora 18
Last modified: 2016-03-31 13:57:23 UTC
See patch
Created attachment 230091 [details] [review] fedora,express: Don't ask for '@base' package group Apparently '@base' package group does not exist anymore in Fedora 18. Since we don't need to specify this package group explicitly for older Fedora either, we can simply drop it from the list. This fixes express installation against Fedora 18.
ACK assuming this does not cause regression with older Fedoras
(In reply to comment #2) > ACK assuming this does not cause regression with older Fedoras Thanks for looking into it. Though its now obsolete with bug#676537 fixed. For the record, I fixed this in libosnfo at the same time.
Actually we need this for 3.6: https://bugzilla.redhat.com/show_bug.cgi?id=893897
Created attachment 233180 [details] [review] Revert "fedora,express: Don't ask for '@base' package group" Turns out this doesn't exactly fix latest the install against the latest ISO. Will commit a better solution that works. This reverts commit 40dc19c9bc5b6d45a4668b1c61af5dca7fb99423.
Created attachment 233181 [details] [review] fedora,express: Port script for Fedora 18 Package groups have changed in Fedora 18. This patch makes the script work against Fedora 18 without breaking it against older releases.
Review of attachment 233180 [details] [review]: ack
Review of attachment 233181 [details] [review]: ack
Attachment 233180 [details] pushed as 4f1a167 - Revert "fedora,express: Don't ask for '@base' package group" Attachment 233181 [details] pushed as 88bad82 - fedora,express: Port script for Fedora 18