Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package smartmontools for openSUSE:Factory 
checked in at 2021-08-27 21:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smartmontools (Old)
 and      /work/SRC/openSUSE:Factory/.smartmontools.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smartmontools"

Fri Aug 27 21:43:17 2021 rev:83 rq:914058 version:7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/smartmontools/smartmontools.changes      
2021-04-10 15:27:01.054353065 +0200
+++ /work/SRC/openSUSE:Factory/.smartmontools.new.1899/smartmontools.changes    
2021-08-27 21:43:26.665938588 +0200
@@ -1,0 +2,7 @@
+Tue Aug 24 14:32:48 UTC 2021 - Stanislav Brabec <[email protected]>
+
+- smartmontools-drivedb_h-update.sh: Fix update needed logic.
+- Add smartmontools-drivedb.h, the latest version from the upstream
+  branch RELEASE_7_2_DRIVEDB.
+
+-------------------------------------------------------------------
@@ -38,0 +46,3 @@
+- drop smartmontools-smartd-service.patch
+  (SLE+Leap, now in upstream, bsc#1183699)
+
@@ -68,0 +79,2 @@
+- Drop smartmontools-nvme_ioctl_h-license.patch (SLE+Leap,
+  now in upstream, https://www.smartmontools.org/ticket/1226)

New:
----
  smartmontools-drivedb.h

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

Other differences:
------------------
++++++ smartmontools.spec ++++++
--- /var/tmp/diff_new_pack.MDz81T/_old  2021-08-27 21:43:27.373939407 +0200
+++ /var/tmp/diff_new_pack.MDz81T/_new  2021-08-27 21:43:27.377939412 +0200
@@ -34,7 +34,7 @@
 # SOURCE-FEATURE-SLE smartmontools-drivedb_h-update.sh bnc851276 
[email protected] -- Supplementary script to update drivedb.h.
 Source6:        smartmontools-drivedb_h-update.sh
 # SOURCE-FEATURE-UPSTREAM smartmontools-drivedb.h bnc851276 [email protected] -- 
Update of drivedb.h. (Following line is handled by 
smartmontools-drivedb_h-update.sh.)
-#Source7:        smartmontools-drivedb.h
+Source7:        smartmontools-drivedb.h
 Source8:        smartd_generate_opts.path
 Source9:        smartd_generate_opts.service
 # PATCH-FEATURE-OPENSUSE smartmontools-suse-default.patch [email protected] -- 
Define smart SUSE defaults.
@@ -73,7 +73,7 @@
 %setup -q
 cp -a %{SOURCE2} %{SOURCE5} .
 # Following line is handled by smartmontools-drivedb_h-update.sh.
-#cp -a %{SOURCE7} drivedb.h.new
+cp -a %{SOURCE7} drivedb.h.new
 %patch4
 %patch10 -p1
 #


++++++ smartmontools-drivedb.h ++++++
++++ 6203 lines (skipped)

++++++ smartmontools-drivedb_h-update.sh ++++++
--- /var/tmp/diff_new_pack.MDz81T/_old  2021-08-27 21:43:27.465939514 +0200
+++ /var/tmp/diff_new_pack.MDz81T/_new  2021-08-27 21:43:27.465939514 +0200
@@ -73,7 +73,7 @@
 # Return to the OSC repository and perform needed changes.
 cd - >/dev/null
 
-if test $EQUAL -o \( $UPD_TIME -le $PCK_TIME \) ; then
+if test $EQUAL = true -o \( $UPD_TIME -le $PCK_TIME \) ; then
        echo "No drivedb.h update available."
        if test -f smartmontools-drivedb.h ; then
                osc rm --force smartmontools-drivedb.h

Reply via email to