Hello community,

here is the log from the commit of package smartmontools for openSUSE:Factory 
checked in at 2011-11-24 12:37:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smartmontools (Old)
 and      /work/SRC/openSUSE:Factory/.smartmontools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smartmontools", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/smartmontools/smartmontools.changes      
2011-10-26 15:46:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.smartmontools.new/smartmontools.changes 
2011-11-24 11:37:30.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 22 21:30:08 UTC 2011 - [email protected]
+
+- When in a virtualized envirnment, hard disk monitoring
+  with smartd is a task for the host, make systemd to skip
+  the service if found running in such setup.
+
+-------------------------------------------------------------------

New:
----
  smartd-service-novm.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ smartmontools.spec ++++++
--- /var/tmp/diff_new_pack.wJTL5O/_old  2011-11-24 11:37:31.000000000 +0100
+++ /var/tmp/diff_new_pack.wJTL5O/_new  2011-11-24 11:37:31.000000000 +0100
@@ -34,6 +34,7 @@
 Patch9:         COPYING-address.patch
 # PATCH-FIX-OPENSUSE smartmontools-var-lock-subsys.patch [email protected] -- Do 
not use unsupported /var/lock/subsys.
 Patch10:        smartmontools-var-lock-subsys.patch
+Patch11:        smartd-service-novm.patch
 PreReq:         %fillup_prereq
 PreReq:         %insserv_prereq
 PreReq:         coreutils
@@ -77,6 +78,7 @@
 %patch8 -p1
 %patch9
 %patch10 -p1
+%patch11
 
 %build
 AUTOMAKE=/usr/bin/automake-1.11 ./autogen.sh

++++++ smartd-service-novm.patch ++++++
--- smartd.service.in.orig
+++ smartd.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Self Monitoring and Reporting Technology (SMART) Daemon
 After=syslog.target
-
+ConditionVirtualization=false
 [Service]
 EnvironmentFile=/usr/local/etc/sysconfig/smartmontools
 ExecStart=/usr/local/sbin/smartd -n $smartd_opts
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to