Revert "spec: use nodejs-devel on Fedora"

This reverts commit b47bb4714a.

For the last couple of weeks, nodejs-devel has been uninstallable in
COPR, as it has a different major version than nodejs. This was only
introduced as a formality, not because we actually need it.
This commit is contained in:
Martin Pitt 2023-03-27 14:12:34 +02:00 committed by Martin Pitt
parent e32368e56a
commit 0203b962c9

View file

@ -8,9 +8,6 @@ Source0: https://github.com/cockpit-project/starter-kit/releases/download/%{vers
Source1: https://github.com/cockpit-project/starter-kit/releases/download/%{version}/%{name}-node-%{version}.tar.xz Source1: https://github.com/cockpit-project/starter-kit/releases/download/%{version}/%{name}-node-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
%if 0%{?fedora}
BuildRequires: nodejs-devel
%endif
BuildRequires: nodejs BuildRequires: nodejs
BuildRequires: make BuildRequires: make
BuildRequires: libappstream-glib BuildRequires: libappstream-glib