Description of problem: In lorax-21.15-1, spaces in media labels were replaced with hyphens ("Don't emit media labels with spaces in them"). But "x86_64" was also changed to "x86-64" ('_' changed to hyphen). That would seem to be an unnecessary proliferation of variations. ("x86_64" should be regarded as an atom, whereas '-' is used as a syntactic separator. And on the practical side, "x86_64" is the form reported by, e.g., 'arch' and 'uname -i'.) Version-Release number of selected component: lorax-21.15-1.fc21 Instances of "x86-64" appear in: EFI/BOOT/grub.cfg isolinux/isolinux.cfg
Thanks for the quick resolution. I noticed in the pungi changelog, 3.05-1, the same "Don't emit media labels with spaces in them" that started this. Might pungi need the underscore fix also? (Sorry, but I'm not familiar with pungi, and I haven't looked into it yet.)
No. The substitution was happening in the lorax template and it looks like pungi isn't doing any substitution, just creating the label w/o spaces. So everything should be fine at this point.