summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
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.