From 92fe978844f316dc56c6a1c21c97abe272f115a7 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Fri, 22 Aug 2025 12:35:40 +0100 Subject: [PATCH 1/2] Explicitly require /usr/bin/node, fixing rhbz#2383283. --- csslint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csslint.spec b/csslint.spec index 419e5f9..1ea1963 100644 --- a/csslint.spec +++ b/csslint.spec @@ -18,7 +18,7 @@ Source3: %{npm_name}-%{version}-bundled-licenses.txt BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch -Requires: nodejs >= 0.10.0 +Requires: /usr/bin/node BuildRequires: nodejs-devel From 51bd920c66a3c574d1da46208809c94b48fc2eca Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Fri, 22 Aug 2025 12:40:21 +0100 Subject: [PATCH 2/2] Previous commit should have said rhbz#2390295, not the number mentioned.