- fix #458549 - obsolete smartmontools-config
- change the default configuration file
This commit is contained in:
parent
ea34e726cf
commit
a856d70bed
12
smartmontools-5.38-defaultconf.patch
Normal file
12
smartmontools-5.38-defaultconf.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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.
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for monitoring SMART capable hard disks
|
Summary: Tools for monitoring SMART capable hard disks
|
||||||
Name: smartmontools
|
Name: smartmontools
|
||||||
Version: 5.38
|
Version: 5.38
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -13,13 +13,14 @@ Patch1: smartmontools-5.38-cloexec.patch
|
|||||||
Patch2: smartmontools-5.37-addrinfo.patch
|
Patch2: smartmontools-5.37-addrinfo.patch
|
||||||
Patch3: smartmontools-5.38-perc.patch
|
Patch3: smartmontools-5.38-perc.patch
|
||||||
Patch4: smartmontools-5.38-selinux.patch
|
Patch4: smartmontools-5.38-selinux.patch
|
||||||
|
Patch5: smartmontools-5.38-defaultconf.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
PreReq: /sbin/chkconfig /sbin/service
|
PreReq: /sbin/chkconfig /sbin/service
|
||||||
Requires: fileutils mailx
|
Requires: fileutils mailx
|
||||||
BuildRequires: readline-devel ncurses-devel /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf util-linux groff gettext
|
BuildRequires: readline-devel ncurses-devel /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf util-linux groff gettext
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
Obsoletes: kernel-utils
|
Obsoletes: kernel-utils smartmontools-config
|
||||||
ExclusiveArch: i386 x86_64 %{arm} ia64 ppc ppc64
|
ExclusiveArch: i386 x86_64 %{arm} ia64 ppc ppc64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,6 +37,7 @@ failure.
|
|||||||
%patch2 -p1 -b .addrinfo
|
%patch2 -p1 -b .addrinfo
|
||||||
%patch3 -p1 -b .perc
|
%patch3 -p1 -b .perc
|
||||||
%patch4 -p1 -b .selinux
|
%patch4 -p1 -b .selinux
|
||||||
|
%patch5 -p1 -b .defaultconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -81,6 +83,10 @@ exit 0
|
|||||||
%config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
|
%config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 11 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-7
|
||||||
|
- fix #458549 - obsolete smartmontools-config
|
||||||
|
- change the default configuration file
|
||||||
|
|
||||||
* Fri Aug 08 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-6
|
* Fri Aug 08 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-6
|
||||||
- correct CXXFLAGS so the PIE code is produced
|
- correct CXXFLAGS so the PIE code is produced
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user