Accepting request 1147820 from home:dimstar:rpm4.20:a

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147820
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=214
This commit is contained in:
Takashi Iwai 2024-02-20 11:24:42 +00:00 committed by Git OBS Bridge
parent 3b72cd4617
commit 1a02a318f5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:58:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Feb 2 14:55:32 UTC 2024 - Takashi Iwai <tiwai@suse.com>

View File

@ -84,9 +84,9 @@ and test audio before and after PM state changes.
%prep
%setup -q
%patch100 -p1
%patch -P 100 -p1
%if 0%{?do_autoreconf}
%patch101 -p1
%patch -P 101 -p1
# fix stupid automake's automatic action
sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
%endif