Ignore:
Timestamp:
Apr 7, 2017, 8:29:28 PM (9 years ago)
Author:
dmik
Message:

spec: libc: Release version 0.6.6-32.

File:
1 edited

Legend:

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

    r852 r1092  
    77Group:          System/Libraries
    88Version:        0.6.6
    9 Release:        31%{?dist}
     9Release:        32%{?dist}
    1010Url:            http://svn.netlabs.org/libc
    1111
     
    2626
    2727BuildRequires:  rexx_exe
     28
     29# Require kLIBC user management to make programs using Unix user management API
     30# (getpwuid() and friends) work correctly.
     31Requires:       klusrmgr
    2832
    2933%description
     
    159163%{_libdir}
    160164%exclude %{_libdir}/*.dbg
     165%exclude %{_libdir}/dbg
     166%exclude %{_libdir}/tcpipv4/dbg
    161167%exclude %{_libdir}/gcc335.dll
    162168
     
    174180%{_bindir}/*.dbg
    175181%{_libdir}/*.dbg
     182%{_libdir}/dbg
     183%{_libdir}/tcpipv4/dbg
    176184
    177185%changelog
     186* Fri Apr 7 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.6-32
     187- Require kLIBC user management (klusrmgr) to make programs using Unix user
     188  management API (getpwuid() and friends) work correctly.
     189- Move debug libraries from libc-devel to libc-debug (saves a lot of space).
     190
    178191* Thu Sep 22 2016 Dmitriy Kuminov <coding@dmik.org> 0.6.6-31
    179192- Remove sys/mman.h which is now provided by libcx-devel.
Note: See TracChangeset for help on using the changeset viewer.