ghjm/git-2.7.4-el6

Project ID: 10369

Description

EL6/EL7 rebuild of Git 2.7.4 from Fedora 24

Installation Instructions

How to build this yourself on EL6 in case you don't trust some random guy's COPR repo:

wget https://dl.fedoraproject.org/pub/fedora/linux/updates/24/SRPMS/g/git-2.7.4-3.fc24.src.rpm
rpm -Uvh git-2.7.4-3.fc24.src.rpm

cd ~/rpmbuild/SPECS
vi git.spec
Comment out some lines:
- BuildRequires: pkgconfig(bash-completion)
- Three lines under "Setup bash completion"
- Three lines under "Install tcsh completion"
- sed command under "Remove shebang from bash-completion"
- %{_datadir}/bash-completion/ under %files

yum install yum-utils rpm-build gcc
yum-builddeps git.spec
rpmbuild -ba git.spec

RPMs will be under ~/rpmbuild/RPMS

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
EPEL 6 i386 (0)*, x86_64 (0)* EPEL 6 (133 downloads)
EPEL 7 x86_64 (0)* EPEL 7 (131 downloads)

* Total number of downloaded packages.