diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-10-15 07:31:04 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-10-15 07:31:04 +0000 |
commit | 378e8bab9688c447e7567b5066ef26482a4fd8f1 (patch) | |
tree | 8b26c8de92c9e555d78b6c0ec4f416e65257fc3d /fedora/glibc.spec.in | |
parent | 68a071d274b5bd3049ab3ec7cd5cbb901aa95ccd (diff) | |
download | glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.tar glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.tar.gz glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.tar.bz2 glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.zip |
Updated to fedora-glibc-20071015T0728cvs/fedora-glibc-2_6_90-21
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 82bbe2d241..a00d799987 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 20 +%define glibcrelease 21 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1010,6 +1010,9 @@ rm -f *.filelist* %endif %changelog +* Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21 +- fix getgr{name,gid}{,_r} with nscd + * Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20 - install <bits/error.h> (#330031) - disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for |