From 56eaa9f4973174d1eaf44da873840078bdbb7d2d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: May 06 2009 18:56:58 +0000 Subject: Update handling of one ST drive, add another quirk for a weird FUJITSU drive (rhbz 498284) --- diff --git a/libatasmart.spec b/libatasmart.spec index 9f1a444..3c061f0 100644 --- a/libatasmart.spec +++ b/libatasmart.spec @@ -1,6 +1,6 @@ Name: libatasmart Version: 0.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ATA S.M.A.R.T. Disk Health Monitoring Library Group: System Environment/Libraries Source0: http://0pointer.de/public/libatasmart-%{version}.tar.gz @@ -11,6 +11,8 @@ BuildRequires: libudev-devel Patch1: 0001-don-t-claim-we-would-know-what-reallocated-event-cou.patch Patch2: 0001-Seagate-s-ST9160821AS-drive-encodes-something-strang.patch Patch3: 0001-use-only-uppermost-32-bits-for-reallocated-sectors-c.patch +Patch4: 0001-Get-rid-of-qurik-9_UNKNOWN-again.patch +Patch5: 0001-black-list-a-few-attributes-on-FUJITSU-MHY2120BH-008.patch %description A small and lightweight parser library for ATA S.M.A.R.T. hard disk @@ -33,6 +35,8 @@ Development Files for libatasmart Client Development %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build %configure --disable-static @@ -61,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %doc blob-examples/SAMSUNG* blob-examples/ST* blob-examples/Maxtor* blob-examples/WDC* %changelog +* Wed May 6 2009 Lennart Poettering 0.12-3 +- Update handling of one ST drive, add another quirk for a weird FUJITSU drive (rhbz 498284) + * Wed Apr 22 2009 Lennart Poettering 0.12-2 - Properly handle some ST and FUJITSU drive attributes. (rhbz 496087, 497107)