Compare commits

...

6 Commits

Author SHA1 Message Date
Tom Callaway 79ba39cd11 rebuild against gperftools 2012-02-16 21:36:29 -05:00
David Nalley f6bd21aaa2 fixing bug 773194 and updating to 0.39 in the process 2012-01-13 14:04:38 -05:00
David Nalley 07057e050a Merge branch 'f16' of ssh://pkgs.fedoraproject.org/ceph into origin/f16 2012-01-13 14:02:10 -05:00
David Nalley 18879ad313 complying with -static lib guidelines bz: 609700 2011-11-09 11:57:37 -05:00
Josef Bacik 0e4cc7c1b7 -forgot to add the logrotate patch 2011-11-07 12:00:43 -05:00
Josef Bacik 8cb6eae323 -updating ceph in f16 to 0.37 2011-11-07 11:54:54 -05:00
4 changed files with 15 additions and 13 deletions
+1
View File
@@ -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
+4 -7
View File
@@ -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
}
+9 -5
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
b97598058588907982c6e8df465ffa1a ceph-0.37.tar.gz
8dcc078604c54d10085b6990ef554738 ceph-0.39.tar.gz