From 8e72173f4809c4c05493ab4f5ea7226fe7ae4527 Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: May 28 2013 09:14:50 +0000 Subject: Add gettext to BuildRequires --- diff --git a/bzr.spec b/bzr.spec index 13dbcb0..be8fba0 100644 --- a/bzr.spec +++ b/bzr.spec @@ -13,7 +13,7 @@ %global bzrmajor 2.5 %global bzrminor .1 #global bzrrc b6 -%global release 8 +%global release 9 Name: bzr Version: %{bzrmajor}%{?bzrminor} @@ -33,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel zlib-devel # For building documents BuildRequires: python-sphinx +BuildRequires: gettext # We're using an old version of Pyrex, use the pregenerated C files instead # of rebuilding #BuildRequires: Pyrex @@ -142,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_defaultdocdir}/%{name}-doc-%{version}/* %changelog +* Tue May 28 2013 Ondrej Oprala 2.5.1-8 - Fix conditional include of python-paramiko