Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79ba39cd11 | |||
| f6bd21aaa2 | |||
| 07057e050a | |||
| 18879ad313 | |||
| 0e4cc7c1b7 | |||
| 8cb6eae323 |
@@ -4,3 +4,4 @@ ceph-0.20.tar.gz
|
||||
/ceph-0.26.tar.gz
|
||||
/ceph-0.31.tar.gz
|
||||
/ceph-0.37.tar.gz
|
||||
/ceph-0.39.tar.gz
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
--- src/logrotate.conf 2011-07-30 16:50:50.000000000 -0400
|
||||
+++ src/logrotate.conf.new 2011-11-05 17:41:02.567151275 -0400
|
||||
@@ -1,9 +1,10 @@
|
||||
/var/log/ceph/*.log {
|
||||
rotate 7
|
||||
daily
|
||||
+ missingok
|
||||
--- ./src/logrotate.conf.new 2012-01-11 18:23:10.597593501 -0500
|
||||
+++ ./src/logrotate.conf 2012-01-11 18:23:26.808390838 -0500
|
||||
@@ -4,7 +4,7 @@
|
||||
compress
|
||||
sharedscripts
|
||||
postrotate
|
||||
- invoke-rc.d ceph reload >/dev/null || service ceph reload >/dev/null
|
||||
+ service ceph reload >/dev/null 2>/dev/null || true
|
||||
endscript
|
||||
missingok
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: ceph
|
||||
Version: 0.37
|
||||
Version: 0.39
|
||||
Release: 2%{?dist}
|
||||
Summary: User space components of the Ceph file system
|
||||
License: LGPLv2
|
||||
@@ -13,10 +13,11 @@ BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel,
|
||||
BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm,
|
||||
# google-perftools is not available on these:
|
||||
%ifnarch ppc64 s390 s390x
|
||||
BuildRequires: google-perftools-devel
|
||||
BuildRequires: gperftools-devel
|
||||
%endif
|
||||
BuildRequires: cryptopp-devel, libatomic_ops-devel-static
|
||||
BuildRequires: cryptopp-devel, libatomic_ops-devel, gcc-c++
|
||||
BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel
|
||||
BuildRequires: gtkmm24-devel, gtk2-devel, libuuid, libuuid-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires(post): chkconfig, binutils, libedit
|
||||
Requires(preun): chkconfig
|
||||
@@ -234,8 +235,11 @@ fi
|
||||
%{_bindir}/boto_tool
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2011 David Nalley <david@gnsa.us> 0.37-2
|
||||
- making ceph spec file comply with static library deps guidelines 609700
|
||||
* Thu Feb 16 2012 Tom Callaway <spot@fedoraproject.org> 0.39-2
|
||||
- rebuild against gperftools
|
||||
|
||||
* Sat Dec 03 2011 David Nalley <david@gnsa.us> 0.38-1
|
||||
- updating to upstream 0.39
|
||||
|
||||
* Sat Nov 05 2011 David Nalley <david@gnsa.us> 0.37-1
|
||||
- create /etc/ceph - bug 745462
|
||||
|
||||
Reference in New Issue
Block a user