diff options
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -22,6 +22,8 @@ %global use_perl_interpreter 0 %endif +%{?!gpgverify:%define gpgverify() /bin/true %{**}} + # The highlight package is only available in EL7+ on ppc64le and x86_64 %if 0%{?rhel} >= 7 && ! ( "%{_arch}" == "ppc64le" || "%{_arch}" == "x86_64" ) %bcond_with highlight @@ -31,7 +33,7 @@ Name: cgit Version: 1.2.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A fast web interface for git License: GPLv2 @@ -87,6 +89,10 @@ Patch2: cgit-1.2.3-update-to-git-2.34.1.patch # # Make default pages configurable # Patch3: default-pages.patch +# PATCH-FIX-CENTOS no-anchorlink.patch mcepl@suse.com +# Make scripts compatible with ancient python-Markdown +Patch4: no-anchorlink.patch + # Note the bundled git, per the packaging guidelines # https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling Provides: bundled(git) = %gitver @@ -234,6 +240,9 @@ install -Dp -m0644 httpd.conf %{buildroot}%{httpdconfd}/%{name}.conf %changelog +* Sat Feb 04 2024 Matej Cepl <mcepl@suse.com> - 1.2.3-12 +- Add compatibility patch. + * Thu Feb 01 2024 Matej Cepl <mcepl@suse.com> - 1.2.3-11 - Comment out the default-pages.patch for now |