Accepting request 1151108 from home:dimstar:rpm4.20:c
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151108 OBS-URL: https://build.opensuse.org/package/show/hardware/crda?expand=0&rev=44
This commit is contained in:
parent
8147f5a194
commit
7553a9b793
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 10:49:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 23 10:57:35 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
Fri Jun 23 10:57:35 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -52,9 +52,9 @@ through udev.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .p0
|
%patch -P 0 -p1 -b .p0
|
||||||
%patch1 -p1 -b .p1
|
%patch -P 1 -p1 -b .p1
|
||||||
%patch2 -p1 -b .p2
|
%patch -P 2 -p1 -b .p2
|
||||||
# make install calls 'ldconfig' and fails if it cannot run it...
|
# make install calls 'ldconfig' and fails if it cannot run it...
|
||||||
ln -s /bin/true ldconfig
|
ln -s /bin/true ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user