Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package smartmontools for openSUSE:Factory checked in at 2023-07-17 19:22:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smartmontools (Old) and /work/SRC/openSUSE:Factory/.smartmontools.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smartmontools" Mon Jul 17 19:22:46 2023 rev:90 rq:1098798 version:7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/smartmontools/smartmontools.changes 2023-03-08 14:52:11.546551839 +0100 +++ /work/SRC/openSUSE:Factory/.smartmontools.new.3193/smartmontools.changes 2023-07-17 19:22:50.993585703 +0200 @@ -1,0 +2,6 @@ +Thu Jul 13 20:39:37 UTC 2023 - Antonio Teixeira <[email protected]> + +- smartmontools.generate_smartd_opts.in: Fix generated options when + SMARTD_SAVESTATES or SMARTD_ATTRLOG are set to "no" (bsc#1207461). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smartmontools.generate_smartd_opts.in ++++++ --- /var/tmp/diff_new_pack.n3Cj8E/_old 2023-07-17 19:22:52.037591752 +0200 +++ /var/tmp/diff_new_pack.n3Cj8E/_new 2023-07-17 19:22:52.041591775 +0200 @@ -29,10 +29,10 @@ smartd_opts="$smartd_opts -B $SMARTD_DRIVEDB" fi if test "$SMARTD_SAVESTATES" = "no" ; then - smartd_opts="$smartd_opts -s \"\"" + smartd_opts="$smartd_opts -s -" fi if test "$SMARTD_ATTRLOG" = "no" ; then - smartd_opts="$smartd_opts -A \"\"" + smartd_opts="$smartd_opts -A -" fi if test -n "$SMARTD_EXTRA_OPTS" ; then smartd_opts="$smartd_opts $SMARTD_EXTRA_OPTS"
