From: Yunhee Seo Date: Mon, 30 Dec 2024 02:36:22 +0000 (+0900) Subject: Remove Requires of glib-2.0 from spec file X-Git-Tag: accepted/tizen/unified/20241231.014848^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F317282%2F1;p=platform%2Fcore%2Fapi%2Fdevice.git Remove Requires of glib-2.0 from spec file It causes install devel package to normal image. It can cause impact on the part using this package also. This should be removed. Change-Id: I1b1f7616d93ce6042ec7cbb8fd6c7a03316293ff Signed-off-by: Yunhee Seo --- diff --git a/packaging/capi-system-device.spec b/packaging/capi-system-device.spec index e92cd51..fb47f02 100644 --- a/packaging/capi-system-device.spec +++ b/packaging/capi-system-device.spec @@ -21,8 +21,6 @@ BuildRequires: pkgconfig(hal-api-device) BuildRequires: lcov %endif -Requires: pkgconfig(glib-2.0) - %description A Device library in TIZEN C API package.