rpms/smartmontools/devel smartmontools-5.38-defaultconf.patch, NONE, 1.1 smartmontools.spec, 1.48, 1.49

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Mon Aug 11 06:05:13 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/smartmontools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16181

Modified Files:
	smartmontools.spec 
Added Files:
	smartmontools-5.38-defaultconf.patch 
Log Message:
* Mon Aug 11 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.38-7
- fix #458549 - obsolete smartmontools-config
- change the default configuration file


smartmontools-5.38-defaultconf.patch:

--- NEW FILE smartmontools-5.38-defaultconf.patch ---
diff -up smartmontools-5.38/smartd.conf.defaultconf smartmontools-5.38/smartd.conf
--- smartmontools-5.38/smartd.conf.defaultconf	2008-08-07 12:21:53.000000000 +0200
+++ smartmontools-5.38/smartd.conf	2008-08-07 12:24:26.000000000 +0200
@@ -20,7 +20,7 @@
 # Directives listed below, which will be applied to all devices that
 # are found.  Most users should comment out DEVICESCAN and explicitly
 # list the devices that they wish to monitor.
-DEVICESCAN
+DEVICESCAN -H -m root
 
 # Alternative setting to ignore temperature and power-on hours reports
 # in syslog.


Index: smartmontools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/devel/smartmontools.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- smartmontools.spec	8 Aug 2008 10:32:24 -0000	1.48
+++ smartmontools.spec	11 Aug 2008 06:04:43 -0000	1.49
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.38
-Release: 	6%{?dist}
+Release: 	7%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
@@ -13,13 +13,14 @@
 Patch2:     smartmontools-5.37-addrinfo.patch
 Patch3:     smartmontools-5.38-perc.patch
 Patch4:     smartmontools-5.38-selinux.patch
+Patch5:     smartmontools-5.38-defaultconf.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 PreReq:		/sbin/chkconfig /sbin/service
 Requires:	fileutils mailx
 BuildRequires: readline-devel ncurses-devel /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf util-linux groff gettext
 BuildRequires: libselinux-devel
-Obsoletes:	kernel-utils
+Obsoletes:	kernel-utils smartmontools-config
 ExclusiveArch:	i386 x86_64 %{arm} ia64 ppc ppc64
 
 %description
@@ -36,6 +37,7 @@
 %patch2 -p1 -b .addrinfo
 %patch3 -p1 -b .perc
 %patch4 -p1 -b .selinux
+%patch5 -p1 -b .defaultconf
 
 %build
 ./autogen.sh
@@ -81,6 +83,10 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
 
 %changelog
+* Mon Aug 11 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.38-7
+- fix #458549 - obsolete smartmontools-config
+- change the default configuration file
+
 * Fri Aug 08 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.38-6
 - correct CXXFLAGS so the PIE code is produced
 




More information about the fedora-extras-commits mailing list