From 82b0d901ec0caa6e743df0aab5d838e0a31e679c Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Mon, 30 Dec 2024 11:36:22 +0900 Subject: [PATCH] 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 --- packaging/capi-system-device.spec | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.34.1