[ceph] fix -static BuildRequires

Michael Schwendt mschwendt at fedoraproject.org
Thu Nov 17 18:37:30 UTC 2011


commit 11db7b34619148be914cc81de3c1e3657d45f7d2
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Nov 17 19:37:24 2011 +0100

    fix -static BuildRequires

 ceph.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list