From c019dfedd51b12ba485f312a7a8b0fad04f89fbf Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sat, 4 Jan 2003 10:28:35 +0000
Subject: [PATCH] release 1

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@410 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/CHANGELOG          |  4 +---
 sm5/Makefile           |  4 ++--
 sm5/smartmontools.spec | 20 +++++++++++++++++---
 3 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index d70db889b..a287c25b0 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 CHANGELOG for smartmontools
 
-$Id: CHANGELOG,v 1.80 2003/01/04 01:37:47 dpgilbert Exp $
+$Id: CHANGELOG,v 1.81 2003/01/04 10:28:35 ballen4705 Exp $
 
 Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
@@ -34,8 +34,6 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 CURRENT RELEASE (see VERSION file in this directory):
 
 
-
-
 smartmontools-5.1.1
 
   [DG] add '-l selftest' capability for SCSI devices (update smartctl.8)
diff --git a/sm5/Makefile b/sm5/Makefile
index 73f8677ce..a21cad5a1 100644
--- a/sm5/Makefile
+++ b/sm5/Makefile
@@ -2,7 +2,7 @@
 #
 # Home page: http://smartmontools.sourceforge.net
 #
-# $Id: Makefile,v 1.41 2003/01/03 07:00:27 ballen4705 Exp $
+# $Id: Makefile,v 1.42 2003/01/04 10:28:35 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"
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index e0225cd5a..02bc56b59 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -1,4 +1,4 @@
-Release:  49
+Release:  1
 Summary:	SMARTmontools - for monitoring S.M.A.R.T. disks and devices
 Summary(cs):	SMARTmontools - pro monitorov�n� S.M.A.R.T. disk� a za��zen�
 Summary(de):	SMARTmontools - zur �berwachung von S.M.A.R.T.-Platten und-Ger�ten
@@ -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.76 2003/01/03 07:00:27 ballen4705 Exp $
+# $Id: smartmontools.spec,v 1.77 2003/01/04 10:28:35 ballen4705 Exp $
 
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # Home page: http://smartmontools.sourceforge.net/
@@ -252,6 +252,20 @@ fi
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
+* Sat Jan 4 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
+- [DG] add '-l selftest' capability for SCSI devices (update smartctl.8)
+- [BA] smartd,smartctl: added additional Attribute modification option
+  -v 220,temp and -v 9,temp.
+- [PW] Renamed smartd option -X to -d
+- [PW] Changed smartd.conf Directives -- see man page
+- [BA/DG] Fixed uncommented comment in smartd.conf
+- [DG] Correct 'Recommended start stop count' for SCSI devices
+- [PW] Replaced smartd.conf directive -C with smartd option -i
+- [PW] Changed options for smartctl -- see man page.
+- [BA] Use strerror() to generate system call error messages.
+- [BA] smartd: fflush() all open streams before fork().
+- [BA] smartctl, smartd simplified internal handling of checksums
+  for simpler porting and less code.
 * Sun Dec 8 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 - [PW] smartd --debugmode changed to --debug
 - [BA] smartd/smartctl added attribute 230 Head Amplitude from
-- 
GitLab