Files
openRuyi/scripts
Vivian Wang ef0c47d980 scripts/remoteassetify.py: Handle %if*, %else, %endif
Old-ish versions of RPM fail fatally with an error with stuff like two
different Name keys, which we use sometimes for bootstrap. Add %if\w*,
%else, %endif to GOOD to handle these.

However, we do want to enable as many lines as possible. Therefore,
replace "%if*" with "%if 1" so that stuff like "%if %{with bootstrap}"
gets included.

Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
2026-04-14 16:38:17 +08:00
..