From 24d600bcb6c7af40acad33ef2facfc571e84bba3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 5 Feb 2018 11:44:23 +0100 Subject: [PATCH] - rel 2; avoid multi-arch file conflicts --- glibc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 465a8f7..225d542 100644 --- a/glibc.spec +++ b/glibc.spec @@ -41,7 +41,7 @@ Summary(tr.UTF-8): GNU libc Summary(uk.UTF-8): GNU libc версії Name: glibc Version: %{core_version} -Release: 1 +Release: 2 Epoch: 6 License: LGPL v2.1+ Group: Libraries @@ -175,6 +175,9 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoprov .*\(GLIBC_PRIVATE\) %define _noautoreq .*\(GLIBC_PRIVATE\) +# to avoid multi-arch conflicts on getconf/* files +%define _libexecdir %{_libdir} + %description Contains the standard libraries that are used by multiple programs on the system. In order to save disk space and memory, as well as to ease -- 2.44.0