forked from misaka00251/go-rpm-macros
Update macros
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
\\\
|
||||
# How to exclude go modules: \\\
|
||||
# Exact package exclusions: %{?go_test_exclude} (space-separated list of packages) \\\
|
||||
# Regex-based exclusions: set the GO_TEST_EXCLUDE_RE environment variable or use %{?go_test_exclude_re} \\\
|
||||
# Regex-based exclusions: set the GO_TEST_EXCLUDE_GLOB environment variable or use %{?go_test_exclude_glob} \\\
|
||||
_go_ex_list="%{?go_test_exclude}" ; \\\
|
||||
_go_ex_re="${GO_TEST_EXCLUDE_RE:-%{?go_test_exclude_re}}" ; \\\
|
||||
_go_ex_re="${GO_TEST_EXCLUDE_GLOB:-%{?go_test_exclude_glob}}" ; \\\
|
||||
\\\
|
||||
_go_pkgs="" ; \\\
|
||||
while IFS= read -r _pkg; do \\\
|
||||
|
||||
Reference in New Issue
Block a user