Commit e9f7f7fa authored by Elsarboukh, Glass's avatar Elsarboukh, Glass
Browse files

Merge branch 'ge2-main-patch-e528' into 'main'

Fix refred 5.4

See merge request sns-hfir-scse/infrastructure/nsd-app-wrap!98
parents 09864c4e a59e20c5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
Name:           nsd-app-wrap
Version:        2.00
Version:        2.01
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
@@ -102,6 +102,10 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a
%{_prefix}/share/applications/*

%changelog

* Wed Jul 30 2025 Glass Elsarboukh
- Fix refred syntax error

* Tue Jul 29 2025 John Hetrick
- Update prod command from RefRed to refred-gui

+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ if [ -n "$1" ]; then
    CONDA_ENVIRON=refred-qa
    shift # drop this argument
  fi
fi

# import library to do the real work
# shellcheck disable=SC1091