Update to git-1.7.0
- Link imap-send with libcrypto (#565147) - Disable building of unused python remote helper libs
This commit is contained in:
parent
f31fb739f4
commit
78783483c5
@ -1 +1 @@
|
|||||||
git-1.6.6.1.tar.bz2
|
git-1.7.0.tar.bz2
|
||||||
|
9
git.spec
9
git.spec
@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.6.6.1
|
Version: 1.7.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -227,6 +227,8 @@ cat << \EOF > config.mak
|
|||||||
V = 1
|
V = 1
|
||||||
CFLAGS = %{optflags}
|
CFLAGS = %{optflags}
|
||||||
BLK_SHA1 = 1
|
BLK_SHA1 = 1
|
||||||
|
NEEDS_CRYPTO_WITH_SSL = 1
|
||||||
|
NO_PYTHON = 1
|
||||||
ETC_GITCONFIG = %{_sysconfdir}/gitconfig
|
ETC_GITCONFIG = %{_sysconfdir}/gitconfig
|
||||||
DESTDIR = %{buildroot}
|
DESTDIR = %{buildroot}
|
||||||
INSTALL = install -p
|
INSTALL = install -p
|
||||||
@ -441,6 +443,11 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 13 2010 Todd Zullinger <tmz@pobox.com> - 1.7.0-1
|
||||||
|
- git-1.7.0
|
||||||
|
- Link imap-send with libcrypto (#565147)
|
||||||
|
- Disable building of unused python remote helper libs
|
||||||
|
|
||||||
* Tue Jan 26 2010 Todd Zullinger <tmz@pobox.com> - 1.6.6.1-1
|
* Tue Jan 26 2010 Todd Zullinger <tmz@pobox.com> - 1.6.6.1-1
|
||||||
- git-1.6.6.1
|
- git-1.6.6.1
|
||||||
- Use %%{gitcoredir}/git-daemon as xinetd server option, for SELinux (#529682)
|
- Use %%{gitcoredir}/git-daemon as xinetd server option, for SELinux (#529682)
|
||||||
|
Loading…
Reference in New Issue
Block a user