diff options
-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 |