[trafficserver] Build requires boost-devel.

Jan-Frode Myklebust janfrode at fedoraproject.org
Thu Oct 10 19:52:02 UTC 2013


commit a1f5fc69ea7954c6ef9248f8ee1d97698cc19ba1
Author: Jan-Frode Myklebust <janfrode at tanso.net>
Date:   Thu Oct 10 21:50:56 2013 +0200

    Build requires boost-devel.

 trafficserver.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/trafficserver.spec b/trafficserver.spec
index 5a51d1a..c601ee4 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -3,7 +3,7 @@
 Summary:	Fast, scalable and extensible HTTP/1.1 compliant caching proxy server
 Name:		trafficserver
 Version:	4.0.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Daemons
 Source0:	http://www.apache.org/dist/%{name}/%{name}-%{version}.tar.bz2
@@ -15,7 +15,7 @@ Source5:	trafficserver.tmpfilesd
 URL:		http://trafficserver.apache.org/index.html
 # BuildRoot is only needed for EPEL5:
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:	autoconf, automake, libtool, openssl-devel, tcl-devel, expat-devel
+BuildRequires:	autoconf, automake, libtool, openssl-devel, tcl-devel, expat-devel, boost-devel
 BuildRequires:	pcre-devel, zlib-devel, xz-devel, gcc-c++, gnupg, perl-ExtUtils-MakeMaker
 # trafficserver fails to build on ppc and others, TS-1131, see lib/ts/ink_queue.h
 ExclusiveArch:	%{ix86} x86_64 ia64 %{arm}
@@ -212,7 +212,7 @@ header files, and Apache httpd style module build system.
 %attr(0644,root,root) %{_libdir}/trafficserver/*.so
 
 %changelog
-* Thu Oct 10 2013 Jan-Frode Myklebust <janfrode at tanso.net> - 4.0.2-1
+* Thu Oct 10 2013 Jan-Frode Myklebust <janfrode at tanso.net> - 4.0.2-2
 - Update to 4.0.2, which fixes the following bugs:
 
     [TS-2144] - traffic_server crashes when clearing cache
@@ -223,6 +223,7 @@ header files, and Apache httpd style module build system.
     [TS-2217] - remove the option to turn off body factory - setting it to 0 will result in empty responses
 
 - Automatically verify GPG signature during RPM prep.
+- Build requires boost-devel.
 
 * Tue Sep 3 2013 Jan-Frode Myklebust <janfrode at tanso.net> - 4.0.1-1
 - Update to 4.0.1.  What's new in v4.0.0:


More information about the scm-commits mailing list