From 8186c81395e9d148396f54ac7ae069be8f3ae885 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Wed, 30 Nov 2016 11:28:10 +0900 Subject: [PATCH] Comment out 'Requires: glib2-devel' glib2 does not belong to Tizen:Base Project. Tizen Image does not contain mono so the requires option is meaningless. Change-Id: I800fb454756fa60b32ed9788003a35401c35056f Signed-off-by: Jiyoung Yun --- packaging/mono.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/mono.spec b/packaging/mono.spec index 49a838db..ab5a92f2 100644 --- a/packaging/mono.spec +++ b/packaging/mono.spec @@ -143,7 +143,7 @@ Summary: Development tools for Mono Group: Development/Languages Requires: mono-core = %{version}-%{release} Requires: pkgconfig -Requires: glib2-devel +#Requires: glib2-devel %description devel This package completes the Mono developer toolchain with the mono profiler, -- 2.34.1