Loading rpm/nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.97 Version: 1.98 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -104,6 +104,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog * Fri Jul 18 2025 Jose Borreguero - Update command from refred to refred-gui * Thu Jul 10 2025 Pete Peterson - Remove drspine because it is moving to an rpm Loading src/refred +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ CONDA_ENVIRON=refred if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=refred-dev CMD=refred CMD=refred-gui shift # drop this argument elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa CMD=refred CMD=refred-gui shift # drop this argument else CMD=RefRed Loading Loading
rpm/nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.97 Version: 1.98 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -104,6 +104,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog * Fri Jul 18 2025 Jose Borreguero - Update command from refred to refred-gui * Thu Jul 10 2025 Pete Peterson - Remove drspine because it is moving to an rpm Loading
src/refred +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ CONDA_ENVIRON=refred if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=refred-dev CMD=refred CMD=refred-gui shift # drop this argument elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa CMD=refred CMD=refred-gui shift # drop this argument else CMD=RefRed Loading