update to 2.24.0
Include the new "Git Code of Conduct" document in git-core-doc. Release notes: https://www.kernel.org/pub/software/scm/git/docs/RelNotes/2.24.0.txt
This commit is contained in:
parent
deddf05031
commit
763ae19326
9
git.spec
9
git.spec
@ -89,11 +89,11 @@
|
||||
%endif
|
||||
|
||||
# Define for release candidates
|
||||
%global rcrev .rc2
|
||||
#global rcrev .rc0
|
||||
|
||||
Name: git
|
||||
Version: 2.24.0
|
||||
Release: 0.2%{?rcrev}%{?dist}
|
||||
Release: 1%{?rcrev}%{?dist}
|
||||
Summary: Fast Version Control System
|
||||
License: GPLv2
|
||||
URL: https://git-scm.com/
|
||||
@ -771,7 +771,7 @@ grep -E "$not_core_re" bin-man-doc-files > bin-man-doc-git-files
|
||||
# contrib
|
||||
not_core_doc_re="(git-(cvs|gui|citool|daemon|instaweb|subtree))|p4|svn|email|gitk|gitweb"
|
||||
mkdir -p %{buildroot}%{_pkgdocdir}/
|
||||
cp -pr README.md Documentation/*.txt Documentation/RelNotes contrib %{buildroot}%{_pkgdocdir}/
|
||||
cp -pr CODE_OF_CONDUCT.md README.md Documentation/*.txt Documentation/RelNotes contrib %{buildroot}%{_pkgdocdir}/
|
||||
# Remove contrib/ files/dirs which have nothing useful for documentation
|
||||
rm -rf %{buildroot}%{_pkgdocdir}/contrib/{contacts,credential,svn-fe}/
|
||||
cp -p gitweb/INSTALL %{buildroot}%{_pkgdocdir}/INSTALL.gitweb
|
||||
@ -1029,6 +1029,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
||||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||
|
||||
%changelog
|
||||
* Mon Nov 04 2019 Todd Zullinger <tmz@pobox.com> - 2.24.0-1
|
||||
- update to 2.24.0
|
||||
|
||||
* Thu Oct 31 2019 Todd Zullinger <tmz@pobox.com> - 2.24.0-0.2.rc2
|
||||
- update to 2.24.0-rc2
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (git-2.24.0.rc2.tar.xz) = fd6776e1e045feeb461f014ee6cd42934cc10aec33eb12b0df4b1093aee3d83f1efd6f36b859f45c7136f4179e2559dba3f9da11fe33d5b4770d4a2d25a317b8
|
||||
SHA512 (git-2.24.0.rc2.tar.sign) = cbfa54999e454256934c8ed8f71bb08d09224f7d06a2b3101c8333ea1632e21f04cbda1e72da385baf9353dd8b9c61693049c8e17df7deb4cc2e72c7154b1f22
|
||||
SHA512 (git-2.24.0.tar.xz) = 31c8c001fdea3b1e3e732cc42299979f1329d564f76d3950c90a0090afc1fa1ba50bdb7f86da92066843887986cc73a34c13dd651566d1af9036ecbe8aee42c3
|
||||
SHA512 (git-2.24.0.tar.sign) = 155d713905d6296f7be010ca50f07de310604957ee6514fd4d68fab5866ac91e9ea42bcda5ac7f8b73c9c2a0cfba7e9afc7b0c38e1783e21209031eb75d69933
|
||||
|
||||
Loading…
Reference in New Issue
Block a user