forked from pool/libatasmart
Accepting request 20245 from Base:System
Copy from Base:System/libatasmart based on submit request 20245 from user vuntz OBS-URL: https://build.opensuse.org/request/show/20245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libatasmart?expand=0&rev=2
This commit is contained in:
parent
51784a07ed
commit
6fee6f52d4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d9b5404a796b782f539e356c76741e8bfedf301d480e333c8c9454e3c6ceecf
|
|
||||||
size 278101
|
|
3
libatasmart-0.14.tar.bz2
Normal file
3
libatasmart-0.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7cf001b963920f3662992b4e625407181759cbfe66580acd088e085f952f507
|
||||||
|
size 298966
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 9 18:32:00 CEST 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.14:
|
||||||
|
+ Get rid of qurik 9_UNKNOWN again
|
||||||
|
+ add missing 'else'
|
||||||
|
+ add another sunplus bridge to the list of supported sunplus
|
||||||
|
bridges
|
||||||
|
+ look at lower 32 bit of current-pending-sector raw data only,
|
||||||
|
similar to reallocated-sector-count
|
||||||
|
+ black list a few attributes on FUJITSU MHY2120BH/0085000B
|
||||||
|
+ rename SK_DISK_TYPE_ATA to SK_DISK_TYPE_LINUX_IDE
|
||||||
|
+ allow prefixing device strings with access methods
|
||||||
|
+ show full device string when dumping status
|
||||||
|
+ if the ID_ATA_SMART_ACCESS udev env var is set for a device
|
||||||
|
read the access method from it
|
||||||
|
+ blacklist attribute 5 of an hitachi drive
|
||||||
|
+ verify parsing of all attributes
|
||||||
|
+ add MHY2250B/0085000B to quirk db
|
||||||
|
+ rename failed to bad
|
||||||
|
+ rework logic that determines verdict of drive
|
||||||
|
+ bump soname due to ABI change
|
||||||
|
+ add entries to database
|
||||||
|
+ fix parsing of power-on-minutes
|
||||||
|
+ highlight if smart status is bad
|
||||||
|
- Rename libatasmart0 to libatasmart4 because of soname change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 10 02:22:38 CET 2009 - mboman@suse.de
|
Sun May 10 02:22:38 CET 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libatasmart (Version 0.13)
|
# spec file for package libatasmart (Version 0.14)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libatasmart
|
Name: libatasmart
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||||
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
||||||
@ -34,12 +34,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
||||||
health monitoring.
|
health monitoring.
|
||||||
|
|
||||||
%package -n libatasmart0
|
%package -n libatasmart4
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libatasmart0
|
%description -n libatasmart4
|
||||||
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
||||||
health monitoring.
|
health monitoring.
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ health monitoring.
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Utilities
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Utilities
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Requires: libatasmart0 = %{version}
|
Requires: libatasmart4 = %{version}
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
||||||
@ -57,7 +57,7 @@ health monitoring.
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Development Files
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libatasmart0 = %{version}
|
Requires: libatasmart4 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
||||||
@ -77,11 +77,11 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -n libatasmart0 -p /sbin/ldconfig
|
%post -n libatasmart4 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libatasmart0 -p /sbin/ldconfig
|
%postun -n libatasmart4 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libatasmart0
|
%files -n libatasmart4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README LGPL
|
%doc README LGPL
|
||||||
%{_libdir}/libatasmart.so.*
|
%{_libdir}/libatasmart.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user