From 84b3eceef6ad494b88214d37c9e08c0be672752eb17949063e5a5bd8b7deee6f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Sep 2022 08:30:57 +0000 Subject: [PATCH] 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 --- avoid-linux-includes.patch | 4 +++- hdparm-9.64.tar.gz | 3 --- hdparm-9.65.tar.gz | 3 +++ hdparm.changes | 7 +++++++ hdparm.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 hdparm-9.64.tar.gz create mode 100644 hdparm-9.65.tar.gz diff --git a/avoid-linux-includes.patch b/avoid-linux-includes.patch index 9c0f572..a4f1816 100644 --- a/avoid-linux-includes.patch +++ b/avoid-linux-includes.patch @@ -1,11 +1,13 @@ --- hdparm-9.64/hdparm.c +++ hdparm-9.64/hdparm.c -@@ -24,9 +24,6 @@ +@@ -24,11 +24,6 @@ #include #include #include -#include +-#ifndef FSCONFIG_SET_FLAG -#include +-#endif -#include #include #include diff --git a/hdparm-9.64.tar.gz b/hdparm-9.64.tar.gz deleted file mode 100644 index dc235fb..0000000 --- a/hdparm-9.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:315b956951c3fea027287de204381534217c0bd0f37b4935877fe2db0cab859a -size 140307 diff --git a/hdparm-9.65.tar.gz b/hdparm-9.65.tar.gz new file mode 100644 index 0000000..5efdde8 --- /dev/null +++ b/hdparm-9.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b +size 140425 diff --git a/hdparm.changes b/hdparm.changes index b436d67..d51d936 100644 --- a/hdparm.changes +++ b/hdparm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 14 09:15:05 UTC 2022 - Danilo Spinella + +- 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 diff --git a/hdparm.spec b/hdparm.spec index 3cbbd23..4a1ecf9 100644 --- a/hdparm.spec +++ b/hdparm.spec @@ -17,7 +17,7 @@ Name: hdparm -Version: 9.64 +Version: 9.65 Release: 0 Summary: A Program to get and set hard disk parameters License: SUSE-Permissive