Skip to content

Commit

Permalink
Parameterized macros require parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Jan 22, 2025
1 parent 81a5c9c commit ba46ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/vo-client.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These macros exclude vomses entries for specific VOs -- see the %build section
%define delete_iam_legacy_vomses sed -Ei '/.*voms-'%1'-auth.app.cern.ch.*/d' vomses
%define delete_iam_prod_vomses sed -Ei '/.*voms-'%1'-auth.cern.ch.*/d' vomses
%define delete_iam_legacy_vomses() sed -Ei '/.*voms-'%1'-auth.app.cern.ch.*/d' vomses
%define delete_iam_prod_vomses() sed -Ei '/.*voms-'%1'-auth.cern.ch.*/d' vomses

Name: vo-client
Version: 137
Expand Down

0 comments on commit ba46ad6

Please sign in to comment.