diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,3 +1,5 @@ libc.so.6 +libcap-ng.so.0 libgcc_s.so.1 libstdc++.so.6 +libsystemd.so.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,13 +1,15 @@ name : smartmontools -version : 6.6 -release : 2 +version : '7.0' +release : 3 source : - - https://netcologne.dl.sourceforge.net/project/smartmontools/smartmontools/6.6/smartmontools-6.6.tar.gz : 51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054 + - https://netcologne.dl.sourceforge.net/project/smartmontools/smartmontools/7.0/smartmontools-7.0.tar.gz : e5e1ac2786bc87fdbd6f92d0ee751b799fbb3e1a09c0a6a379f9eb64b3e8f61c license : GPL-2.0 component : system.utils summary : smartmontools to check S.M.A.R.T information on harddrives/SSD description: | The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA/SATA, SCSI/SAS and NVMe disks +builddeps : + - pkgconfig(libcap-ng) setup : | %configure build : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -23,19 +23,39 @@ /etc/smartd_warning.d /etc/smartd_warning.sh /usr/lib/systemd/system/smartd.service - /usr/sbin - /usr/share/doc - /usr/share/man - /usr/share/smartmontools + /usr/sbin/smartctl + /usr/sbin/smartd + /usr/sbin/update-smart-drivedb + /usr/share/doc/smartmontools/AUTHORS + /usr/share/doc/smartmontools/COPYING + /usr/share/doc/smartmontools/ChangeLog + /usr/share/doc/smartmontools/ChangeLog-5.0-6.0 + /usr/share/doc/smartmontools/INSTALL + /usr/share/doc/smartmontools/NEWS + /usr/share/doc/smartmontools/README + /usr/share/doc/smartmontools/TODO + /usr/share/doc/smartmontools/examplescripts/Example1 + /usr/share/doc/smartmontools/examplescripts/Example2 + /usr/share/doc/smartmontools/examplescripts/Example3 + /usr/share/doc/smartmontools/examplescripts/Example4 + /usr/share/doc/smartmontools/examplescripts/Example5 + /usr/share/doc/smartmontools/examplescripts/Example6 + /usr/share/doc/smartmontools/examplescripts/README + /usr/share/doc/smartmontools/smartd.conf + /usr/share/man/man5/smartd.conf.5 + /usr/share/man/man8/smartctl.8 + /usr/share/man/man8/smartd.8 + /usr/share/man/man8/update-smart-drivedb.8 + /usr/share/smartmontools/drivedb.h - - 2017-11-22 - 6.6 + + 2019-01-01 + 7.0 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file