forked from pool/hdparm
Accepting request 599367 from home:kstreitova:branches:Base:System
- update to version 9.56 * 9.56 - fixed byte order for --Istdout so that --Istdin can grok it - added --Iraw for raw binary output of IDENTIFY data to a file * 9.55 - added #include <sys/sysmacros.h> for major()/minor() macros * 9.54 - Partial revert of Jmicron changes, from Jan Friesse. * 9.53 - Read Drive Capacity fixes from Iestyn Walters. - SET MAX ADDRESS fixes from Tom Yan <tom.ty89@gmail.com> - added --security-prompt-for-password to --security-help output - fwdownload changes from Jihoon Lee. OBS-URL: https://build.opensuse.org/request/show/599367 OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=86
This commit is contained in:
parent
715579ef1e
commit
e1e6963521
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c3429cd423e271fa565bf584598fd751dd2e773bb7199a592b06b5a61cec4fb6
|
|
||||||
size 140737
|
|
3
hdparm-9.56.tar.gz
Normal file
3
hdparm-9.56.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ff9ed695f1017396eec4101f990f114b7b0e0a04c5aa6369c0394053d16e4da
|
||||||
|
size 137213
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 20 14:20:48 UTC 2018 - kstreitova@suse.com
|
||||||
|
|
||||||
|
- update to version 9.56
|
||||||
|
* 9.56 - fixed byte order for --Istdout so that --Istdin can
|
||||||
|
grok it
|
||||||
|
- added --Iraw for raw binary output of IDENTIFY data
|
||||||
|
to a file
|
||||||
|
* 9.55 - added #include <sys/sysmacros.h> for major()/minor()
|
||||||
|
macros
|
||||||
|
* 9.54 - Partial revert of Jmicron changes, from Jan Friesse.
|
||||||
|
* 9.53 - Read Drive Capacity fixes from Iestyn Walters.
|
||||||
|
- SET MAX ADDRESS fixes from Tom Yan <tom.ty89@gmail.com>
|
||||||
|
- added --security-prompt-for-password to --security-help
|
||||||
|
output
|
||||||
|
- fwdownload changes from Jihoon Lee.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 13 16:36:54 UTC 2017 - kstreitova@suse.com
|
Wed Dec 13 16:36:54 UTC 2017 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hdparm
|
# spec file for package hdparm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hdparm
|
Name: hdparm
|
||||||
Version: 9.52
|
Version: 9.56
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Program to get and set hard disk parameters
|
Summary: A Program to get and set hard disk parameters
|
||||||
License: SUSE-Permissive
|
License: SUSE-Permissive
|
||||||
@ -65,7 +65,7 @@ ln -sf %{_sbindir}/hdparm "%{buildroot}/sbin"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changelog README.acoustic contrib/README.contrib README.wiper
|
%doc Changelog README.acoustic contrib/README.contrib README.wiper
|
||||||
%{_mandir}/man8/hdparm.8%{ext_man}
|
%{_mandir}/man8/hdparm.8%{?ext_man}
|
||||||
#UsrMerge
|
#UsrMerge
|
||||||
/sbin/hdparm
|
/sbin/hdparm
|
||||||
/sbin/wiper.sh
|
/sbin/wiper.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user