Fix build conflicts with python-distribute 19/125319/1 accepted/tizen_4.0_base accepted/tizen_5.0_base tizen_4.0_base tizen_4.0_tv tizen_5.0_base accepted/tizen/4.0/base/20170811.092902 accepted/tizen/4.0/base/20170828.221217 accepted/tizen/5.0/base/20181101.090521 accepted/tizen/base/20170421.041722 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_5.0_base/20181101.000001 submit/tizen_base/20170417.013148 submit/tizen_base/20170417.235126 submit/tizen_base/20170425.050615 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 17 Apr 2017 01:28:38 +0000 (10:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 17 Apr 2017 01:29:47 +0000 (10:29 +0900)
[Model] All
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] Conflicts whith python-distribute
[Cause & Measure] fix spec file
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: I9772aa0d698f1aee9ad0ae5284bb8bbefe4b4d2b
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/python-setuptools.spec

index d153019..b649b72 100644 (file)
@@ -38,6 +38,9 @@ Requires:       python-packaging
 Requires:       python-six
 Requires:       python-xml
 
+Provides:       python-distribute = %{version}
+Obsoletes:      python-distribute < %{version}
+
 BuildArch:      noarch
 
 %description