From bff3532922c97acb937fdc631fe8217304b1a75d Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Aug 02 2019 14:01:01 +0000 Subject: 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. --- 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 - 1.2.1-5 +- add missing zlib-devel BuildRequires, fixes FTBFS (#1737005) + * Wed Jul 24 2019 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild