diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-05-01 08:02:53 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-05-01 08:02:53 +0000 |
commit | baba5d9461d4e8a581ac26fe4412ad783ffc73e7 (patch) | |
tree | 6d53b5510244fb31cabddc4bf002a50eacdc741b /fedora/glibc.spec.in | |
parent | 410005dea38c87cdd7cb265423903bf42f0a96ef (diff) | |
download | glibc-baba5d9461d4e8a581ac26fe4412ad783ffc73e7.tar glibc-baba5d9461d4e8a581ac26fe4412ad783ffc73e7.tar.gz glibc-baba5d9461d4e8a581ac26fe4412ad783ffc73e7.tar.bz2 glibc-baba5d9461d4e8a581ac26fe4412ad783ffc73e7.zip |
2.4.90-4cvs/fedora-glibc-2_4_90-4
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 00db08833a..3e5f08939e 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 3 +%define glibcrelease 4 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1389,6 +1389,13 @@ rm -f *.filelist* %endif %changelog +* Mon May 1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4 +- update from CVS + - SETENT_BATCH_READ /etc/default/nss option for speeding up + some usages of NIS+ (#188246) + - move debug state change notification (#179208) + - fix ldd script if one of the dynamic linkers is not installed (#190259) + * Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3 - update from CVS - fix a typo in nscd.conf (#190085) |