Accepting request 1147868 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1147868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa-utils?expand=0&rev=144
This commit is contained in:
Ana Guerrero 2024-02-21 16:53:03 +00:00 committed by Git OBS Bridge
commit 8c66fa0860
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