fixing bug 773194 and upgrading to 0.39 in the process
This commit is contained in:
parent
ca214a19e5
commit
c0a0a52a8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
}
|
||||
|
14
ceph.spec
14
ceph.spec
@ -1,6 +1,6 @@
|
||||
Name: ceph
|
||||
Version: 0.37
|
||||
Release: 3%{?dist}
|
||||
Version: 0.39
|
||||
Release: 1%{?dist}
|
||||
Summary: User space components of the Ceph file system
|
||||
License: LGPLv2
|
||||
Group: System Environment/Base
|
||||
@ -15,8 +15,9 @@ BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm,
|
||||
%ifnarch ppc64 s390 s390x
|
||||
BuildRequires: google-perftools-devel
|
||||
%endif
|
||||
BuildRequires: cryptopp-devel, libatomic_ops-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,11 +235,8 @@ fi
|
||||
%{_bindir}/boto_tool
|
||||
|
||||
%changelog
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Nov 09 2011 David Nalley <david@gnsa.us> 0.37-2
|
||||
- making ceph spec file comply with static library deps guidelines 609700
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user