From ee14b8db029afc6896ee09a2b1f3d01a0335b8a8 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 3 Dec 2017 23:39:38 +0100 Subject: [PATCH] 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 --- git-core.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.43.0