diff --git a/SPECS/nodejs010.spec b/SPECS/nodejs010.spec index 23e9b2b..ee02a18 100644 --- a/SPECS/nodejs010.spec +++ b/SPECS/nodejs010.spec @@ -11,8 +11,8 @@ Summary: %scl Software Collection Name: %scl_name -Version: 1.1 -Release: 26%{?dist} +Version: 1.2 +Release: 29%{?dist} Source1: macros.nodejs Source2: nodejs.attr @@ -42,7 +42,7 @@ This is the main package for %scl Software Collection. %package runtime Summary: Package that handles %scl Software Collection. -Requires: scl-utils >= 20120927-8 +Requires: %{_root_bindir}/scl_source %description runtime Package shipping essential scripts to work with %scl Software Collection. @@ -163,6 +163,15 @@ install -m 644 %{scl_name}.7 %{buildroot}%{_mandir}/man7/%{scl_name}.7 %{_root_sysconfdir}/rpm/macros.%{scl_name_base}-scldevel %changelog +* Wed Oct 08 2014 Tomas Hrcka - 1.2-29 +- Require scriptlet scl_devel from root_bindir not scl_bindir + +* Mon Oct 06 2014 Tomas Hrcka - 1.2-28 +- bump scl version + +* Mon Oct 06 2014 Tomas Hrcka - 1.1-27 +- Require scriptlet scl_devel instead of specific scl-utils version + * Mon Mar 31 2014 Honza Horak - 1.1-26 - Fix path typo in README Related: #1061452