pkg/fedora: Fix missing Makefile.rhelver

Just create the file via 'touch'. This shouldn't break anything if the
file happens to turn up at some point.
This commit is contained in:
Maximilian Luz 2021-12-08 17:08:13 +01:00
parent 55459d68a7
commit 8b597b4ebf
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -168,6 +168,9 @@ pathfix.py -i "%{__python3} %{py3_shbang_opts}" -p -n \
%build
# Fix missing Makefile.rhelver
touch Makefile.rhelver
# This ensures build-ids are unique to allow parallel debuginfo
perl -p -i -e "s/^CONFIG_BUILD_SALT.*/CONFIG_BUILD_SALT=\"%{kernel_name}\"/" .config