From 2062cf6f5cd8677b02c7812a2dab28400d03d0aa Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Fri, 18 Jul 2025 17:20:22 -0400 Subject: [PATCH 1/2] update launcher command for refred Signed-off-by: Jose Borreguero --- rpm/nsd-app-wrap.spec | 5 ++++- src/refred | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index c089a10..1fbdb69 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -1,5 +1,5 @@ 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 @@ -104,6 +104,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog +* Mon Jul 19 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 diff --git a/src/refred b/src/refred index 2bf4bc4..2ba60d8 100644 --- a/src/refred +++ b/src/refred @@ -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 -- GitLab From 6bc6aedac21feffbcfa9315f804ede80c35746e3 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Fri, 18 Jul 2025 17:25:31 -0400 Subject: [PATCH 2/2] correct the date Signed-off-by: Jose Borreguero --- rpm/nsd-app-wrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index 1fbdb69..2fb5b42 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -104,7 +104,7 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog -* Mon Jul 19 2025 Jose Borreguero +* Fri Jul 18 2025 Jose Borreguero - Update command from refred to refred-gui * Thu Jul 10 2025 Pete Peterson -- GitLab