]> git.pld-linux.org Git - packages/glibc.git/commitdiff
remove --with-pkgversion until official tcl bugfix for #3599098. auto/th/glibc-2.17-3
authorPaweł Sikora <pawel.sikora@agmk.net>
Sat, 26 Jan 2013 21:20:21 +0000 (22:20 +0100)
committerPaweł Sikora <pawel.sikora@agmk.net>
Sat, 26 Jan 2013 21:20:21 +0000 (22:20 +0100)
we don't want to break 3rd party software like ActiveTcl (The Industry-Standard Tcl Distribution).

testcase: http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-January/023379.html

glibc.spec

index f581178c59a4042bf9901d1d4ae0db071280f2a7..77e61a68fa1a82046bd9d8c0ef87a1fdee534078 100644 (file)
@@ -1,4 +1,5 @@
 # TODO:
+# - restore --with-pkgversion when tcl upstream fixes the #3599098 (broken platform::identify).
 # - --enable-systemtap
 # - look at locale fixes/updates in bugzilla
 # - no more chicken-egg problem (postshell is no more dynamically linked with libc), remove SONAME symlinks? see files section.
@@ -34,7 +35,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       %{core_version}
-Release:       2
+Release:       3
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -1003,7 +1004,6 @@ PATH=$(pwd)/alt-tools:$PATH; export PATH
 AWK="gawk" \
 ../%configure \
        --with-bugurl=http://bugs.pld-linux.org/ \
-       --with-pkgversion="%{name}-%{epoch}:%{version}-%{release}.%{_target_cpu}" \
        --with-binutils=$(pwd)/alt-tools \
        --enable-kernel="%{min_kernel}" \
        --with-headers=%{_includedir} \
This page took 0.040567 seconds and 4 git commands to generate.