From 48217483ea638d9985323a04704b8c540b749384 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sat, 4 Jan 2003 10:38:44 +0000 Subject: [PATCH] Release 5.1.1 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@412 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/Makefile | 6 +++--- sm5/smartmontools.spec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sm5/Makefile b/sm5/Makefile index a21cad5a1..72e11711e 100644 --- a/sm5/Makefile +++ b/sm5/Makefile @@ -2,7 +2,7 @@ # # Home page: http://smartmontools.sourceforge.net # -# $Id: Makefile,v 1.42 2003/01/04 10:28:35 ballen4705 Exp $ +# $Id: Makefile,v 1.43 2003/01/04 10:38:44 ballen4705 Exp $ # # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # @@ -45,7 +45,7 @@ releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern. counter=$(shell cat VERSION) newcounter=$(shell ./add ) pkgname=smartmontools-5.1 -pkgname2=$(pkgname).$(counter) +pkgname2=$(pkgname)-$(counter) all: smartd smartctl @echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\n\n\tman ./smartctl.8\n\tman ./smartd.8\n\tman ./smartd.conf.5\n" @@ -135,7 +135,7 @@ release: smartd.conf.5 echo "Release: " $(counter) > temp.version cat temp.version temp.spec > smartmontools.spec rm -f temp.spec temp.version - . cvs-script && cvs commit -m "release $(counter)" + . cvs-script && cvs commit -m "Release 5.1.$(counter)" . cvs-script && cvs tag -d "RELEASE_5_1_$(counter)" && cvs tag "RELEASE_5_1_$(counter)" rm -rf $(pkgname) mkdir $(pkgname) diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index c477a2228..fe4b816f7 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -27,10 +27,10 @@ Obsoletes: smartsuite Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> # Source code can be found at: -# http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}.%{release}.tar.gz +# http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz # CVS ID of this file is: -# $Id: smartmontools.spec,v 1.78 2003/01/04 10:30:06 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.79 2003/01/04 10:38:44 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net/ -- GitLab