OBS User unknown 2008-08-14 00:57:39 +00:00 committed by Git OBS Bridge
parent dd0613093a
commit 0a920383fb
5 changed files with 59 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bae452887f014be7bc62359af8536edc1bd273534e8894c115f95b4573d27b4
size 63317

3
hdparm-8.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99254ac94b86923cc68719af9f38519253840bb1a4dcc0b3e3082c4a71aa7682
size 67183

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Aug 12 17:19:18 CEST 2008 - lmichnovic@suse.cz
- update to version 8.9
* Add compatibility for /sys/block/ symlinks, as seen on some
distro kernels.
- version 8.8
* Fixed bugs in -r, -a, and -Q flags.
- version 8.7
* fixes to permit building against older kernels which lack SG_IO
* added build script for empeg systems
* removed -R, -U flags: kernel support is broken and being removed
* fixed IO_support output
* prevent error messages from default flags
* added sysfs.c, geom.c, fibmap.c
* use sysfs for device start_lba/nsectors values whereever
possible (for >= 2TB drives)
* new standalone --fibmap and --fibmap-sector flags
* converted -Q to access the queue_depth attribute from sysfs
(now works for SATA!)
* fixed readonly issue with optical drives that some people
noticed
-------------------------------------------------------------------
Wed Feb 27 11:41:08 CET 2008 - lmichnovic@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package hdparm (Version 8.6)
# spec file for package hdparm (Version 8.9)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -17,14 +24,14 @@ Group: Hardware/Other
PreReq: %insserv_prereq %fillup_prereq coreutils
Provides: base:/sbin/hdparm
AutoReqProv: on
Version: 8.6
Version: 8.9
Release: 1
Summary: A Program to Get and Set Hard Disk Parameters
Source: hdparm-%{version}.tar.bz2
Source1: 56-idedma.rules
Source2: sysconfig.ide
Source3: udev.idedma.sh
Patch1: hdparm-8.6-nostrip.patch
Patch1: hdparm-8.9-nostrip.patch
Url: http://sourceforge.net/projects/hdparm/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -109,6 +116,26 @@ fi
/var/adm/fillup-templates/sysconfig.ide
%changelog
* Tue Aug 12 2008 lmichnovic@suse.cz
- update to version 8.9
* Add compatibility for /sys/block/ symlinks, as seen on some
distro kernels.
- version 8.8
* Fixed bugs in -r, -a, and -Q flags.
- version 8.7
* fixes to permit building against older kernels which lack SG_IO
* added build script for empeg systems
* removed -R, -U flags: kernel support is broken and being removed
* fixed IO_support output
* prevent error messages from default flags
* added sysfs.c, geom.c, fibmap.c
* use sysfs for device start_lba/nsectors values whereever
possible (for >= 2TB drives)
* new standalone --fibmap and --fibmap-sector flags
* converted -Q to access the queue_depth attribute from sysfs
(now works for SATA!)
* fixed readonly issue with optical drives that some people
noticed
* Wed Feb 27 2008 lmichnovic@suse.cz
- update to version 8.6
* add partition safeguards to r/w sector and make_bad_sector
@ -187,7 +214,7 @@ fi
- fix permissions for fillup-template
* Tue May 01 2007 schwab@suse.de
- Don't strip binaries.
* Mon Apr 30 2007 ro@suse.de
* Tue May 01 2007 ro@suse.de
- update to 7.3
- fixed spelling of --drq-hsm-error in -h output
- fixed SG_IO CDB[2] bits for better SAT compliance