From 819a3f2676ec238da3123c5bdaeb2be361a5be3a Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Mon, 5 Feb 2024 15:30:12 +0900 Subject: [PATCH] Fix wrong library dependency The package name of storage library is libstorage. Change-Id: I84b7d3588fac98496fd1854573f8d124faf49af7 Signed-off-by: Hwankyu Jhun --- packaging/aul.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/aul.spec b/packaging/aul.spec index 8303c93..df84b0a 100644 --- a/packaging/aul.spec +++ b/packaging/aul.spec @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(vconf) BuildRequires: xdgmime-devel, pkgconfig(xdgmime) -Requires: storage +Requires: libstorage %if 0%{?gcov:1} BuildRequires: lcov -- 2.7.4