libspec.lib: remove log line added during development and testing

This commit is contained in:
Silvan Calarco 2025-01-03 17:41:28 +01:00
parent d8d0616776
commit b31cc77abf

View File

@ -1142,7 +1142,6 @@ rpmvars.solve "$filesname" "$specfile")" )
dbg_filename="$(package.generate_name -p -a ${SPEC_BUILDARCH:-$BUILD_ARCH} -t rpm \
-n ${SPEC_NAME}-${rpm_macro_debug_package_suffix} -v ${SPEC_VERSION} -r ${SPEC_RELEASE%%[^0-9\.]*})"
fi
notify.warning "debugpkg: ${SPEC_BUILDARCH:-$BUILD_ARCH} $dbg_filename"
if [[ -e "$dbg_filename" ]]; then
# rpm macro for creating debug packages
SPEC_TARGET=( ${SPEC_TARGET[@]} \