From a1aabbec5a96f81680810de61c3245851680599e Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Wed, 17 Feb 2021 12:13:28 +0900 Subject: [PATCH] Change %{_hal_datadir} to /hal/share The macro is not supported on VD. [Version] 1.0.29-2 [Issue Type] Build error Change-Id: I07ca16bd6c6550f9403c3a9356de2a26abca72c3 Signed-off-by: Jaechul Lee --- packaging/alsa-lib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/alsa-lib.spec b/packaging/alsa-lib.spec index 675f58d..552723d 100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@ -1,13 +1,13 @@ Name: alsa-lib Version: 1.0.29 -Release: 1 +Release: 2 License: LGPL-2.1+ Summary: The Advanced Linux Sound Architecture (ALSA) library Url: http://www.alsa-project.org/ Group: System/Audio Source0: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2 Source1001: alsa-lib.manifest -%define confdir %{_hal_datadir}/alsa +%define confdir /hal/share/alsa %description The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI -- 2.34.1