From d27b8e5edb24518fb5d801f4e4e7edad75325ffb Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Fri, 12 Aug 2016 17:26:06 +0200 Subject: [PATCH] Reminder to unbundle punycode later --- nodejs.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodejs.spec b/nodejs.spec index 31bec09..9e8911e 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -126,6 +126,9 @@ Conflicts: node <= 0.3.2-12 # we don't need the seperate nodejs-punycode package, so we Provide it here so # dependent packages don't need to override the dependency generator. # See also: RHBZ#11511811 +# UPDATE: punycode will be deprecated and so we should unbundle it in Node v8 +# and use upstream module instead +# https://github.com/nodejs/node/commit/29e49fc286080215031a81effbd59eac092fff2f Provides: nodejs-punycode = %{punycode_version} Provides: npm(punycode) = %{punycode_version}