From 7264d85463adb70f12df00fce4f3906c8b757eef Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 7 Apr 2015 22:26:03 -0700 Subject: [PATCH] rhel 5 wants vendor to be specified on desktop file bits --- torque.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torque.spec b/torque.spec index e484112..92d6763 100644 --- a/torque.spec +++ b/torque.spec @@ -395,8 +395,8 @@ install -p -m 755 contrib/init.d/pbs_server %{buildroot}%{_initrddir}/pbs_serv # This is really trivial, but cleans up an rpmlint warning sed -i -e 's|%{_lib}/../||' %{buildroot}%{_bindir}/xpbs -desktop-file-install --dir %{buildroot}%{_datadir}/applications xpbs.desktop -desktop-file-install --dir %{buildroot}%{_datadir}/applications xpbsmon.desktop +desktop-file-install --dir %{buildroot}%{_datadir}/applications --vendor=adaptivecomputing.com xpbs.desktop +desktop-file-install --dir %{buildroot}%{_datadir}/applications --vendor=adaptivecomputing.com xpbsmon.desktop install -d %{buildroot}%{_datadir}/pixmaps install -p -m0644 xpbs.png xpbsmon.png %{buildroot}%{_datadir}/pixmaps %endif