From 3ec56972110f4a5c030edc748a258002a3def820 Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Wed, 10 Jan 2024 09:34:13 +0900 Subject: [PATCH] [Tizen] Remove unnecessary requires in the spec In the spec file, the crossgen2-mic package requires the coreclr package. Because of this, the coreclr package is included in image which doesnot support .NET feature. To fix this, remove the require section of crossgen2-mic. --- packaging/coreclr.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index ef5da87..699f9ff 100755 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -197,7 +197,6 @@ Unit Test objs, native part %ifarch x86_64 %package -n crossgen2-mic Summary: Publish crossgen2 as a single file with self-contained -Requires: coreclr BuildArch: noarch AutoReqProv: no -- 2.7.4