summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2019-08-02 10:01:01 -0400
committerTodd Zullinger <tmz@pobox.com>2019-08-02 10:01:01 -0400
commitbff3532922c97acb937fdc631fe8217304b1a75d (patch)
treeb7001d9d17b89dfa4220bb7b5b0d5f7cec49ca2e
parentafb1ae0bbbaccfa040c0f20e35762866ba55a9c5 (diff)
downloadcgit_EL6-bff3532922c97acb937fdc631fe8217304b1a75d.tar.gz
add missing zlib-devel BuildRequires, fixes FTBFS (#1737005)
The git build needs zlib-devel. It was previously pulled into the build root by something else, so it's absence in cgit went unnoticed.
-rw-r--r--cgit.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.spec b/cgit.spec
index 933e93a..8b37bcf 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -38,7 +38,7 @@
Name: cgit
Version: 1.2.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A fast web interface for git
License: GPLv2
@@ -85,6 +85,7 @@ BuildRequires: libcurl-devel
BuildRequires: openssl-devel
BuildRequires: lua-devel
BuildRequires: make
+BuildRequires: zlib-devel
# Test dependencies
BuildRequires: gettext
@@ -219,6 +220,9 @@ make test
%changelog
+* Fri Aug 02 2019 Todd Zullinger <tmz@pobox.com> - 1.2.1-5
+- add missing zlib-devel BuildRequires, fixes FTBFS (#1737005)
+
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild