Command line tool for updating bootloader configs
656faab212
So what's happened here is this: - we planned on not having the grubby binary in this package at all anymore - when we did test builds like that, find-debuginfo.sh broke - since it was completely inconsequential, we disabled building debuginfo - then we re-thought the package layout, and decided to build that binary anyway, but forgot to turn debuginfo back on - also we build the binary as -fPIE, which file(1) says is a "shared object" - brp-strip does not act on shared objects, so it didn't strip As a result, rpmdiff noticed our binary was not stripped. This patch re-enables debuginfo, which will cause our binary to get stripped, as well as to have the correct debuginfo packages in the output. Related: rhbz#1619344 Signed-off-by: Peter Jones <pjones@redhat.com> |
||
---|---|---|
.gitignore | ||
0001-Change-return-type-in-getRootSpecifier.patch | ||
0002-Add-btrfs-subvolume-support-for-grub2.patch | ||
0003-Add-tests-for-btrfs-support.patch | ||
0004-Honor-sbindir.patch | ||
0004-Use-system-LDFLAGS.patch | ||
0005-installkernel-use-kernel-install.patch | ||
drop-uboot-uImage-creation.patch | ||
grubby-bls | ||
grubby.in | ||
grubby.spec | ||
installkernel.in | ||
sources |