pc-bios/hppa-firmware.img | Bin pc-bios/hppa-firmware64.img | Bin 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 pc-bios/hppa-firmware.img mode change 100755 => 100644 pc-bios/hppa-firmware64.img
This was fixed in c9d77526bddba0803a1fa982fb59ec98057150f9 for
9.2.0 but regressed in db34be329162cf6b06192703065e6c1010dbe3c5 in
10.0.0
When the bit is present, rpmbuild complains about missing ELF build-id
Signed-off-by: Cole Robinson <crobinso@redhat.com>
---
pc-bios/hppa-firmware.img | Bin
pc-bios/hppa-firmware64.img | Bin
2 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 pc-bios/hppa-firmware.img
mode change 100755 => 100644 pc-bios/hppa-firmware64.img
diff --git a/pc-bios/hppa-firmware.img b/pc-bios/hppa-firmware.img
old mode 100755
new mode 100644
diff --git a/pc-bios/hppa-firmware64.img b/pc-bios/hppa-firmware64.img
old mode 100755
new mode 100644
--
2.49.0
On 18/5/25 19:54, Cole Robinson wrote: > This was fixed in c9d77526bddba0803a1fa982fb59ec98057150f9 for > 9.2.0 but regressed in db34be329162cf6b06192703065e6c1010dbe3c5 in > 10.0.0 > > When the bit is present, rpmbuild complains about missing ELF build-id > > Signed-off-by: Cole Robinson <crobinso@redhat.com> > --- > pc-bios/hppa-firmware.img | Bin > pc-bios/hppa-firmware64.img | Bin > 2 files changed, 0 insertions(+), 0 deletions(-) > mode change 100755 => 100644 pc-bios/hppa-firmware.img > mode change 100755 => 100644 pc-bios/hppa-firmware64.img If nobody objects, I'm taking this patch via my mips-next tree. Thanks, Phil.
On Sun, May 18, 2025 at 01:54:20PM -0400, Cole Robinson wrote:
> This was fixed in c9d77526bddba0803a1fa982fb59ec98057150f9 for
> 9.2.0 but regressed in db34be329162cf6b06192703065e6c1010dbe3c5 in
> 10.0.0
>
> When the bit is present, rpmbuild complains about missing ELF build-id
>
> Signed-off-by: Cole Robinson <crobinso@redhat.com>
> ---
> pc-bios/hppa-firmware.img | Bin
> pc-bios/hppa-firmware64.img | Bin
> 2 files changed, 0 insertions(+), 0 deletions(-)
> mode change 100755 => 100644 pc-bios/hppa-firmware.img
> mode change 100755 => 100644 pc-bios/hppa-firmware64.img
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Though given the back & forth, I wonder if we wouldn't be better off
changing meson.build rules instead to mode 0644 for all blobs ?
install_data(blobs,
install_dir: qemu_datadir,
install_mode: 0644)
...assuming none actually need execute bits set.
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
On 5/19/25 15:45, Daniel P. Berrangé wrote: > On Sun, May 18, 2025 at 01:54:20PM -0400, Cole Robinson wrote: >> This was fixed in c9d77526bddba0803a1fa982fb59ec98057150f9 for >> 9.2.0 but regressed in db34be329162cf6b06192703065e6c1010dbe3c5 in >> 10.0.0 >> >> When the bit is present, rpmbuild complains about missing ELF build-id >> >> Signed-off-by: Cole Robinson <crobinso@redhat.com> >> --- >> pc-bios/hppa-firmware.img | Bin >> pc-bios/hppa-firmware64.img | Bin >> 2 files changed, 0 insertions(+), 0 deletions(-) >> mode change 100755 => 100644 pc-bios/hppa-firmware.img >> mode change 100755 => 100644 pc-bios/hppa-firmware64.img > > Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Acked-by: Helge Deller <deller@gmx.de> > Though given the back & forth, I wonder if we wouldn't be better off > changing meson.build rules instead to mode 0644 for all blobs ? > > install_data(blobs, > install_dir: qemu_datadir, > install_mode: 0644) > > ...assuming none actually need execute bits set. yes, please. Helge
© 2016 - 2025 Red Hat, Inc.