SHA256
6
0
forked from pool/rpm

Accepting request 1005609 from home:coolo:branches:home:coolo:alp

- Update the macros file to simplify the debuginfo installation
  We don't support parallel installation of the same debuginfo - and so
  don't patch the binaries to create unique build ids (easing pressure
  on reproducable builds when compiling twice)
  Patching this in rpm-config-SUSE is technically not possible (as you
  can't reliable undefine things defined in upstream macro). We tried in
  https://github.com/openSUSE/rpm-config-SUSE/pull/59 and /60:

OBS-URL: https://build.opensuse.org/request/show/1005609
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=620
This commit is contained in:
2022-10-17 11:14:44 +00:00
committed by Git OBS Bridge
parent 7ce3fb27e7
commit f91976ad2a
3 changed files with 56 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Sep 23 11:06:06 UTC 2022 - Stephan Kulow <coolo@suse.com>
- Update the macros file to simplify the debuginfo installation
We don't support parallel installation of the same debuginfo - and so
don't patch the binaries to create unique build ids (easing pressure
on reproducable builds when compiling twice)
Patching this in rpm-config-SUSE is technically not possible (as you
can't reliable undefine things defined in upstream macro). We tried in
https://github.com/openSUSE/rpm-config-SUSE/pull/59 and /60:
-------------------------------------------------------------------
Mon Sep 12 08:15:22 UTC 2022 - Dirk Müller <dmueller@suse.com>