summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/install-qa-check.d/60libcrypt-deps')
-rw-r--r--metadata/install-qa-check.d/60libcrypt-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/install-qa-check.d/60libcrypt-deps b/metadata/install-qa-check.d/60libcrypt-deps
index 3ea1b5372ce8..26120f7cb8e7 100644
--- a/metadata/install-qa-check.d/60libcrypt-deps
+++ b/metadata/install-qa-check.d/60libcrypt-deps
@@ -28,7 +28,7 @@ libcrypt_check() {
-print0 | xargs -0 scanelf -qyRF '%F %n' | grep 'libcrypt\.so' 2>/dev/null )
if [[ -n ${libcrypt_consumers[@]} ]]; then
- eqawarn "Binary files linked to libcrypt.so found"
+ eqawarn "QA Notice: Binary files linked to libcrypt.so found"
eqawarn "But a dependency on virtual/libcrypt is not declared!"
eqawarn
eqatag -v virtual-libcrypt.missing "${libcrypt_consumers[@]%% *}"