--- /etc/sisyphus_check/check.d/000-check-changelog.orig 2010-02-25 19:41:44 +0300 +++ /etc/sisyphus_check/check.d/000-check-changelog 2010-02-25 19:41:58 +0300 @@ -17,7 +17,7 @@ local f="$1" && shift || return 1 local rc=0 - if ! [ "$((current_time+86400))" -ge "$rpm_changelogtime" ] 2>/dev/null; then + if ! [ "$((current_time+86400))" -le "$rpm_changelogtime" ] 2>/dev/null; then FileError "CHANGELOGTIME in the future: $(date -d "1970-01-01 UTC $rpm_changelogtime seconds")" "$f" rc=1 fi