From 9a271f2c2871ae011c54cdc0ea38dc91a19b205d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Aug 12 2017 11:41:20 +0000 Subject: Include top level index.js and shim.js --- diff --git a/nodejs-core-js.spec b/nodejs-core-js.spec index aed1406..c7aeee1 100644 --- a/nodejs-core-js.spec +++ b/nodejs-core-js.spec @@ -5,7 +5,7 @@ Name: nodejs-core-js Version: 2.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Standard library License: MIT @@ -51,7 +51,7 @@ cp -pr modules/*.js library/modules/ %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename} -cp -pr package.json client/ library/ modules/ web/ \ +cp -pr package.json index.js shim.js client/ library/ modules/ web/ \ %{buildroot}%{nodejs_sitelib}/%{packagename} %nodejs_symlink_deps @@ -75,6 +75,9 @@ cp -pr package.json client/ library/ modules/ web/ \ %changelog +* Sat Aug 12 2017 Tom Hughes - 2.4.1-3 +- Include top level index.js and shim.js + * Wed Jul 26 2017 Fedora Release Engineering - 2.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild