rpms/libatasmart/F-11 libatasmart.spec,1.16,1.17

Lennart Poettering lennart at fedoraproject.org
Wed May 6 18:57:28 UTC 2009


Author: lennart

Update of /cvs/pkgs/rpms/libatasmart/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30976

Modified Files:
	libatasmart.spec 
Log Message:
Update handling of one ST drive, add another quirk for a weird FUJITSU drive (rhbz 498284)


Index: libatasmart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libatasmart/F-11/libatasmart.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- libatasmart.spec	22 Apr 2009 23:37:01 -0000	1.16
+++ libatasmart.spec	6 May 2009 18:56:58 -0000	1.17
@@ -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
 %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 <lpoetter at redhat.com> 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 <lpoetter at redhat.com> 0.12-2
 - Properly handle some ST and FUJITSU drive attributes. (rhbz 496087, 497107)
 




More information about the scm-commits mailing list