From: Youngjae Cho Date: Fri, 14 Feb 2025 04:31:45 +0000 (+0900) Subject: spec: Remove unnecessary BuidRequires to dlog-redirection-stdout X-Git-Tag: accepted/tizen/unified/20250220.093337^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b901d2d48324047f138069e3db3cdc5f8a201c7d;p=platform%2Fhal%2Fapi%2Fcommon.git spec: Remove unnecessary BuidRequires to dlog-redirection-stdout The dlog-redirection-stdout code has been removed from hal-compatibility-checker but the BuildRequires for it hasn't. So remove the unnecessary dependency. Change-Id: I3365b2556d80955bec35deb34276b992956c9867 Signed-off-by: Youngjae Cho --- diff --git a/packaging/hal-api-common.spec b/packaging/hal-api-common.spec index deecc18..439a86c 100644 --- a/packaging/hal-api-common.spec +++ b/packaging/hal-api-common.spec @@ -30,7 +30,6 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(dlog-redirect-stdout) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libxml-2.0)