diff options
-rw-r--r-- | packaging/RedHat/makerpms.sh.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RedHat/makerpms.sh.tmpl b/packaging/RedHat/makerpms.sh.tmpl index a37e03a144..8da4a5d520 100644 --- a/packaging/RedHat/makerpms.sh.tmpl +++ b/packaging/RedHat/makerpms.sh.tmpl @@ -46,7 +46,7 @@ esac ## now catch the right command to build an RPM (defaults ro 'rpm' ## case $RPMVER in - 4.[12]*) + 4.[123]*) RPM="rpmbuild" ;; esac |