diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index 54d884e..eb17156 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Package that installs %scl License: MIT @@ -54,7 +54,7 @@ Package shipping essential configuration macros to build %scl Software Collectio %scl_install cat >> %{buildroot}%{_scl_scripts}/enable << EOF -export PATH="%{_bindir}:%{_sbindir}\${PATH:+:\${PATH}}" +export PATH="%{_bindir}:%{_sbindir}\${PATH:+:\${PATH}}\${HOME:+:\${HOME}/.dotnet/tools}" export CPATH="%{_includedir}\${CPATH:+:\${CPATH}}" export LD_LIBRARY_PATH="%{_libdir}\${LD_LIBRARY_PATH:+:\${LD_LIBRARY_PATH}}" export MANPATH="%{_mandir}:\${MANPATH:-}" @@ -77,6 +77,10 @@ EOF %changelog +* Thu May 31 2018 Omair Majid - 2.1-2 +- Add ~/.dotnet/tools to PATH on scl-enable +- Resolves: rhbz#1584525 + * Thu May 17 2018 Omair Majid - 2.1-1 - Update to 2.1