diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-02-12 10:04:41 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-02-12 10:04:41 +0000 |
commit | 3a8051e58afd23468f3e78497097e22577a7a2a1 (patch) | |
tree | 2e217a97ee86c9a69a37180f80317f09f05d1689 | |
parent | 231d429bea9a9e68fb58e3c5d7585ed31e4c1901 (diff) | |
download | glibc-3a8051e58afd23468f3e78497097e22577a7a2a1.tar glibc-3a8051e58afd23468f3e78497097e22577a7a2a1.tar.gz glibc-3a8051e58afd23468f3e78497097e22577a7a2a1.tar.bz2 glibc-3a8051e58afd23468f3e78497097e22577a7a2a1.zip |
2.3.4-10
-rw-r--r-- | fedora/glibc.spec.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 8f6e6a3d86..9d6de3ee32 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 9 +%define glibcrelease 10 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1269,10 +1269,12 @@ rm -f *.filelist* %endif %changelog +* Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10 +- hopefully fix interaction with prelink (#147655) + * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9 - update from CVS - bi-arch <gnu/stubs.h> (BZ#715) -- hopefully fix interaction with prelink (#147655) * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8 - update from CVS |