From 585f73c65168f62aeb9f144c6a4af689558e82a4 Mon Sep 17 00:00:00 2001 From: William Benton Date: Fri, 20 Dec 2013 12:02:50 -0600 Subject: [PATCH] fixes BZ 1045544 --- thrift.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/thrift.spec b/thrift.spec index 5ebea3a..ff191e9 100644 --- a/thrift.spec +++ b/thrift.spec @@ -1,6 +1,6 @@ %global pkg_version 0.9.1 %global fb303_version 1.0.0_dev -%global pkg_rel 9 +%global pkg_rel 10 %global py_version 2.7 @@ -147,6 +147,7 @@ Python, %{?php_langname}and other languages. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig +Requires: boost-devel %description devel The %{name}-devel package contains libraries and header files for @@ -536,6 +537,10 @@ find %{buildroot} -name \*.py -exec grep -q /usr/bin/env {} \; -print | xargs -r %changelog + +* Fri Dec 20 2013 willb - 0.9.1-10 +- fix BZ 1045544 + * Wed Oct 16 2013 willb - 0.9.1-9 - Remove spurious dependencies - Move some versioned shared libraries from -devel