Accepting request 506176 from filesystems:ceph:luminous
12.1.0 OBS-URL: https://build.opensuse.org/request/show/506176 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=99
This commit is contained in:
parent
3c2aad6662
commit
a3a81fd8d1
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">12.0.3+git.%ct.%h</param>
|
||||
<param name="versionformat">12.1.0+git.%ct.%h</param>
|
||||
<param name="url">git://github.com/SUSE/ceph.git</param>
|
||||
<param name="revision">ses5</param>
|
||||
<param name="filename">ceph</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="package-meta">no</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
|
||||
</service>
|
||||
<service name="extract_ceph_spec" mode="disabled" />
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49f908485120588e0b85ed2281b423a12e30f5c552213c454f8f584cb4aaae67
|
||||
size 127011227
|
3
ceph-12.1.0+git.1498309403.f4fc02fff4.tar.bz2
Normal file
3
ceph-12.1.0+git.1498309403.f4fc02fff4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9df329b307b0bb0c1fadcfaf5c2f79a23139ef77acce94c3dad3ad041f52840
|
||||
size 126995522
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 24 20:17:48 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.0+git.1498309403.f4fc02fff4:
|
||||
+ upstream 12.1.0 release; for details, see
|
||||
http://ceph.com/releases/v12-1-0-luminous-rc-released/
|
||||
+ revert several pre-release commits that are no longer needed
|
||||
because the issues have been fixed upstream in the meantime
|
||||
+ build/ops: rpm: sane packaging of %{_docdir}/ceph directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 08:11:22 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
@ -69,7 +69,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 12.0.3+git.1498202776.b806032985
|
||||
Version: 12.1.0+git.1498309403.f4fc02fff4
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 1
|
||||
@ -129,7 +129,6 @@ BuildRequires: gperftools-devel >= 2.4
|
||||
BuildRequires: jq
|
||||
BuildRequires: leveldb-devel > 1.2
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: libatomic_ops-devel
|
||||
BuildRequires: libblkid-devel >= 2.17
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libudev-devel
|
||||
@ -143,12 +142,15 @@ BuildRequires: procps
|
||||
BuildRequires: python
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-pecan
|
||||
BuildRequires: python-requests
|
||||
BuildRequires: python-virtualenv
|
||||
BuildRequires: python-werkzeug
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: util-linux
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: which
|
||||
BuildRequires: xfsprogs
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: xmlstarlet
|
||||
@ -503,7 +505,7 @@ install -m 0644 -D systemd/50-ceph.preset %{buildroot}%{_libexecdir}/systemd/sys
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
install -m 0644 -D src/logrotate.conf %{buildroot}%{_sysconfdir}/logrotate.d/ceph
|
||||
chmod 0644 %{buildroot}%{_docdir}/ceph/sample.ceph.conf
|
||||
chmod 0644 %{buildroot}%{_docdir}/ceph/sample.fetch_config
|
||||
install -m 0644 -D COPYING %{buildroot}%{_docdir}/ceph/COPYING
|
||||
|
||||
# firewall templates and /sbin/mount.ceph symlink
|
||||
%if 0%{?suse_version}
|
||||
@ -538,8 +540,6 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mgr
|
||||
%py3_compile %{buildroot}%{python3_sitelib}
|
||||
%endif
|
||||
|
||||
rm -rf %{buildroot}%{_docdir}/ceph/sample.ceph.conf
|
||||
rm -rf %{buildroot}%{_docdir}/ceph/sample.fetch_config
|
||||
rm -rf %{buildroot}%{_bindir}/crushtool
|
||||
rm -rf %{buildroot}%{_bindir}/monmaptool
|
||||
rm -rf %{buildroot}%{_bindir}/osdmaptool
|
||||
@ -577,6 +577,10 @@ rm -rf %{buildroot}%{_mandir}/man8/ceph-run.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/crushtool.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/osdmaptool.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/monmaptool.8*
|
||||
rm -rf %{buildroot}%doc
|
||||
rm -rf %{buildroot}%{_docdir}/ceph/sample.ceph.conf
|
||||
rm -rf %{buildroot}%doc
|
||||
rm -rf %{buildroot}%{_docdir}/ceph/COPYING
|
||||
rm -rf %{buildroot}%{_bindir}/ceph
|
||||
rm -rf %{buildroot}%{_bindir}/ceph-authtool
|
||||
rm -rf %{buildroot}%{_bindir}/ceph-conf
|
||||
@ -868,7 +872,6 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
%if 0%{with ceph_test_package}
|
||||
%files -n ceph-test
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/ceph-client-debug
|
||||
%{_bindir}/ceph_bench_log
|
||||
%{_bindir}/ceph_kvstorebench
|
||||
|
10
ceph.changes
10
ceph.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 24 20:17:48 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.0+git.1498309403.f4fc02fff4:
|
||||
+ upstream 12.1.0 release; for details, see
|
||||
http://ceph.com/releases/v12-1-0-luminous-rc-released/
|
||||
+ revert several pre-release commits that are no longer needed
|
||||
because the issues have been fixed upstream in the meantime
|
||||
+ build/ops: rpm: sane packaging of %{_docdir}/ceph directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 08:11:22 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
58
ceph.spec
58
ceph.spec
@ -69,7 +69,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 12.0.3+git.1498202776.b806032985
|
||||
Version: 12.1.0+git.1498309403.f4fc02fff4
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 1
|
||||
@ -123,7 +123,6 @@ BuildRequires: gperftools-devel >= 2.4
|
||||
BuildRequires: jq
|
||||
BuildRequires: leveldb-devel > 1.2
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: libatomic_ops-devel
|
||||
BuildRequires: libblkid-devel >= 2.17
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libudev-devel
|
||||
@ -137,12 +136,15 @@ BuildRequires: procps
|
||||
BuildRequires: python
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-pecan
|
||||
BuildRequires: python-requests
|
||||
BuildRequires: python-virtualenv
|
||||
BuildRequires: python-werkzeug
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: util-linux
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: which
|
||||
BuildRequires: xfsprogs
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: xmlstarlet
|
||||
@ -333,13 +335,14 @@ Requires: ceph-base = %{_epoch_prefix}%{version}-%{release}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Requires: python-cherrypy
|
||||
Requires: python-werkzeug
|
||||
Requires: pyOpenSSL
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
Requires: python-CherryPy
|
||||
Requires: python-Werkzeug
|
||||
Requires: python-pyOpenSSL
|
||||
%endif
|
||||
Requires: python-pecan
|
||||
Requires(post): openssl
|
||||
%description mgr
|
||||
ceph-mgr enables python modules that provide services (such as the REST
|
||||
module derived from Calamari) and expose CLI hooks. ceph-mgr gathers
|
||||
@ -926,7 +929,7 @@ install -m 0644 -D systemd/50-ceph.preset %{buildroot}%{_libexecdir}/systemd/sys
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
install -m 0644 -D src/logrotate.conf %{buildroot}%{_sysconfdir}/logrotate.d/ceph
|
||||
chmod 0644 %{buildroot}%{_docdir}/ceph/sample.ceph.conf
|
||||
chmod 0644 %{buildroot}%{_docdir}/ceph/sample.fetch_config
|
||||
install -m 0644 -D COPYING %{buildroot}%{_docdir}/ceph/COPYING
|
||||
|
||||
# firewall templates and /sbin/mount.ceph symlink
|
||||
%if 0%{?suse_version}
|
||||
@ -970,11 +973,6 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
|
||||
%files base
|
||||
%defattr(-,root,root,-)
|
||||
%docdir %{_docdir}
|
||||
%dir %{_docdir}/ceph
|
||||
%{_docdir}/ceph/sample.ceph.conf
|
||||
%{_docdir}/ceph/sample.fetch_config
|
||||
%{_bindir}/crushtool
|
||||
%{_bindir}/monmaptool
|
||||
%{_bindir}/osdmaptool
|
||||
@ -1078,7 +1076,9 @@ if [ $FIRST_ARG -ge 1 ] ; then
|
||||
fi
|
||||
|
||||
%files common
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_docdir}/ceph
|
||||
%doc %{_docdir}/ceph/sample.ceph.conf
|
||||
%doc %{_docdir}/ceph/COPYING
|
||||
%{_bindir}/ceph
|
||||
%{_bindir}/ceph-authtool
|
||||
%{_bindir}/ceph-conf
|
||||
@ -1227,13 +1227,6 @@ fi
|
||||
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mgr
|
||||
|
||||
%post mgr
|
||||
CERT="%{_sysconfdir}/ceph/ceph-mgr-restful.crt"
|
||||
PKEY="%{_sysconfdir}/ceph/ceph-mgr-restful.key"
|
||||
if [ ! -e "$CERT" -o ! -e "$PKEY" ]; then
|
||||
openssl req -new -nodes -x509 \
|
||||
-subj "/O=IT/CN=ceph-mgr-restful" \
|
||||
-days 3650 -keyout "$PKEY" -out "$CERT" -extensions v3_ca
|
||||
fi
|
||||
%if 0%{?suse_version}
|
||||
if [ $1 -eq 1 ] ; then
|
||||
/usr/bin/systemctl preset ceph-mgr@\*.service ceph-mgr.target >/dev/null 2>&1 || :
|
||||
@ -1328,7 +1321,6 @@ if [ $FIRST_ARG -ge 1 ] ; then
|
||||
fi
|
||||
|
||||
%files fuse
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/ceph-fuse
|
||||
%{_mandir}/man8/ceph-fuse.8*
|
||||
%{_sbindir}/mount.fuse.ceph
|
||||
@ -1336,12 +1328,10 @@ fi
|
||||
%{_unitdir}/ceph-fuse.target
|
||||
|
||||
%files -n rbd-fuse
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/rbd-fuse
|
||||
%{_mandir}/man8/rbd-fuse.8*
|
||||
|
||||
%files -n rbd-mirror
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/rbd-mirror
|
||||
%{_mandir}/man8/rbd-mirror.8*
|
||||
%{_unitdir}/ceph-rbd-mirror@.service
|
||||
@ -1390,12 +1380,10 @@ if [ $FIRST_ARG -ge 1 ] ; then
|
||||
fi
|
||||
|
||||
%files -n rbd-nbd
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/rbd-nbd
|
||||
%{_mandir}/man8/rbd-nbd.8*
|
||||
|
||||
%files radosgw
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/radosgw
|
||||
%{_bindir}/radosgw-token
|
||||
%{_bindir}/radosgw-es
|
||||
@ -1510,7 +1498,6 @@ fi
|
||||
%if %{with ocf}
|
||||
|
||||
%files resource-agents
|
||||
%defattr(0755,root,root,-)
|
||||
%dir %{_prefix}/lib/ocf
|
||||
%dir %{_prefix}/lib/ocf/resource.d
|
||||
%dir %{_prefix}/lib/ocf/resource.d/ceph
|
||||
@ -1519,7 +1506,6 @@ fi
|
||||
%endif
|
||||
|
||||
%files -n librados2
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/librados.so.*
|
||||
%dir %{_libdir}/ceph
|
||||
%{_libdir}/ceph/libceph-common.so*
|
||||
@ -1532,7 +1518,6 @@ fi
|
||||
%postun -n librados2 -p /sbin/ldconfig
|
||||
|
||||
%files -n librados-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/rados
|
||||
%{_includedir}/rados/librados.h
|
||||
%{_includedir}/rados/librados.hpp
|
||||
@ -1552,17 +1537,14 @@ fi
|
||||
%{_mandir}/man8/librados-config.8*
|
||||
|
||||
%files -n python-rados
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/rados.so
|
||||
%{python_sitearch}/rados-*.egg-info
|
||||
|
||||
%files -n python%{python3_pkgversion}-rados
|
||||
%defattr(-,root,root,-)
|
||||
%{python3_sitearch}/rados.cpython*.so
|
||||
%{python3_sitearch}/rados-*.egg-info
|
||||
|
||||
%files -n libradosstriper1
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libradosstriper.so.*
|
||||
|
||||
%post -n libradosstriper1 -p /sbin/ldconfig
|
||||
@ -1570,14 +1552,12 @@ fi
|
||||
%postun -n libradosstriper1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libradosstriper-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/radosstriper
|
||||
%{_includedir}/radosstriper/libradosstriper.h
|
||||
%{_includedir}/radosstriper/libradosstriper.hpp
|
||||
%{_libdir}/libradosstriper.so
|
||||
|
||||
%files -n librbd1
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/librbd.so.*
|
||||
%if %{with lttng}
|
||||
%{_libdir}/librbd_tp.so.*
|
||||
@ -1591,7 +1571,6 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%postun -n librbd1 -p /sbin/ldconfig
|
||||
|
||||
%files -n librbd-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/rbd
|
||||
%{_includedir}/rbd/librbd.h
|
||||
%{_includedir}/rbd/librbd.hpp
|
||||
@ -1602,7 +1581,6 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%endif
|
||||
|
||||
%files -n librgw2
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/librgw.so.*
|
||||
|
||||
%post -n librgw2 -p /sbin/ldconfig
|
||||
@ -1610,34 +1588,28 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%postun -n librgw2 -p /sbin/ldconfig
|
||||
|
||||
%files -n librgw-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/rados
|
||||
%{_includedir}/rados/librgw.h
|
||||
%{_includedir}/rados/rgw_file.h
|
||||
%{_libdir}/librgw.so
|
||||
|
||||
%files -n python-rgw
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/rgw.so
|
||||
%{python_sitearch}/rgw-*.egg-info
|
||||
|
||||
%files -n python%{python3_pkgversion}-rgw
|
||||
%defattr(-,root,root,-)
|
||||
%{python3_sitearch}/rgw.cpython*.so
|
||||
%{python3_sitearch}/rgw-*.egg-info
|
||||
|
||||
%files -n python-rbd
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/rbd.so
|
||||
%{python_sitearch}/rbd-*.egg-info
|
||||
|
||||
%files -n python%{python3_pkgversion}-rbd
|
||||
%defattr(-,root,root,-)
|
||||
%{python3_sitearch}/rbd.cpython*.so
|
||||
%{python3_sitearch}/rbd-*.egg-info
|
||||
|
||||
%files -n libcephfs2
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libcephfs.so.*
|
||||
|
||||
%post -n libcephfs2 -p /sbin/ldconfig
|
||||
@ -1645,27 +1617,23 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%postun -n libcephfs2 -p /sbin/ldconfig
|
||||
|
||||
%files -n libcephfs-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/cephfs
|
||||
%{_includedir}/cephfs/libcephfs.h
|
||||
%{_includedir}/cephfs/ceph_statx.h
|
||||
%{_libdir}/libcephfs.so
|
||||
|
||||
%files -n python-cephfs
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitearch}/cephfs.so
|
||||
%{python_sitearch}/cephfs-*.egg-info
|
||||
%{python_sitelib}/ceph_volume_client.py*
|
||||
|
||||
%files -n python%{python3_pkgversion}-cephfs
|
||||
%defattr(-,root,root,-)
|
||||
%{python3_sitearch}/cephfs.cpython*.so
|
||||
%{python3_sitearch}/cephfs-*.egg-info
|
||||
%{python3_sitelib}/ceph_volume_client.py
|
||||
%{python3_sitelib}/__pycache__/ceph_volume_client.cpython*.py*
|
||||
|
||||
%files -n python%{python3_pkgversion}-ceph-argparse
|
||||
%defattr(-,root,root,-)
|
||||
%{python3_sitelib}/ceph_argparse.py
|
||||
%{python3_sitelib}/__pycache__/ceph_argparse.cpython*.py*
|
||||
%{python3_sitelib}/ceph_daemon.py
|
||||
@ -1673,7 +1641,6 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
|
||||
%if 0%{with ceph_test_package}
|
||||
%files -n ceph-test
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/ceph-client-debug
|
||||
%{_bindir}/ceph_bench_log
|
||||
%{_bindir}/ceph_kvstorebench
|
||||
@ -1711,7 +1678,6 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
|
||||
%if 0%{with cephfs_java}
|
||||
%files -n libcephfs_jni1
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libcephfs_jni.so.*
|
||||
|
||||
%post -n libcephfs_jni1 -p /sbin/ldconfig
|
||||
@ -1719,23 +1685,19 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%postun -n libcephfs_jni1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libcephfs_jni-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libcephfs_jni.so
|
||||
|
||||
%files -n cephfs-java
|
||||
%defattr(-,root,root,-)
|
||||
%{_javadir}/libcephfs.jar
|
||||
%{_javadir}/libcephfs-test.jar
|
||||
%endif
|
||||
|
||||
%files -n rados-objclass-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/rados
|
||||
%{_includedir}/rados/objclass.h
|
||||
|
||||
%if 0%{with selinux}
|
||||
%files selinux
|
||||
%defattr(-,root,root,-)
|
||||
%attr(0600,root,root) %{_datadir}/selinux/packages/ceph.pp
|
||||
%{_datadir}/selinux/devel/include/contrib/ceph.if
|
||||
%{_mandir}/man8/ceph_selinux.8*
|
||||
|
Loading…
Reference in New Issue
Block a user