From 39df61ea816ef25abda6925a2dd3421bddf547c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Tue, 5 Apr 2022 13:16:02 +0200 Subject: [PATCH] workaround: do not attach ~bootstrap suffix to release Related: rhbz#2070015 --- nodejs.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodejs.spec b/nodejs.spec index f242e2c..21dc4b6 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,5 +1,7 @@ # bundle dependencies that are not available as Fedora modules %bcond_without bootstrap +# FIXME: do not attach the bootstrap suffix +%global __bootstrap %{nil} %if 0%{?rhel} && 0%{?rhel} < 9 %bcond_without python3_fixup