Update to latest stable upstream release, BZ 1095201
- PIE, _hardened_build, BZ 955174
This commit is contained in:
parent
4c912aebbb
commit
f082c040b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ ceph-0.20.tar.gz
|
|||||||
/ceph-0.61.7.tar.bz2
|
/ceph-0.61.7.tar.bz2
|
||||||
/ceph-0.67.3.tar.bz2
|
/ceph-0.67.3.tar.bz2
|
||||||
/ceph-0.72.2.tar.bz2
|
/ceph-0.72.2.tar.bz2
|
||||||
|
/ceph-0.80.1.tar.bz2
|
||||||
|
38
ceph.spec
38
ceph.spec
@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 0.72.2
|
Version: 0.80.1
|
||||||
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
|
||||||
@ -9,8 +12,7 @@ URL: https://ceph.com/
|
|||||||
Source: https://ceph.com/download/%{name}-%{version}.tar.bz2
|
Source: https://ceph.com/download/%{name}-%{version}.tar.bz2
|
||||||
Patch0: ceph-init-fix.patch
|
Patch0: ceph-init-fix.patch
|
||||||
# https://github.com/ceph/ceph/pull/1051
|
# https://github.com/ceph/ceph/pull/1051
|
||||||
Patch1: ceph-build-support-for-automake-1.12.patch
|
Patch1: ceph-fix-sbin-target.patch
|
||||||
Patch2: ceph-fix-sbin-target.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,
|
||||||
@ -21,7 +23,8 @@ BuildRequires: gperftools-devel
|
|||||||
BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++
|
BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++
|
||||||
BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel
|
BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel
|
||||||
BuildRequires: gtkmm24-devel, gtk2-devel, libuuid, libuuid-devel
|
BuildRequires: gtkmm24-devel, gtk2-devel, libuuid, libuuid-devel
|
||||||
BuildRequires: leveldb-devel, snappy-devel
|
BuildRequires: leveldb-devel, snappy-devel, libblkid-devel
|
||||||
|
BuildRequires: xfsprogs-devel
|
||||||
|
|
||||||
Requires(post): chkconfig, binutils, libedit
|
Requires(post): chkconfig, binutils, libedit
|
||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
@ -77,7 +80,6 @@ conjunction with any FastCGI capable web server.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .init
|
%patch0 -p1 -b .init
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -149,6 +151,8 @@ fi
|
|||||||
%{_bindir}/monmaptool
|
%{_bindir}/monmaptool
|
||||||
%{_bindir}/osdmaptool
|
%{_bindir}/osdmaptool
|
||||||
%{_bindir}/ceph-authtool
|
%{_bindir}/ceph-authtool
|
||||||
|
%{_bindir}/ceph-brag
|
||||||
|
%{_bindir}/ceph-crush-location
|
||||||
%{_bindir}/ceph-syn
|
%{_bindir}/ceph-syn
|
||||||
%{_bindir}/ceph-run
|
%{_bindir}/ceph-run
|
||||||
%{_bindir}/ceph-mon
|
%{_bindir}/ceph-mon
|
||||||
@ -216,17 +220,19 @@ fi
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/librados.so.*
|
%{_libdir}/librados.so.*
|
||||||
%{_libdir}/librbd.so.*
|
%{_libdir}/librbd.so.*
|
||||||
%dir %{_libdir}/erasure-code
|
%dir %{_libdir}/ceph/erasure-code
|
||||||
# Warning to future maintainers: Note that the libec_ and libcls_ unversioned
|
# Warning to future maintainers: Note that the libec_ and libcls_ unversioned
|
||||||
# shared objects are included here in the libs subpackage. These files are
|
# shared objects are included here in the libs subpackage. These files are
|
||||||
# plugins that Ceph loads with dlopen(). They belong here in -libs, not
|
# plugins that Ceph loads with dlopen(). They belong here in -libs, not
|
||||||
# -devel.
|
# -devel.
|
||||||
%{_libdir}/erasure-code/libec_example.so*
|
# N.B. in 0.80.1 the `make install` installs the erasure-code shared objects
|
||||||
%{_libdir}/erasure-code/libec_fail_to_initialize.so*
|
# in usr/lib*/ceph/erasure-code/...
|
||||||
%{_libdir}/erasure-code/libec_fail_to_register.so*
|
%{_libdir}/ceph/erasure-code/libec_example.so*
|
||||||
%{_libdir}/erasure-code/libec_hangs.so*
|
%{_libdir}/ceph/erasure-code/libec_fail_to_initialize.so*
|
||||||
%{_libdir}/erasure-code/libec_jerasure.so*
|
%{_libdir}/ceph/erasure-code/libec_fail_to_register.so*
|
||||||
%{_libdir}/erasure-code/libec_missing_entry_point.so*
|
%{_libdir}/ceph/erasure-code/libec_hangs.so*
|
||||||
|
%{_libdir}/ceph/erasure-code/libec_jerasure.so*
|
||||||
|
%{_libdir}/ceph/erasure-code/libec_missing_entry_point.so*
|
||||||
%dir %{_libdir}/rados-classes
|
%dir %{_libdir}/rados-classes
|
||||||
# See warning note above about unversioned shared objects here. These belong
|
# See warning note above about unversioned shared objects here. These belong
|
||||||
# here in -libs (not -devel).
|
# here in -libs (not -devel).
|
||||||
@ -240,6 +246,7 @@ fi
|
|||||||
%{_libdir}/rados-classes/libcls_replica_log.so*
|
%{_libdir}/rados-classes/libcls_replica_log.so*
|
||||||
%{_libdir}/rados-classes/libcls_statelog.so*
|
%{_libdir}/rados-classes/libcls_statelog.so*
|
||||||
%{_libdir}/rados-classes/libcls_version.so*
|
%{_libdir}/rados-classes/libcls_version.so*
|
||||||
|
%{_libdir}/rados-classes/libcls_user.so*
|
||||||
|
|
||||||
%files libcephfs
|
%files libcephfs
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
@ -258,6 +265,7 @@ fi
|
|||||||
%dir %{_includedir}/cephfs
|
%dir %{_includedir}/cephfs
|
||||||
%{_includedir}/cephfs/libcephfs.h
|
%{_includedir}/cephfs/libcephfs.h
|
||||||
%dir %{_includedir}/rados
|
%dir %{_includedir}/rados
|
||||||
|
%{_includedir}/rados/memory.h
|
||||||
%{_includedir}/rados/librados.h
|
%{_includedir}/rados/librados.h
|
||||||
%{_includedir}/rados/librados.hpp
|
%{_includedir}/rados/librados.hpp
|
||||||
%{_includedir}/rados/rados_types.h
|
%{_includedir}/rados/rados_types.h
|
||||||
@ -282,6 +290,10 @@ fi
|
|||||||
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 13 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.80.1-1
|
||||||
|
- Update to latest stable upstream release, BZ 1095201
|
||||||
|
- PIE, _hardened_build, BZ 955174
|
||||||
|
|
||||||
* Thu Feb 06 2014 Ken Dreyer <ken.dreyer@inktank.com> - 0.72.2-2
|
* Thu Feb 06 2014 Ken Dreyer <ken.dreyer@inktank.com> - 0.72.2-2
|
||||||
- Move plugins from -devel into -libs package (#891993). Thanks Michael
|
- Move plugins from -devel into -libs package (#891993). Thanks Michael
|
||||||
Schwendt.
|
Schwendt.
|
||||||
|
Loading…
Reference in New Issue
Block a user