summaryrefslogtreecommitdiff
path: root/eclass/rpm.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/rpm.eclass')
-rw-r--r--eclass/rpm.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass
index c9c21aa6ebbd..e00332e55ca0 100644
--- a/eclass/rpm.eclass
+++ b/eclass/rpm.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: rpm.eclass
@@ -31,9 +31,9 @@ rpm_unpack() {
if [[ ${a} == ./* ]] ; then
: # nothing to do -- path is local
elif [[ ${a} == "${DISTDIR}"/* ]] ; then
- eqawarn 'do not use ${DISTDIR} with rpm_unpack -- it is added for you'
+ eqawarn 'QA Notice: do not use ${DISTDIR} with rpm_unpack -- it is added for you'
elif [[ ${a} == /* ]] ; then
- eqawarn 'do not use full paths with rpm_unpack -- use ./ paths instead'
+ eqawarn 'QA Notice: do not use full paths with rpm_unpack -- use ./ paths instead'
else
a="${DISTDIR}/${a}"
fi