automatic version update by autodist [release 7.4-1mamba;Wed Aug 02 2023]
This commit is contained in:
parent
b382278797
commit
a7151e8c86
@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
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 and SCSI harddisks.
|
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 and SCSI harddisks.
|
||||||
In many cases, these utilities will provide advanced warning of disk degradation and failure.
|
In many cases, these utilities will provide advanced warning of disk degradation and failure.
|
||||||
|
|
||||||
Smartmontools supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices.
|
Smartmontools supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices.
|
||||||
|
|
||||||
|
@ -1,28 +1,30 @@
|
|||||||
Name: smartmontools
|
Name: smartmontools
|
||||||
Version: 7.2
|
Version: 7.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Utility programs to control and monitor storage systems using the Self-Monitoring
|
Summary: Utility programs to control and monitor storage systems using the Self-Monitoring
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://smartmontools.sourceforge.net
|
URL: https://www.smartmontools.org/
|
||||||
Source: http://downloads.sourceforge.net/project/smartmontools/smartmontools/%{version}/smartmontools-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/smartmontools/smartmontools/%{version}/smartmontools-%{version}.tar.gz
|
||||||
Patch0: %{name}-5.42.1-init-openmamba.patch
|
Patch0: %{name}-5.42.1-init-openmamba.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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 and SCSI harddisks.
|
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 and SCSI harddisks.
|
||||||
In many cases, these utilities will provide advanced warning of disk degradation and failure.
|
In many cases, these utilities will provide advanced warning of disk degradation and failure.
|
||||||
|
|
||||||
Smartmontools supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices.
|
Smartmontools supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch 0 -p 1
|
%patch 0 -p 1
|
||||||
@ -38,6 +40,18 @@ Smartmontools supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devi
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post
|
||||||
|
%systemd_post smartd
|
||||||
|
:
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_preun smartd
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%systemd_postun_with_restart smartd
|
||||||
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/smartd_warning.sh
|
%{_sysconfdir}/smartd_warning.sh
|
||||||
@ -45,7 +59,7 @@ Smartmontools supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devi
|
|||||||
%{_sbindir}/smartctl
|
%{_sbindir}/smartctl
|
||||||
%{_sbindir}/smartd
|
%{_sbindir}/smartd
|
||||||
%{_sbindir}/update-smart-drivedb
|
%{_sbindir}/update-smart-drivedb
|
||||||
/lib/systemd/system/smartd.service
|
%{_unitdir}/smartd.service
|
||||||
%{_datadir}/smartmontools/drivedb.h
|
%{_datadir}/smartmontools/drivedb.h
|
||||||
%{_docdir}/smartmontools/*
|
%{_docdir}/smartmontools/*
|
||||||
%{_mandir}/man5/smartd.conf.5*
|
%{_mandir}/man5/smartd.conf.5*
|
||||||
@ -56,6 +70,12 @@ Smartmontools supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devi
|
|||||||
#NEWS README TODO
|
#NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 7.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 7.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jan 02 2021 Automatic Build System <autodist@mambasoft.it> 7.2-1mamba
|
* Sat Jan 02 2021 Automatic Build System <autodist@mambasoft.it> 7.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user