Reminder to unbundle punycode later

This commit is contained in:
Zuzana Svetlikova 2016-08-12 17:26:06 +02:00
parent 95b8d391e8
commit d27b8e5edb

View File

@ -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 # 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. # dependent packages don't need to override the dependency generator.
# See also: RHBZ#11511811 # 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: nodejs-punycode = %{punycode_version}
Provides: npm(punycode) = %{punycode_version} Provides: npm(punycode) = %{punycode_version}