Skip to content

Commit

Permalink
Fix RPM dependencies (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Feb 6, 2024
1 parent 21e98d3 commit 0b17d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/ondemand-systemstatus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global repo_name osc-systemstatus
%global app_name systemstatus
%global with_passenger 1
%define ondemand_gems_ver %(rpm --qf "%%{version}" -q ondemand-gems)-1
%define ondemand_gems_ver %(rpm --qf "%%{version}-%%{release}" -q ondemand-gems | sed -r 's/.el.+//g')
%global gem_home %{scl_ondemand_apps_gem_home}/%{app_name}

%if 0%{?with_passenger}
Expand Down

0 comments on commit 0b17d15

Please sign in to comment.