diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-12-05 17:41:26 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-12-05 17:41:26 +0900 |
commit | 6b5c6b68606cfad20f949ce3aefb99ba816f076c (patch) | |
tree | 883b0d2cc2943c6d3e03bb44265157e4c4e396d4 | |
parent | 0c80e3b7484be2e39d8a3ed5e8d7f0a5769892d0 (diff) | |
download | libsolv-6b5c6b68606cfad20f949ce3aefb99ba816f076c.tar.gz libsolv-6b5c6b68606cfad20f949ce3aefb99ba816f076c.tar.bz2 libsolv-6b5c6b68606cfad20f949ce3aefb99ba816f076c.zip |
Add repo2solv.sh scripttizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen/20181205.235820accepted/tizen/unified/20181206.055557accepted/tizen/5.5/unified/wearable/hotfix/20201027.100319accepted/tizen/5.5/unified/mobile/hotfix/20201027.074008accepted/tizen/5.5/unified/20191031.011347tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5sandbox/backup/libsolv_0.6.35_20200203sandbox/backup/libsolv_0.6.35_20190917accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unified
[Model] All
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem] repo2solv.sh is used at mic
[Cause & Measure]
[Checking Method]
[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A
Change-Id: I68ce08aab8307029128703ca2c76b15bd46785a2
-rw-r--r-- | packaging/libsolv.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/libsolv.spec b/packaging/libsolv.spec index be90a61..f745e97 100644 --- a/packaging/libsolv.spec +++ b/packaging/libsolv.spec @@ -101,6 +101,7 @@ python %py_libdir/py_compile.py *.py python -O %py_libdir/py_compile.py *.py popd %endif +install -D -m0755 examples/repo2solv.sh %{buildroot}%{_bindir} %remove_docs # we want to leave the .a file untouched |