Ignore:
Timestamp:
Aug 20, 2016, 1:22:15 PM (9 years ago)
Author:
dmik
Message:

spec: libc: Release version 0.6.6-29.

File:
1 edited

Legend:

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

    r832 r836  
    77Group:          System/Libraries
    88Version:        0.6.6
    9 Release:        28%{?dist}
     9Release:        29%{?dist}
    1010Url:            http://svn.netlabs.org/libc
    1111
     
    4040Group:          Development/Libraries/C and C++
    4141Requires:       libc = %{version}-%{release}
     42Obsoletes:      libc-kprofile < %{version}
    4243
    4344%description devel
     
    101102# add hotfix DLLs
    102103cp -p -r libc066.* %{buildroot}%{_libdir}
     104
     105# remove ELH and PRF DLLs due to missing kdbglib.dll and kprofile.dll
     106# (http://trac.netlabs.org/rpm/ticket/196)
     107rm -f %{buildroot}%{_libdir}/libc*.elh
     108rm -f %{buildroot}%{_libdir}/libc*.elh.map
     109rm -f %{buildroot}%{_libdir}/libc*.prf
     110rm -f %{buildroot}%{_libdir}/libc*.prf.map
    103111
    104112#remove (old) binutils headers/libs
     
    162170
    163171%changelog
     172* Sat Aug 20 2016 Dmitriy Kuminov <coding@dmik.org> 0.6.6-29
     173- Remove libcXXX.elh and libcXXX.prf from libc-devel due to missing
     174  dependnencies (klibdbg.dll and kprofile.dll). This also obsoletes
     175  the libc-kprofile dummy package.
     176
    164177* Mon Aug 8 2016 Dmitriy Kuminov <coding@dmik.org> 0.6.6-28
    165178- Apply patches from tickets #361-365 to make fork() work in dash
Note: See TracChangeset for help on using the changeset viewer.