From: Jan Palus Date: Sun, 3 Dec 2017 22:39:38 +0000 (+0100) Subject: use %{_libexecdir} instead of %{_libdir} in gitcoredir definition; rel 2 X-Git-Tag: auto/th/git-core-2.15.1-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgit-core.git;a=commitdiff_plain;h=ee14b8db029afc6896ee09a2b1f3d01a0335b8a8 use %{_libexecdir} instead of %{_libdir} in gitcoredir definition; rel 2 git installs binaries to %{_libexecdir} which until recently was equivalent to %{_libdir}. that is no longer the case since affe917 in rpm --- diff --git a/git-core.spec b/git-core.spec index 1f48640..720894c 100644 --- a/git-core.spec +++ b/git-core.spec @@ -15,7 +15,7 @@ Summary: Distributed version control system focused on speed, effectivity and us Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności Name: git-core Version: 2.15.1 -Release: 1 +Release: 2 License: GPL v2 Group: Development/Tools Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz @@ -100,7 +100,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define webappdir %{_sysconfdir}/webapps/%{webapp} %define appdir %{_datadir}/%{webapp} %define cgibindir %{_prefix}/lib/cgi-bin -%define gitcoredir %{_libdir}/%{name} +%define gitcoredir %{_libexecdir}/%{name} %description "git" can mean anything, depending on your mood.