From a87457586aee0502d9a00731d106466be4c9086d Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Mon, 3 Jun 2019 17:45:35 +0200 Subject: [PATCH] Fix for documentation tarballs --- centos/SPECS/git.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/centos/SPECS/git.spec b/centos/SPECS/git.spec index dc6d1a7..e5981d8 100644 --- a/centos/SPECS/git.spec +++ b/centos/SPECS/git.spec @@ -47,7 +47,7 @@ %endif Name: git -Version: 2.19.1 +Version: 2.21.0 Release: 1%{?dist} Summary: Fast Version Control System License: GPLv2 @@ -59,8 +59,8 @@ Source3: git.xinetd.in Source4: git.conf.httpd Source5: git-gui.desktop Source6: gitweb.conf.in -Source10: https://cdn.kernel.org/pub/software/scm/git/%{name}-manpages-%{version}.tar.gz -Source11: https://cdn.kernel.org/pub/software/scm/git/%{name}-htmldocs-%{version}.tar.gz +Source10: https://cdn.kernel.org/pub/software/scm/git/%{name}-manpages-%{version}.tar.xz +Source11: https://cdn.kernel.org/pub/software/scm/git/%{name}-htmldocs-%{version}.tar.xz Source12: git@.service Source13: git.socket Patch0: git-1.5-gitweb-home-link.patch @@ -330,6 +330,7 @@ EOF chmod +x %{__perl_requires} %build +make configure sh configure make %{?_smp_mflags} git-daemon LDFLAGS="-pie -Wl,-z,relro,-z,now" CFLAGS="$RPM_OPT_FLAGS -fPIC" make %{?_smp_mflags} all -o git-daemon @@ -572,5 +573,9 @@ rm -rf %{buildroot} # nothing %changelog +* Mon Jun 3 2019 Daniel Steiner +- Initial version 2.21.0 + * Sun Nov 4 2018 Daniel Steiner - Initial version 2.19.1 +