Changeset 787 for spec/trunk/SPECS/python.spec
- Timestamp:
- Jun 10, 2016, 9:39:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r782 r787 50 50 Name: %{python} 51 51 Version: 2.7.6 52 Release: 1 3%{?dist}52 Release: 14%{?dist} 53 53 License: Python 54 54 Group: Development/Languages … … 77 77 78 78 # YD because of ucs4 79 Obsoletes: python-pycurl <= 7.19.5.1-180 Obsoletes: rpm <= 4.13.0-781 Obsoletes: yum-metadata-parser <= 1.1.4-579 Conflicts: python-pycurl <= 7.19.5.1-1 80 Conflicts: rpm <= 4.13.0-7 81 Conflicts: yum-metadata-parser <= 1.1.4-5 82 82 83 83 # YD unix adds this automatically by parsing elf binaries … … 176 176 %if %{main_python} 177 177 Obsoletes: python2-tools 178 Provides: python2-tools = %{version} 178 Provides: python2-tools = %{version}-%{release} 179 179 %endif 180 180 … … 191 191 %if %{main_python} 192 192 Obsoletes: tkinter2 193 Provides: tkinter2 = %{version} 193 Provides: tkinter2 = %{version}-%{release} 194 194 %endif 195 195 … … 511 511 512 512 %changelog 513 * Fri Jun 10 2016 yd <yd@os2power.com> 2.7.6-14 514 - fixed Obsoletes vs Conflicts. 515 - fixed python2-devel and -tools version. 516 513 517 * Thu Jun 09 2016 yd <yd@os2power.com> 2.7.6-13 514 518 - enable support for ucs4 unicode set. ticket#182.
Note:
See TracChangeset
for help on using the changeset viewer.