[packages/git-core] skip (perl) dependency generation from git templates

glen glen at pld-linux.org
Mon Mar 26 20:28:06 CEST 2018


commit 27399cc4081001982a27a5c0fd57bd1e53d726dc
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Mar 26 21:27:52 2018 +0300

    skip (perl) dependency generation from git templates

 git-core.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 6e6e4e6..5ac44d3 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.16.2
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Development/Tools
 Source0:	http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
@@ -97,7 +97,8 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		_noautocompressdoc	*.txt
 
 # do not generate perl dependency, git add -p support is optional
-%define		_noautoreqfiles %{_libexecdir}/%{name}/git-add--interactive
+# skip dependency generation from templates
+%define		_noautoreqfiles %{_libexecdir}/%{name}/git-add--interactive %{_datadir}/%{name}/templates
 
 %define		webapp		gitweb
 %define		webappdir	%{_sysconfdir}/webapps/%{webapp}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/27399cc4081001982a27a5c0fd57bd1e53d726dc



More information about the pld-cvs-commit mailing list