From 11db7b34619148be914cc81de3c1e3657d45f7d2 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Thu, 17 Nov 2011 19:37:24 +0100 Subject: [PATCH] fix -static BuildRequires --- ceph.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 9f15b46..79f9c24 100644 --- a/ceph.spec +++ b/ceph.spec @@ -15,7 +15,7 @@ BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, %ifnarch ppc64 s390 s390x BuildRequires: google-perftools-devel %endif -BuildRequires: cryptopp-devel, libatomic_ops-devel-static +BuildRequires: cryptopp-devel, libatomic_ops-static BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): chkconfig, binutils, libedit