diff --git a/SPECS/nodejs010.spec b/SPECS/nodejs010.spec
index ee02a18..3bddad5 100644
--- a/SPECS/nodejs010.spec
+++ b/SPECS/nodejs010.spec
@@ -11,8 +11,8 @@
 
 Summary: %scl Software Collection
 Name: %scl_name
-Version: 1.2
-Release: 29%{?dist}
+Version: 2.0
+Release: 3%{?dist}
 
 Source1: macros.nodejs
 Source2: nodejs.attr
@@ -149,9 +149,11 @@ install -m 644 %{scl_name}.7 %{buildroot}%{_mandir}/man7/%{scl_name}.7
 %doc README LICENSE
 %scl_files
 %dir %{_scl_root}%{python_sitelib}
+%dir %{_scl_root}/usr/lib/python2.7
 %dir %{_libdir}/pkgconfig
 %{_datadir}/node/multiver_modules
 %{_mandir}/man7/%{scl_name}.*
+%dir %{_datadir}/node
 
 %files build
 %{_root_sysconfdir}/rpm/macros.%{scl}-config
@@ -163,6 +165,10 @@ install -m 644 %{scl_name}.7 %{buildroot}%{_mandir}/man7/%{scl_name}.7
 %{_root_sysconfdir}/rpm/macros.%{scl_name_base}-scldevel
 
 %changelog
+* Thu May 14 2015 Tomas Hrcka <thrcka@redhat.com> - 2.0-3
+- Red Hat Software collections 2.0
+- Own python modules directory
+
 * Wed Oct 08 2014 Tomas Hrcka <thrcka@redhat.com> - 1.2-29
 - Require scriptlet scl_devel from root_bindir not scl_bindir