summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-03-10 20:05:30 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-10 20:42:01 +0100
commit24817cb009831cd1b1df42380f5ada8463914788 (patch)
tree0f60193031ddc8e023ff0c15c68e2a1b6cdd71ef /cgit.spec
parentf517205abf84d5463661f6b3d52b92672896705b (diff)
downloadcgit_EL6-el6.tar.gz
Add 'Support Git over HTTP by proxying git-http-backend(1)' patch.el6
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/cgit.spec b/cgit.spec
index e3505cd..556495a 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -33,7 +33,7 @@
Name: cgit
Version: 1.2.3
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: A fast web interface for git
License: GPLv2
@@ -93,6 +93,11 @@ Patch2: cgit-1.2.3-update-to-git-2.34.1.patch
# Make scripts compatible with ancient python-Markdown
Patch4: no-anchorlink.patch
+# PATCH-FEATURE-UPSTREAM support-Git-over-HTTP-by-proxying_git-http-backend.patch mcepl@suse.com
+# Use git-http-backed(1) for smart HTTP protocol
+# Patch from https://git.oriole.systems/cgit/patch/?id=2d8f83a3072970a51c45d2f72724696781ef6de8
+Patch5: support-Git-over-HTTP-by-proxying_git-http-backend.patch
+
# Note the bundled git, per the packaging guidelines
# https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling
Provides: bundled(git) = %gitver
@@ -240,6 +245,9 @@ install -Dp -m0644 httpd.conf %{buildroot}%{httpdconfd}/%{name}.conf
%changelog
+* Sun Mar 10 2024 Matej Cepl <mcepl@suse.com> - 1.2.3-13
+- Add support-Git-over-HTTP-by-proxying_git-http-backend.patch
+
* Sat Feb 04 2024 Matej Cepl <mcepl@suse.com> - 1.2.3-12
- Add compatibility patch.