--- sisyphus_check-0.7.13/sisyphus_check.fix 2005-05-12 20:58:35 +0400 +++ sisyphus_check-0.7.13/sisyphus_check.fix 2005-09-06 16:53:57 +0400 @@ -232,17 +232,17 @@ check_buildtime() # check for printable summary, description, etc. export no_check_printable= check_printable() { [ -z "$no_check_printable" ] || return 0 local f="$1" && shift || return 1 local text - text="$rpm_name $rpm_version $rpm_release $rpm_group $rpm_packager $rpm_license $rpm_summary $rpm_description" + text="$rpm_name $rpm_version $rpm_release $rpm_group $rpm_packager $rpm_license $rpm_summary $rpm_description $rpm_changelogname $rpm_changelogtext" if [ -n "$(printf %s "$text" |LC_ALL=C tr -d '[:print:][:space:]')" ]; then FileError "unprintable package information: $(printf %s "$text" |LC_ALL=C tr -d '[:print:][:space:]')" "$f" return 1 fi return 0 }