Accepting request 1149011 from home:dimstar:rpm4.20:h

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149011
OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=112
This commit is contained in:
Dirk Mueller 2024-02-22 09:25:34 +00:00 committed by Git OBS Bridge
parent 7aee87415d
commit 3942be4bf8
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"