Skip to content

Commit

Permalink
Need to ensure gem path is also using release (#2541)
Browse files Browse the repository at this point in the history
This will ensure that multiple RPMs can still be installed at same time
  • Loading branch information
treydock authored Feb 2, 2023
1 parent 224d5fa commit 1bb77eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/ondemand.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%define runtime_version_full %{runtime_version}-%{runtime_release}%{?dist}
%define selinux_policy_ver %(rpm --qf "%%{version}-%%{release}" -q selinux-policy)
%global selinux_module_version %{package_version}.%{package_release}
%global gem_home %{scl_ondemand_core_gem_home}/%{version}
%global gem_home %{scl_ondemand_core_gem_home}/%{version}-%{package_release}
%global gems_name ondemand-gems-%{version}-%{package_release}

%define __brp_mangle_shebangs /bin/true
Expand Down

0 comments on commit 1bb77eb

Please sign in to comment.