Command line tool for updating bootloader configs
Go to file
Peter Jones 656faab212
Re-enable debuginfo generation.
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>
2018-10-23 14:48:48 +02:00
.gitignore Provide the correct installkenrel and grubby-bls packaging for blscfg 2018-10-23 14:29:29 +02:00
0001-Change-return-type-in-getRootSpecifier.patch Add support for /boot on btrfs 2018-03-05 13:52:23 -05:00
0002-Add-btrfs-subvolume-support-for-grub2.patch Add support for /boot on btrfs 2018-03-05 13:52:23 -05:00
0003-Add-tests-for-btrfs-support.patch Add support for /boot on btrfs 2018-03-05 13:52:23 -05:00
0004-Honor-sbindir.patch Move grubby-bls to grubby and obsolete the old grubby package 2018-07-18 13:44:06 -04:00
0004-Use-system-LDFLAGS.patch Use Fedora standard linker flags 2018-05-29 15:21:54 +02:00
0005-installkernel-use-kernel-install.patch Make installkernel to use kernel-install scripts on BLS configuration 2018-08-11 21:33:16 +02:00
drop-uboot-uImage-creation.patch Drop u-boot uImage generation on ARMv7, Minor cleanups 2018-01-24 08:53:33 +00:00
grubby-bls Add grubby-bls package 2018-07-13 20:05:41 +02:00
grubby.in Make this like the f28 package. 2018-07-18 13:54:22 -04:00
grubby.spec Re-enable debuginfo generation. 2018-10-23 14:48:48 +02:00
installkernel.in Make installkernel to use kernel-install scripts on BLS configuration 2018-08-11 21:33:16 +02:00
sources Cleanup deps for new grub2 packaging. 2017-09-12 09:21:37 -04:00