Accepting request 841314 from home:dimstar:Factory
- Escape rpm command %%expand when used in comment. Fix build with RPM 4.16, see https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:A/openssl-1_1/standard/x86_64 OBS-URL: https://build.opensuse.org/request/show/841314 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-1_1?expand=0&rev=73
This commit is contained in:
parent
5cbee84ef1
commit
7be8052908
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 15:22:54 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Escape rpm command %%expand when used in comment.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 20:43:59 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>
|
Tue Sep 22 20:43:59 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>
|
||||||
|
|
||||||
|
@ -263,7 +263,7 @@ cp %{SOURCE5} .
|
|||||||
# invalidates a HMAC that may have been created earlier.
|
# invalidates a HMAC that may have been created earlier.
|
||||||
# solution: create the hashes _after_ the macro runs.
|
# solution: create the hashes _after_ the macro runs.
|
||||||
#
|
#
|
||||||
# this shows up earlier because otherwise the %expand of
|
# this shows up earlier because otherwise the %%expand of
|
||||||
# the macro is too late.
|
# the macro is too late.
|
||||||
# remark: This is the same as running
|
# remark: This is the same as running
|
||||||
# openssl dgst -sha256 -hmac 'ppaksykemnsecgtsttplmamstKMEs'
|
# openssl dgst -sha256 -hmac 'ppaksykemnsecgtsttplmamstKMEs'
|
||||||
|
Loading…
Reference in New Issue
Block a user