Ignore:
Timestamp:
Jun 10, 2016, 9:39:20 AM (9 years ago)
Author:
Yuri Dario
Message:

spec: python, fixed Obsoletes vs Conflicts, fixed python2-devel and -tools version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python.spec

    r782 r787  
    5050Name: %{python}
    5151Version: 2.7.6
    52 Release: 13%{?dist}
     52Release: 14%{?dist}
    5353License: Python
    5454Group: Development/Languages
     
    7777
    7878# YD because of ucs4
    79 Obsoletes: python-pycurl <= 7.19.5.1-1
    80 Obsoletes: rpm <= 4.13.0-7
    81 Obsoletes: yum-metadata-parser <= 1.1.4-5
     79Conflicts: python-pycurl <= 7.19.5.1-1
     80Conflicts: rpm <= 4.13.0-7
     81Conflicts: yum-metadata-parser <= 1.1.4-5
    8282
    8383# YD unix adds this automatically by parsing elf binaries
     
    176176%if %{main_python}
    177177Obsoletes: python2-tools
    178 Provides: python2-tools = %{version}
     178Provides: python2-tools = %{version}-%{release}
    179179%endif
    180180
     
    191191%if %{main_python}
    192192Obsoletes: tkinter2
    193 Provides: tkinter2 = %{version}
     193Provides: tkinter2 = %{version}-%{release}
    194194%endif
    195195
     
    511511
    512512%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
    513517* Thu Jun 09 2016 yd <yd@os2power.com> 2.7.6-13
    514518- enable support for ucs4 unicode set. ticket#182.
Note: See TracChangeset for help on using the changeset viewer.