Add logging package to rpmlint-deps.txt 65/199465/1 accepted/tizen_5.5_base accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix accepted/tizen_6.0_base accepted/tizen_6.0_base_tool accepted/tizen_6.0_base_tool_hotfix tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv tizen_6.0_base tizen_6.0_base_hotfix accepted/tizen/5.5/base/20191030.084111 accepted/tizen/5.5/base/mobile/hotfix/20201023.083850 accepted/tizen/5.5/base/wearable/hotfix/20201023.080244 accepted/tizen/6.0/base/20201029.105830 accepted/tizen/6.0/base/20230713.143048 accepted/tizen/6.0/base/tool/20201029.111551 accepted/tizen/6.0/base/tool/hotfix/20201030.124349 accepted/tizen/6.0/base/tool/hotfix/20201102.085454 accepted/tizen/base/20190215.055154 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171502 submit/tizen_5.5_base_wearable_hotfix/20201023.155602 submit/tizen_6.0_base/20201029.184802 submit/tizen_6.0_base_hotfix/20201030.192502 submit/tizen_6.0_base_hotfix/20201102.162702 submit/tizen_base/20190212.011349 tizen_5.5.m2_release tizen_6.0.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 12 Feb 2019 00:22:41 +0000 (09:22 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 12 Feb 2019 00:23:09 +0000 (09:23 +0900)
Change-Id: Ia17978df166430aff971f13ed2e9a1acf064b17b
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/rpmlint-deps.txt
packaging/rpmlint-mini.spec

index daaee9e..de9451c 100644 (file)
@@ -296,6 +296,10 @@ xml/dom/xmlbuilder.pyo
 xml/__init__.pyo
 xml/parsers/expat.pyo
 xml/parsers/__init__.pyo
+logging/__init__.pyo
+logging/config.pyo
+logging/handlers.pyo
+atexit.pyo
 zipfilemodule.so
 zipfile.pyo
 zipfile.so
index eaae538..adeb8ee 100644 (file)
@@ -125,7 +125,7 @@ chmod +x %my_requires
 %define __find_provides %nil
 # final run check to detect python dep changes
 LD_LIBRARY_PATH=$RPM_BUILD_ROOT/opt/testing/%_lib
-PYTHONPATH=%{_libdir}/python:%{py_libdir}:$RPM_BUILD_ROOT/opt/testing/share/rpmlint
+PYTHONPATH=$RPM_BUILD_ROOT/opt/testing/share/rpmlint
 export PYTHONPATH LD_LIBRARY_PATH
 $RPM_BUILD_ROOT/opt/testing/bin/python -tt -u -O $RPM_BUILD_ROOT/opt/testing/share/rpmlint/rpmlint.pyo --help || exit 1
 echo ".. ok"