diff options
-rw-r--r-- | cgit.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -80,6 +80,7 @@ BuildRequires: asciidoc BuildRequires: epel-rpm-macros %endif BuildRequires: gcc +BuildRequires: git-core BuildRequires: gnupg2 BuildRequires: libcurl-devel BuildRequires: openssl-devel @@ -117,7 +118,7 @@ Cgit is a fast web interface for git. It uses caching to increase performance. xz -dc '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE90}' --signature='%{SOURCE92}' --data=- xz -dc '%{SOURCE1}' | %{gpgverify} --keyring='%{SOURCE91}' --signature='%{SOURCE93}' --data=- -%autosetup -a 1 -p1 +%autosetup -a 1 -S git # setup the git dir rm -rf git @@ -222,6 +223,7 @@ make test - remove %%_python_bytecompile_extra - limit *.py[co] %%exclude to el7 - refresh highlight v3 patch +- use git to apply patches * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |