Skip to content
Snippets Groups Projects
Commit eb2632f7 authored by ballen4705's avatar ballen4705
Browse files

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
parent 1e05e9e5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment