Changeset 836 for spec/trunk/SPECS/libc.spec
- Timestamp:
- Aug 20, 2016, 1:22:15 PM (9 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libc.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libc.spec
r832 r836 7 7 Group: System/Libraries 8 8 Version: 0.6.6 9 Release: 2 8%{?dist}9 Release: 29%{?dist} 10 10 Url: http://svn.netlabs.org/libc 11 11 … … 40 40 Group: Development/Libraries/C and C++ 41 41 Requires: libc = %{version}-%{release} 42 Obsoletes: libc-kprofile < %{version} 42 43 43 44 %description devel … … 101 102 # add hotfix DLLs 102 103 cp -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) 107 rm -f %{buildroot}%{_libdir}/libc*.elh 108 rm -f %{buildroot}%{_libdir}/libc*.elh.map 109 rm -f %{buildroot}%{_libdir}/libc*.prf 110 rm -f %{buildroot}%{_libdir}/libc*.prf.map 103 111 104 112 #remove (old) binutils headers/libs … … 162 170 163 171 %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 164 177 * Mon Aug 8 2016 Dmitriy Kuminov <coding@dmik.org> 0.6.6-28 165 178 - Apply patches from tickets #361-365 to make fork() work in dash
Note:
See TracChangeset
for help on using the changeset viewer.
