[nodejs/el6] remove some stuff accidentally brought in on merge that doesn't apply to el6

T.C. Hollingsworth patches at fedoraproject.org
Wed Jul 10 10:55:46 UTC 2013


commit b66f2536f8d3ce6541e15d367b246586f495e242
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Jul 10 03:49:37 2013 -0700

    remove some stuff accidentally brought in on merge that doesn't apply to el6

 nodejs.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index d218a97..3f5d47c 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -15,11 +15,6 @@ ExclusiveArch: %{ix86} x86_64 %{arm}
 Source0: node-v%{version}-stripped.tar.gz
 Source100: %{name}-tarball.sh
 
-# The native module Requires generator remains in the nodejs SRPM, so it knows
-# the nodejs and v8 versions.  The remainder has migrated to the
-# nodejs-packaging SRPM.
-Source7: nodejs_native.attr
-
 # Disable running gyp on bundled deps we don't use
 Patch1: nodejs-disable-gyp-deps.patch
 
@@ -129,7 +124,6 @@ mkdir -p %{buildroot}%{_prefix}/lib/node_modules
 
 # ensure Requires are added to every native module that match the Provides from
 # the nodejs build in the buildroot
-install -Dpm0644 %{SOURCE7} %{buildroot}%{_rpmconfigdir}/fileattrs/nodejs_native.attr
 cat << EOF > %{buildroot}%{_rpmconfigdir}/nodejs_native.req
 nodejs(abi) = %nodejs_abi
 nodejs(v8-abi) = %v8_abi


More information about the scm-commits mailing list