Provide default empty value for exec_suffix when not in compat mode
This commit is contained in:
parent
03470c82bf
commit
0aa1942cbc
@ -33,6 +33,7 @@
|
|||||||
%global install_libdir %{_libdir}
|
%global install_libdir %{_libdir}
|
||||||
%global pkg_bindir %{_bindir}
|
%global pkg_bindir %{_bindir}
|
||||||
%global pkg_libdir %{install_libdir}
|
%global pkg_libdir %{install_libdir}
|
||||||
|
%global exec_suffix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
@ -47,7 +48,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -542,6 +543,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 27 2021 sguelton@redhat.com - 12.0.0-4
|
||||||
|
- Provide default empty value for exec_suffix when not in compat mode
|
||||||
|
|
||||||
* Tue Apr 27 2021 sguelton@redhat.com - 12.0.0-3
|
* Tue Apr 27 2021 sguelton@redhat.com - 12.0.0-3
|
||||||
- Fix llvm-config install
|
- Fix llvm-config install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user