Revisions of smartmontools

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 353625 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 69)
- replaced keyring with 2015/2016 key.
  pub   rsa2048/0xDF0F1A49C4A4903A 2014-12-31 [verfällt: 2016-12-31]
  Schl.-Fingerabdruck = F41F 01FC 0784 4958 4FFC  CF57 DF0F 1A49 C4A4 903A
  uid                [  unbekannt] Smartmontools Signing Key (through 2016) <smartmontools-support@lists.sourceforge.net>

- Update to version 6.0.4
  * Device type '  *d usbprolific' for Prolific PL2571/277x USB bridges.
  * SAT: Support for ATA registers returned in fixed format sense data.
  * smartctl '  *i' and '  *  *identify': ATA ACS  *4 and SATA 3.2 enhancements.
  * smartctl '  *l xerror': Support for logs with more than 255 pages.
  * smartctl '  *l devstat': Prints ACS  *3 DSN flags.
  * smartctl '  *l devstat': Read via SMART command if GP log is not
    available.
  * smartctl '  *l scttempsts': Prints SCT SMART STATUS (ACS  *4) and
    vendor specific SCT bytes.
  * configure option '  *  *with  *systemdenvfile=auto' as new default.
  * configure options '  *  *disable  *drivedb', '  *  *enable  *savestates'
    and '  *  *enable  *attributelog' are deprecated.
  * Corresponding '  *  *with  **' options are enhanced accordingly.
  * Configure option '  *  *with  *docdir' is deprecated.
  * autoconf < 2.60 and automake < 1.10 are deprecated.
    (all of the above still work but a warning is printed if used)
  * HDD, SSD and USB additions to drive database.
  * Linux: AACRAID fixes, SMART STATUS should work now.
  * Linux: '/dev/megaraid_sas_ioctl_node' fd leak fix.
  * Darwin: '  *S' command implemented, '  *l devstat' should work now.
  * Cygwin: Compile fix.
  * Windows: Device type '  *d aacraid' for AACRAID controllers.
  * Windows: SAT autodetection based on IOCTL_STORAGE_QUERY_PROPERTY.
  * Windows installer: Fix possible loss of user PATH environment variable.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 254638 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 65)
- Re-add /usr/sbin/rcsmards symlink (bnc#900099).
- Fix service restart in smartmontools.generate_smartd_opts.in
  (bnc#900099). (forwarded request 254637 from sbrabec)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 63)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235964 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 62)
- Build with large file support in 32 bit systems. (forwarded request 235417 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209603 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 61)
- Add supplementary drivedb.h update script
  (smartmontools-drivedb_h-update.sh, bnc#851276).
- Skip drivedb.h verification by rpm -V (bnc#851276).
- Implement intelligent drivedb.h update not overwriting newer
  drivedb.h releases.
- Update smartmontools-drivedb.h to the latest version from the
  upstream branch trunk. (forwarded request 209549 from sbrabec)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 60)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 184938 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 59)
- Update to version 6.2:
  * smartctl: Added ATA write cache reordering control using
    '-g wcreorder' and '-s wcreorder,[on|off]' options.
  * update-smart-drivedb: Updated for new SVN repository.
  * HDD, SSD and USB additions to drive database.
  * Areca RAID support: Fixed possible segfault on empty port.
  * HPT RAID support: Maximum disk number increased to 128. (forwarded request 184877 from sbrabec)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 162799 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 58)
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 162797 from namtrac)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 57)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 145368 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 56)
- Use sysconfig variables (sed on smartd.service.in) and generate
  smartd_opts for systemd smartd.service.
- Remove obsolete parsing of /etc/default/smartmontools
  (it is no more in upstream installation).

- Update to version 6.0 (bnc#789204):
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 143931 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 55)
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} &lt;= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} &gt; 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
----------------- (forwarded request 143927 from sbrabec)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 142175 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 54)
Just a changelog change superseding request 141591.
- Re-introduce smartmontools-sysconfig.patch with
  SMARTD_SAVESTATES, SMARTD_ATTRLOG and SMARTD_EXTRA_OPTS sysconfig
  variables (bnc#790044).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 141456 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 53)
- Update to version 6.0:
  * option/directive '-F nologdir' and '-F xerrorlba'.
  * smartctl '--identify' option.
  * smartctl prints nominal media rotation rate (ATA).
  * smartctl prints SATA version and speed.
  * smartctl '-l sataphy' works for CD/DVD drives also.
  * smartctl '-x' includes ATA Device Statistics.
  * smartd warning emails include device identify info.
  * smartd '-d' output is flushed to support redirection.
  * Many HDD, SSD and USB additions to drive database.
  * smartctl options '-g, --get' and '-s, --set' to get/set various
    ATA settings: AAM, APM, Read look-ahead, Write cache, Security
    (freeze), Standby mode/timer.
  * smartd directive '-e' to set (most of) the above settings on
    startup.
  * smartctl options '-f hex' and '-f hex,[id|val]'.
  * smartctl does not start ATA self-test if another test is
    already running.  Override with new option '-t force'.
  * smartctl supports extended self-test polling times greater
    than 255 minutes.
  * Controller-independent SAT detection: '-d sat,auto[+TYPE]'.
  * smartd.conf DEFAULT directive.
  * Support for SATA disks behind Areca SAS RAID controllers and
    HP Smart Array controllers. (forwarded request 141455 from sbrabec)
Displaying revisions 21 - 40 of 92
openSUSE Build Service is sponsored by