Accepting request 1149115 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1149115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdparm?expand=0&rev=82
This commit is contained in:
Ana Guerrero 2024-02-23 15:41:05 +00:00 committed by Git OBS Bridge
commit 44d963eca7
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 07:49:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Dec 27 12:26:26 UTC 2022 - Ludwig Nussel <lnussel@suse.com>

View File

@ -41,11 +41,11 @@ driver and IDE drives.
%prep
%setup -q
%patch1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch -P 1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
%build
%make_build CFLAGS="%{optflags} -Wall -Wstrict-prototypes" LDFLAGS= CC="gcc"