diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2019-09-25 10:26:29 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2019-09-25 10:26:29 +0900 |
commit | 0736b4b9a7cca918b5e3ae07559f1aa6972fe97a (patch) | |
tree | a941b5f28063f75568b39b5121d328307d581c1e | |
parent | 38f3f8da78cf1ccbb6cf1d79bb46cd1b29178a8d (diff) | |
download | armcl-accepted/tizen_5.5_unified_mobile_hotfix.tar.gz armcl-accepted/tizen_5.5_unified_mobile_hotfix.tar.bz2 armcl-accepted/tizen_5.5_unified_mobile_hotfix.zip |
[Dist] Fix dependency errortizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000010submit/tizen/20190925.020633accepted/tizen/unified/20190925.220410accepted/tizen/5.5/unified/wearable/hotfix/20201027.103314accepted/tizen/5.5/unified/mobile/hotfix/20201027.061753accepted/tizen/5.5/unified/20191031.004416tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unified
Libarmcl's main package is libarmcl-release, not libarmcl.
Change-Id: I960f7c17121320e82efe72a0c991aac3afac5905
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | packaging/libarmcl.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libarmcl.spec b/packaging/libarmcl.spec index 69e7fe8f5..d9d813377 100644 --- a/packaging/libarmcl.spec +++ b/packaging/libarmcl.spec @@ -28,7 +28,7 @@ Summary: ARM Compute Library file %package devel Summary: Userspace interface to ARM Compute Library -Requires: %{name} = %{version}-%{release} +Requires: %{name}-release = %{version}-%{release} %description devel Summary: Userspace interface to ARM Compute Library |