[ceph] complying with -static lib guidelines bz: 609700

David Nalley ke4qqq at fedoraproject.org
Wed Nov 9 16:59:14 UTC 2011


commit 36be98269823683046b60c0b2ca3d98ed2cb27a5
Author: David Nalley <david at gnsa.us>
Date:   Wed Nov 9 11:57:37 2011 -0500

    complying with -static lib guidelines bz: 609700

 ceph.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index 18d2c38..9f15b46 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -1,6 +1,6 @@
 Name:          ceph
 Version:       0.37
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       User space components of the Ceph file system
 License:       LGPLv2
 Group:         System Environment/Base
@@ -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
+BuildRequires: cryptopp-devel, libatomic_ops-devel-static
 BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): chkconfig, binutils, libedit
@@ -234,6 +234,9 @@ fi
 %{_bindir}/boto_tool
 
 %changelog
+* Wed Nov 09 2011 David Nalley <david at gnsa.us> 0.37-2
+- making ceph spec file comply with static library deps guidelines 609700
+
 * Sat Nov 05 2011 David Nalley <david at gnsa.us> 0.37-1
 - create /etc/ceph - bug 745462
 - upgrading to 0.37, fixing 745460, 691033


More information about the scm-commits mailing list