Skip to content

Commit

Permalink
Ensure ondemand-gems name includes the release (#2540)
Browse files Browse the repository at this point in the history
This ensures that RC releases will require the correct gem RPM
  • Loading branch information
treydock authored Feb 2, 2023
1 parent dd9580c commit 224d5fa
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 @@ -11,7 +11,7 @@
%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 gems_name ondemand-gems-%{version}
%global gems_name ondemand-gems-%{version}-%{package_release}

%define __brp_mangle_shebangs /bin/true

Expand Down

0 comments on commit 224d5fa

Please sign in to comment.