From 075be128407b0cbfee165920d5646cc32371e079 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 29 Nov 2021 16:54:59 -0500 Subject: [PATCH] Revert "use python2 for building on EPEL 8" This reverts commit af7e633b53c4fec96d4a76ac34f3b872fee2a268. --- nodejs.spec | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 1b290b1..f08747a 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -8,7 +8,7 @@ # This is used by both the nodejs package and the npm subpackage that # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 2 +%global baserelease 1 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -149,13 +149,7 @@ BuildRequires: make BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-jinja2 -%if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: python-unversioned-command -%else -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-jinja2 -%endif BuildRequires: zlib-devel BuildRequires: brotli-devel BuildRequires: gcc >= 6.3.0 @@ -685,9 +679,6 @@ end %changelog -* Mon Nov 01 2021 Stephen Gallagher - 1:16.13.0-2 -- Use python2 for building on EPEL 8 - * Mon Nov 01 2021 Stephen Gallagher - 1:16.13.0-1 - Update to 16.13.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.13.0