- update to 0.56.3
This commit is contained in:
parent
ffa978b691
commit
3991b7a14d
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ ceph-0.20.tar.gz
|
|||||||
/ceph-0.46.tar.bz2
|
/ceph-0.46.tar.bz2
|
||||||
/ceph-0.51.tar.bz2
|
/ceph-0.51.tar.bz2
|
||||||
/ceph-0.53.tar.bz2
|
/ceph-0.53.tar.bz2
|
||||||
|
/ceph-0.56.3.tar.bz2
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- src/logrotate.conf 2012-07-03 00:22:59.000000000 -0400
|
|
||||||
+++ src/logrotate.conf.new 2012-09-09 12:56:09.912929358 -0400
|
|
||||||
@@ -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
|
|
||||||
|
|
||||||
# upstart reload isn't very helpful here:
|
|
||||||
# https://bugs.launchpad.net/upstart/+bug/1012938
|
|
26
ceph.spec
26
ceph.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 0.53
|
Version: 0.56.3
|
||||||
Release: 2%{?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
|
||||||
@ -8,8 +8,7 @@ URL: http://ceph.com/
|
|||||||
|
|
||||||
Source: http://ceph.com/download/%{name}-%{version}.tar.bz2
|
Source: http://ceph.com/download/%{name}-%{version}.tar.bz2
|
||||||
Patch0: ceph-init-fix.patch
|
Patch0: ceph-init-fix.patch
|
||||||
Patch1: ceph.logrotate.patch
|
Patch1: ceph-build-support-for-automake-1.12.patch
|
||||||
Patch2: ceph-build-support-for-automake-1.12.patch
|
|
||||||
|
|
||||||
BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel,
|
BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel,
|
||||||
BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, libaio-devel,
|
BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, libaio-devel,
|
||||||
@ -75,8 +74,7 @@ conjunction with any FastCGI capable web server.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .init
|
%patch0 -p1 -b .init
|
||||||
%patch1 -p0
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -90,7 +88,7 @@ EXTRA_CFLAGS="-DAO_USE_PTHREAD_DEFS"
|
|||||||
EXTRA_LDFLAGS="-lpthread"
|
EXTRA_LDFLAGS="-lpthread"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{configure} --prefix=/usr --sbindir=/sbin \
|
%{configure} --prefix=/usr --sbindir=%{_sbindir} \
|
||||||
--localstatedir=/var --sysconfdir=/etc \
|
--localstatedir=/var --sysconfdir=/etc \
|
||||||
%ifarch ppc ppc64 s390 s390x
|
%ifarch ppc ppc64 s390 s390x
|
||||||
--without-tcmalloc \
|
--without-tcmalloc \
|
||||||
@ -159,11 +157,11 @@ fi
|
|||||||
%{_bindir}/ceph-coverage
|
%{_bindir}/ceph-coverage
|
||||||
%{_bindir}/ceph-dencoder
|
%{_bindir}/ceph-dencoder
|
||||||
%{_initrddir}/ceph
|
%{_initrddir}/ceph
|
||||||
/sbin/mkcephfs
|
%{_sbindir}/mkcephfs
|
||||||
/sbin/mount.ceph
|
%{_sbindir}/mount.ceph
|
||||||
/sbin/ceph-disk-activate
|
%{_sbindir}/ceph-disk-activate
|
||||||
/sbin/ceph-disk-prepare
|
%{_sbindir}/ceph-disk-prepare
|
||||||
/sbin/ceph-create-keys
|
%{_sbindir}/ceph-create-keys
|
||||||
%{_libdir}/ceph
|
%{_libdir}/ceph
|
||||||
%{_docdir}/ceph/sample.ceph.conf
|
%{_docdir}/ceph/sample.ceph.conf
|
||||||
%{_docdir}/ceph/sample.fetch_config
|
%{_docdir}/ceph/sample.fetch_config
|
||||||
@ -219,6 +217,7 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_bindir}/ceph-fuse
|
%{_bindir}/ceph-fuse
|
||||||
|
%{_sbindir}/mount.fuse.ceph
|
||||||
%{_mandir}/man8/ceph-fuse.8*
|
%{_mandir}/man8/ceph-fuse.8*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -253,6 +252,9 @@ fi
|
|||||||
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 20 2013 Josef Bacik <josef@toxicpanda.com> - 0.56.3-1
|
||||||
|
- Update to 0.56.3
|
||||||
|
|
||||||
* Mon Feb 11 2013 Richard W.M. Jones <rjones@redhat.com> - 0.53-2
|
* Mon Feb 11 2013 Richard W.M. Jones <rjones@redhat.com> - 0.53-2
|
||||||
- Rebuilt to try to fix boost dependency problem in Rawhide.
|
- Rebuilt to try to fix boost dependency problem in Rawhide.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user