diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-01-30 12:16:17 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-01-30 12:19:57 +0100 |
commit | b9ea7e737d37df6eb01d0bd2790044cb5cef0c3d (patch) | |
tree | 9d4413a640696bbeb9c4cb973ce4553dee54c42f /cgit.spec | |
parent | 24b90aff29724fdc0481bca3103e05899a7a486b (diff) | |
download | cgit_EL6-b9ea7e737d37df6eb01d0bd2790044cb5cef0c3d.tar.gz |
Add default-pages.patch to make default pages configurable
Discussion on https://lists.zx2c4.com/pipermail/cgit/2024-January/004869.html
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -31,7 +31,7 @@ Name: cgit Version: 1.2.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A fast web interface for git License: GPLv2 @@ -80,6 +80,13 @@ Patch1: https://git.zx2c4.com/cgit/patch/?id=bd6f5683f#/0001-t0107-suppo # done >~/src/dist/fedora/cgit/cgit-1.2.3-update-to-git-2.34.1.patch Patch2: cgit-1.2.3-update-to-git-2.34.1.patch +# Make default pages configurable +# +# PATCH-FEATURE-UPSTREAM default-pages.patch mcepl@suse.com +# Discussion on https://lists.zx2c4.com/pipermail/cgit/2024-January/004869.html +# Make default pages configurable +Patch3: default-pages.patch + # Note the bundled git, per the packaging guidelines # https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling Provides: bundled(git) = %gitver @@ -227,6 +234,9 @@ install -Dp -m0644 httpd.conf %{buildroot}%{httpdconfd}/%{name}.conf %changelog +* Tue Jan 30 2024 Matěj Cepl <mcepl@cepl.eu> - 1.2.3-9 +- Add default-pages.patch to make default pages configurable + * Sun Jan 02 2022 Todd Zullinger <tmz@pobox.com> - 1.2.3-8 - update to git-2.34.1 - use %%__make to run tests in %%check |