From 2844cb688fa292b9ca4ff0646dd797ddd2942d02 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: May 27 2015 08:29:03 +0000 Subject: libs-devel package now requires python, closing #1225243 --- diff --git a/varnish.spec b/varnish.spec index 921f649..a1efa28 100644 --- a/varnish.spec +++ b/varnish.spec @@ -6,7 +6,7 @@ Summary: High-performance HTTP accelerator Name: varnish Version: 4.0.3 -Release: 3%{?v_rc}%{?dist} +Release: 4%{?v_rc}%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.varnish-cache.org/ @@ -78,6 +78,7 @@ Summary: Development files for %{name}-libs Group: Development/Libraries BuildRequires: ncurses-devel Requires: varnish-libs = %{version}-%{release} +Requires: python %description libs-devel Development files for %{name}-libs @@ -365,6 +366,9 @@ fi %endif %changelog +* Wed May 27 2015 Ingvar Hagelund 4.0.3-4 +- libs-devel package now requires python, closing #1225243 + * Fri Mar 13 2015 Ingvar Hagelund 4.0.3-3 - Added a patch fixing a crash on bogus content-length header, closing #1200034