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.26.tar.gz
|
||||||
/ceph-0.31.tar.gz
|
/ceph-0.31.tar.gz
|
||||||
/ceph-0.37.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 2012-01-11 18:23:10.597593501 -0500
|
||||||
+++ src/logrotate.conf.new 2011-11-05 17:41:02.567151275 -0400
|
+++ ./src/logrotate.conf 2012-01-11 18:23:26.808390838 -0500
|
||||||
@@ -1,9 +1,10 @@
|
@@ -4,7 +4,7 @@
|
||||||
/var/log/ceph/*.log {
|
|
||||||
rotate 7
|
|
||||||
daily
|
|
||||||
+ missingok
|
|
||||||
compress
|
compress
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
- invoke-rc.d ceph reload >/dev/null || service ceph reload >/dev/null
|
- invoke-rc.d ceph reload >/dev/null || service ceph reload >/dev/null
|
||||||
+ service ceph reload >/dev/null 2>/dev/null || true
|
+ service ceph reload >/dev/null 2>/dev/null || true
|
||||||
endscript
|
endscript
|
||||||
|
missingok
|
||||||
}
|
}
|
||||||
|
14
ceph.spec
14
ceph.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 0.37
|
Version: 0.39
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: User space components of the Ceph file system
|
Summary: User space components of the Ceph file system
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -15,8 +15,9 @@ BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm,
|
|||||||
%ifnarch ppc64 s390 s390x
|
%ifnarch ppc64 s390 s390x
|
||||||
BuildRequires: google-perftools-devel
|
BuildRequires: google-perftools-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cryptopp-devel, libatomic_ops-static
|
BuildRequires: cryptopp-devel, libatomic_ops-devel, gcc-c++
|
||||||
BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel
|
BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel
|
||||||
|
BuildRequires: gtkmm24-devel, gtk2-devel, libuuid, libuuid-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires(post): chkconfig, binutils, libedit
|
Requires(post): chkconfig, binutils, libedit
|
||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
@ -234,11 +235,8 @@ fi
|
|||||||
%{_bindir}/boto_tool
|
%{_bindir}/boto_tool
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37-3
|
* Sat Dec 03 2011 David Nalley <david@gnsa.us> 0.38-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- updating to upstream 0.39
|
||||||
|
|
||||||
* Wed Nov 09 2011 David Nalley <david@gnsa.us> 0.37-2
|
|
||||||
- making ceph spec file comply with static library deps guidelines 609700
|
|
||||||
|
|
||||||
* Sat Nov 05 2011 David Nalley <david@gnsa.us> 0.37-1
|
* Sat Nov 05 2011 David Nalley <david@gnsa.us> 0.37-1
|
||||||
- create /etc/ceph - bug 745462
|
- create /etc/ceph - bug 745462
|
||||||
|
Loading…
Reference in New Issue
Block a user