forked from pool/hdparm
Accepting request 556926 from home:kstreitova:branches:Base:System
- update to version 9.52 * 9.52 - add support for Jmicron USB-SATA bridges * 9.51 - New --security-prompt-for-password flag for use with the various --security- actions - Makefile tweak - fix spelling/typos in man page and "removable" - fix spelling/typos in --sanitize-crypto-scramble - fix NULL password handling in --security-unlock * 9.50 - minor fixes for sanitize device stuff * 9.49 - add ACS-3 overprovisioning support - fix bug in display of security section and use updated erase-time values from ACS-3 - increase timeout on fwdownload to 2 minutes - fix bugs from devslp patch - run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/556926 OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=84
This commit is contained in:
parent
987bb867e8
commit
715579ef1e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce97b4a71cb04146f54cf6f69787e7f97ddfda9836dc803b459d3b3df3a4fbee
|
||||
size 130277
|
3
hdparm-9.52.tar.gz
Normal file
3
hdparm-9.52.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3429cd423e271fa565bf584598fd751dd2e773bb7199a592b06b5a61cec4fb6
|
||||
size 140737
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 16:36:54 UTC 2017 - kstreitova@suse.com
|
||||
|
||||
- update to version 9.52
|
||||
* 9.52 - add support for Jmicron USB-SATA bridges
|
||||
* 9.51 - New --security-prompt-for-password flag for use with the
|
||||
various --security- actions
|
||||
- Makefile tweak
|
||||
- fix spelling/typos in man page and "removable"
|
||||
- fix spelling/typos in --sanitize-crypto-scramble
|
||||
- fix NULL password handling in --security-unlock
|
||||
* 9.50 - minor fixes for sanitize device stuff
|
||||
* 9.49 - add ACS-3 overprovisioning support
|
||||
- fix bug in display of security section and use updated
|
||||
erase-time values from ACS-3
|
||||
- increase timeout on fwdownload to 2 minutes
|
||||
- fix bugs from devslp patch
|
||||
- run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 13:44:34 UTC 2016 - kstreitova@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hdparm
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: hdparm
|
||||
Version: 9.48
|
||||
Version: 9.52
|
||||
Release: 0
|
||||
Summary: A Program to get and set hard disk parameters
|
||||
License: SUSE-Permissive
|
||||
@ -32,7 +32,6 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Requires(post): coreutils
|
||||
Provides: base:/sbin/hdparm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
A shell utility to access and tune the ioctl features of the Linux IDE
|
||||
@ -65,7 +64,6 @@ ln -sf %{_sbindir}/hdparm "%{buildroot}/sbin"
|
||||
#EndUsrMerge
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changelog README.acoustic contrib/README.contrib README.wiper
|
||||
%{_mandir}/man8/hdparm.8%{ext_man}
|
||||
#UsrMerge
|
||||
|
Loading…
Reference in New Issue
Block a user