diff options
author | Wook Song <wook16.song@samsung.com> | 2019-07-10 15:50:50 +0900 |
---|---|---|
committer | Wook Song <wook16.song@samsung.com> | 2019-07-10 15:50:50 +0900 |
commit | 56de09728cda6b4b72aabc997cbf377e4821f7ed (patch) | |
tree | e5dda6c570ba9fa4b1fb72a544086c7e3e41c0e0 | |
parent | eefd609d0c4b861ec25d5823ae104c671e9edd3e (diff) | |
download | toybox-accepted/tizen_5.5_unified_wearable_hotfix.tar.gz toybox-accepted/tizen_5.5_unified_wearable_hotfix.tar.bz2 toybox-accepted/tizen_5.5_unified_wearable_hotfix.zip |
packaging: symlinks-full: Exclude toybox and toybox-fulltizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184308submit/tizen_5.5_mobile_hotfix/20201026.185108submit/tizen_5.5/20191031.000008submit/tizen/20190715.020417accepted/tizen/unified/20190715.111812accepted/tizen/5.5/unified/wearable/hotfix/20201027.104207accepted/tizen/5.5/unified/mobile/hotfix/20201027.071538accepted/tizen/5.5/unified/20191031.012639tizen_5.5_wearable_hotfixtizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unified
The symlinks-full package should not include toybox and toybox-full
binaries which are provided by other packages. This patch fixes such
issue.
Change-Id: Id9c4a1d407788f2eedd848ea905436a7e326551e
Signed-off-by: Wook Song <wook16.song@samsung.com>
-rw-r--r-- | packaging/toybox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/toybox.spec b/packaging/toybox.spec index 5d581b4..07d23e8 100644 --- a/packaging/toybox.spec +++ b/packaging/toybox.spec @@ -133,6 +133,8 @@ pushd %{_bindir} && ./toybox-full ln -s ./toybox-full ./toybox && popd %defattr(-,root,root,-) %{_bindir}/* %{_sbindir}/* +%exclude %{_bindir}/toybox +%exclude %{_bindir}/toybox-full %files symlinks-dhcp %manifest toybox.manifest |