Skip to content

Commit

Permalink
perf-tools/tau: fix regex
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Aug 21, 2023
1 parent 9af8dbd commit f47914d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/perf-tools/tau/SPECS/tau.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ BuildRequires: pdtoolkit-%{compiler_family}%{PROJ_DELIM}
# Exclude libCg*.so that breaks install on openeuler/x86_64
%if 0%{?openEuler}
%if "0%{?__requires_exclude}" == "0"
%global __requires_exclude ^libCg*$
%global __requires_exclude ^libCg.*$
%else
%global __requires_exclude %{__requires_exclude}|^libCg*$
%global __requires_exclude %{__requires_exclude}|^libCg.*$
%endif
%endif

Expand Down

0 comments on commit f47914d

Please sign in to comment.