|
@@ -6,7 +6,7 @@
|
|
# Pass --without docs to rpmbuild if you don't want the documentation
|
|
# Pass --without docs to rpmbuild if you don't want the documentation
|
|
Name: git
|
|
Name: git
|
|
Version: 2.19.1
|
|
Version: 2.19.1
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Core git tools
|
|
Summary: Core git tools
|
|
Summary(ja): Core git ツール
|
|
Summary(ja): Core git ツール
|
|
License: GPLv2
|
|
License: GPLv2
|
|
@@ -21,7 +21,8 @@ Source10: %{name}-install.sh
|
|
Source11: %{name}-remove.sh
|
|
Source11: %{name}-remove.sh
|
|
Source12: git-init.el
|
|
Source12: git-init.el
|
|
Patch0: git-1.5-gitweb-home-link.patch
|
|
Patch0: git-1.5-gitweb-home-link.patch
|
|
-
|
|
+Patch1000: git-curl-disable-http2.patch
|
|
|
|
+
|
|
# Security
|
|
# Security
|
|
# none
|
|
# none
|
|
|
|
|
|
@@ -189,6 +190,7 @@ Header files for git-core.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
|
|
+%patch1000 -p1
|
|
|
|
|
|
# for pcre-8.12
|
|
# for pcre-8.12
|
|
%if %{?_dist_release} == "vl6"
|
|
%if %{?_dist_release} == "vl6"
|
|
@@ -447,6 +449,9 @@ fi
|
|
# No files for you!
|
|
# No files for you!
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Nov 12 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.19.1-2
|
|
|
|
+- added Patch1000 to disable HTTP/2.
|
|
|
|
+
|
|
* Fri Nov 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.19.1-1
|
|
* Fri Nov 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.19.1-1
|
|
- updated to 2.19.1.
|
|
- updated to 2.19.1.
|
|
|
|
|