forked from pool/hdparm
Accepting request 17608 from Base:System
Copy from Base:System/hdparm based on submit request 17608 from user mseben OBS-URL: https://build.opensuse.org/request/show/17608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdparm?expand=0&rev=29
This commit is contained in:
parent
98cbb1eb96
commit
67b444a9e8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c9b3788a51c258ec6e553b29917b2fa7f9dbd31886264673224d133f29957e4
|
||||
size 89667
|
3
hdparm-9.22.tar.bz2
Normal file
3
hdparm-9.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a6a3c3996dd7a6584fbb2b84dd7b6338b21f60a045f2373959ea850ff79ccc2
|
||||
size 94717
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 14:10:47 CEST 2009 - mseben@suse.cz
|
||||
|
||||
- updated to hdparm 9.22
|
||||
- added fsync() call inside --fallocate
|
||||
- fixed fibmap.c to work around an observed ext4 bug with FIEMAP's "LAST" flag
|
||||
- added detailed comments to wiper.sh
|
||||
- more rework of wiper.sh, added xfs support, added generic online support
|
||||
- twiddled the code in geom.c slightly
|
||||
- cosmetic changes in fibmap.c and the manpage description of --fibmap
|
||||
- added kernel patch for compat_ioctl::fiemap support
|
||||
- version hdparm 9.21
|
||||
- fixes and (big) speedups to wiper.sh (v1.2) script
|
||||
- version hdparm 9.20
|
||||
- unified the online/offline wiper scripts into a single wiper.sh script
|
||||
- fixed bug whereby the wiper scripts generated command-lines too long for bash
|
||||
- fixed non-zero exit status from successful --trim-sector-ranges
|
||||
- reimplemented --trim-sector-ranges to use sg16() directly, with aligned data
|
||||
- allow wiper scripts to issue TRIM with up to 255 sectors of LBA-range data
|
||||
- added kernel patch file for sil24 protocol fix, needed for wiper/TRIM
|
||||
- cosmetic updates to the wiper scripts
|
||||
- fixed confirmation prompt text for --trim-sector-ranges
|
||||
- fixed manpage example for --trim-sector-ranges
|
||||
- removed some dead code (previously #if 0'd)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 11:11:42 CEST 2009 - mseben@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package hdparm (Version 9.19)
|
||||
# spec file for package hdparm (Version 9.22)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,7 +24,7 @@ Group: Hardware/Other
|
||||
PreReq: %insserv_prereq %fillup_prereq coreutils
|
||||
Provides: base:/sbin/hdparm
|
||||
AutoReqProv: on
|
||||
Version: 9.19
|
||||
Version: 9.22
|
||||
Release: 1
|
||||
Summary: A Program to Get and Set Hard Disk Parameters
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user