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

Release 5.1.1

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@412 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 23e36d2f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment