]> git.pld-linux.org Git - packages/glibc.git/commitdiff
conflict with older binutils auto/th/glibc-2.23-5
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 May 2016 13:11:55 +0000 (16:11 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 May 2016 13:11:55 +0000 (16:11 +0300)
see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-May/024902.html

glibc.spec

index a7788991dc27c4af96130db302060892cf079c5f..3248715988b398c2b940155d11352b8c99d44e38 100644 (file)
@@ -41,7 +41,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       %{core_version}
-Release:       4
+Release:       5
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -499,6 +499,12 @@ Provides:  %{name}-devel(%{_target_cpu}) = %{epoch}:%{version}-%{release}
 Provides:      %{name}-devel(ix86) = %{epoch}:%{version}-%{release}
 %endif
 Obsoletes:     libiconv-devel
+%ifarch %{x8664}
+# see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-May/024902.html
+%if "%(rpm -q --qf '%{E}:%{V}' binutils)" >= "4:2.26"
+Conflicts: binutils < 4:2.26
+%endif
+%endif
 
 %description devel
 To develop programs which use the standard C libraries (which nearly
This page took 0.039521 seconds and 4 git commands to generate.