summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-06-28 01:53:03 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-06-28 01:56:02 -0700
commit240bcc0be5412ff36dc338af3c34717b96a9a4e4 (patch)
tree1d8e3c3b58e7b3e3eab92afd518e0414114edeea /metadata/install-qa-check.d/60libcrypt-deps
parentmail-mta/postfix: [QA] Fix missing eend arg (diff)
downloadgentoo-240bcc0be5412ff36dc338af3c34717b96a9a4e4.tar.gz
gentoo-240bcc0be5412ff36dc338af3c34717b96a9a4e4.tar.bz2
gentoo-240bcc0be5412ff36dc338af3c34717b96a9a4e4.zip
metadata/install-qa-check.d: add "QA Notice:" string to some checks
Bug: https://bugs.gentoo.org/728046 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
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[@]%% *}"