[bti/el5/master: 23/23] Work around incomplete dependencies in EL-5's liboauth

Michel Alexandre Salim salimma at fedoraproject.org
Fri Sep 17 08:37:54 UTC 2010


commit e92f3cf84b9f7be5faeb7ea249f0a608eb6c62d3
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Sep 17 10:36:39 2010 +0200

    Work around incomplete dependencies in EL-5's liboauth

 bti.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/bti.spec b/bti.spec
index f6862bc..334df4a 100644
--- a/bti.spec
+++ b/bti.spec
@@ -13,6 +13,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?el5}
 BuildRequires:  curl-devel readline-devel
+# This can be dropped once liboauth rev 2.1 lands
+BuildRequires:  nss-devel
 %else
 BuildRequires:  libcurl-devel compat-readline5-devel
 %endif


More information about the scm-commits mailing list