forked from pool/hdparm
Accepting request 1003489 from home:dspinella:branches:Base:System
- Update to 9.65: * Fixed "hdparm --Istdin" to not attempt reading LOG data from a non-existent drive. - Refresh avoid-linux-includes.patch OBS-URL: https://build.opensuse.org/request/show/1003489 OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=108
This commit is contained in:
parent
f65485f9a1
commit
84b3eceef6
@ -1,11 +1,13 @@
|
|||||||
--- hdparm-9.64/hdparm.c
|
--- hdparm-9.64/hdparm.c
|
||||||
+++ hdparm-9.64/hdparm.c
|
+++ hdparm-9.64/hdparm.c
|
||||||
@@ -24,9 +24,6 @@
|
@@ -24,11 +24,6 @@
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
-#include <linux/types.h>
|
-#include <linux/types.h>
|
||||||
|
-#ifndef FSCONFIG_SET_FLAG
|
||||||
-#include <linux/fs.h>
|
-#include <linux/fs.h>
|
||||||
|
-#endif
|
||||||
-#include <linux/major.h>
|
-#include <linux/major.h>
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:315b956951c3fea027287de204381534217c0bd0f37b4935877fe2db0cab859a
|
|
||||||
size 140307
|
|
BIN
hdparm-9.65.tar.gz
(Stored with Git LFS)
Normal file
BIN
hdparm-9.65.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 14 09:15:05 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Update to 9.65:
|
||||||
|
* Fixed "hdparm --Istdin" to not attempt reading LOG data from a non-existent drive.
|
||||||
|
- Refresh avoid-linux-includes.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 11:52:28 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Aug 9 11:52:28 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hdparm
|
Name: hdparm
|
||||||
Version: 9.64
|
Version: 9.65
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user