From eb2632f74311dcdc2c56c0abeae05b17b4eb0573 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Tue, 4 May 2004 21:30:58 +0000
Subject: [PATCH] On RH9 'rpm -ba' no longer works -- must use rpmbuild.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1704 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/do_release | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sm5/do_release b/sm5/do_release
index 8c34eb081..5ec881014 100755
--- a/sm5/do_release
+++ b/sm5/do_release
@@ -3,7 +3,7 @@
 # do a smartmontools release
 # (C) 2003-4 Bruce Allen <ballen4705@users.sourceforge.net>, 
 #          Guido Guenther <agx@sigxcpu.org>
-# $Id: do_release,v 1.29 2004/05/03 15:58:33 ballen4705 Exp $
+# $Id: do_release,v 1.30 2004/05/04 21:30:58 ballen4705 Exp $
 
 USECVS=1
 
@@ -83,7 +83,7 @@ cd ..
 cp build/smartmontools-$VERSION.tar.gz $SOURCES
 
 # build rpm
-rpm -ba --sign smartmontools.spec
+rpmbuild -ba --sign smartmontools.spec
 
 # remove source tarball
 rm -f $SOURCES/smartmontools-$VERSION.tar.gz
-- 
GitLab