ceph 15.2.8 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
da3f27e563
commit
df3db8be0e
18
ceph.spec
18
ceph.spec
@ -100,7 +100,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 15.2.7
|
Version: 15.2.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
@ -487,6 +487,10 @@ Group: System/Filesystems
|
|||||||
%endif
|
%endif
|
||||||
Provides: ceph-test:/usr/bin/ceph-monstore-tool
|
Provides: ceph-test:/usr/bin/ceph-monstore-tool
|
||||||
Requires: ceph-base = %{_epoch_prefix}%{version}-%{release}
|
Requires: ceph-base = %{_epoch_prefix}%{version}-%{release}
|
||||||
|
%if 0%{?weak_deps}
|
||||||
|
Recommends: nvme-cli
|
||||||
|
Recommends: smartmontools
|
||||||
|
%endif
|
||||||
%description mon
|
%description mon
|
||||||
ceph-mon is the cluster monitor daemon for the Ceph distributed file
|
ceph-mon is the cluster monitor daemon for the Ceph distributed file
|
||||||
system. One or more instances of ceph-mon form a Paxos part-time
|
system. One or more instances of ceph-mon form a Paxos part-time
|
||||||
@ -758,6 +762,10 @@ Requires: lvm2
|
|||||||
Requires: sudo
|
Requires: sudo
|
||||||
Requires: libstoragemgmt
|
Requires: libstoragemgmt
|
||||||
Requires: python%{python3_pkgversion}-ceph-common = %{_epoch_prefix}%{version}-%{release}
|
Requires: python%{python3_pkgversion}-ceph-common = %{_epoch_prefix}%{version}-%{release}
|
||||||
|
%if 0%{?weak_deps}
|
||||||
|
Recommends: nvme-cli
|
||||||
|
Recommends: smartmontools
|
||||||
|
%endif
|
||||||
%description osd
|
%description osd
|
||||||
ceph-osd is the object storage daemon for the Ceph distributed file
|
ceph-osd is the object storage daemon for the Ceph distributed file
|
||||||
system. It is responsible for storing objects on a local file system
|
system. It is responsible for storing objects on a local file system
|
||||||
@ -1321,7 +1329,6 @@ install -m 0644 -D udev/50-rbd.rules %{buildroot}%{_udevrulesdir}/50-rbd.rules
|
|||||||
|
|
||||||
# sudoers.d
|
# sudoers.d
|
||||||
install -m 0600 -D sudoers.d/ceph-osd-smartctl %{buildroot}%{_sysconfdir}/sudoers.d/ceph-osd-smartctl
|
install -m 0600 -D sudoers.d/ceph-osd-smartctl %{buildroot}%{_sysconfdir}/sudoers.d/ceph-osd-smartctl
|
||||||
install -m 0600 -D sudoers.d/cephadm %{buildroot}%{_sysconfdir}/sudoers.d/cephadm
|
|
||||||
|
|
||||||
%if 0%{?rhel} >= 8
|
%if 0%{?rhel} >= 8
|
||||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{_bindir}/*
|
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{_bindir}/*
|
||||||
@ -1475,7 +1482,6 @@ exit 0
|
|||||||
%files -n cephadm
|
%files -n cephadm
|
||||||
%{_sbindir}/cephadm
|
%{_sbindir}/cephadm
|
||||||
%{_mandir}/man8/cephadm.8*
|
%{_mandir}/man8/cephadm.8*
|
||||||
%{_sysconfdir}/sudoers.d/cephadm
|
|
||||||
%attr(0700,cephadm,cephadm) %dir %{_sharedstatedir}/cephadm
|
%attr(0700,cephadm,cephadm) %dir %{_sharedstatedir}/cephadm
|
||||||
%attr(0700,cephadm,cephadm) %dir %{_sharedstatedir}/cephadm/.ssh
|
%attr(0700,cephadm,cephadm) %dir %{_sharedstatedir}/cephadm/.ssh
|
||||||
%attr(0600,cephadm,cephadm) %{_sharedstatedir}/cephadm/.ssh/authorized_keys
|
%attr(0600,cephadm,cephadm) %{_sharedstatedir}/cephadm/.ssh/authorized_keys
|
||||||
@ -2155,7 +2161,6 @@ fi
|
|||||||
|
|
||||||
%files -n librgw2
|
%files -n librgw2
|
||||||
%{_libdir}/librgw.so.*
|
%{_libdir}/librgw.so.*
|
||||||
%{_libdir}/librgw_admin_user.so.*
|
|
||||||
%if %{with lttng}
|
%if %{with lttng}
|
||||||
%{_libdir}/librgw_op_tp.so.*
|
%{_libdir}/librgw_op_tp.so.*
|
||||||
%{_libdir}/librgw_rados_tp.so.*
|
%{_libdir}/librgw_rados_tp.so.*
|
||||||
@ -2168,10 +2173,8 @@ fi
|
|||||||
%files -n librgw-devel
|
%files -n librgw-devel
|
||||||
%dir %{_includedir}/rados
|
%dir %{_includedir}/rados
|
||||||
%{_includedir}/rados/librgw.h
|
%{_includedir}/rados/librgw.h
|
||||||
%{_includedir}/rados/librgw_admin_user.h
|
|
||||||
%{_includedir}/rados/rgw_file.h
|
%{_includedir}/rados/rgw_file.h
|
||||||
%{_libdir}/librgw.so
|
%{_libdir}/librgw.so
|
||||||
%{_libdir}/librgw_admin_user.so
|
|
||||||
%if %{with lttng}
|
%if %{with lttng}
|
||||||
%{_libdir}/librgw_op_tp.so
|
%{_libdir}/librgw_op_tp.so
|
||||||
%{_libdir}/librgw_rados_tp.so
|
%{_libdir}/librgw_rados_tp.so
|
||||||
@ -2375,6 +2378,9 @@ exit 0
|
|||||||
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
|
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 23 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:15.2.8-1
|
||||||
|
- ceph 15.2.8 GA
|
||||||
|
|
||||||
* Mon Nov 30 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:15.2.7-1
|
* Mon Nov 30 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:15.2.7-1
|
||||||
- ceph 15.2.7 GA
|
- ceph 15.2.7 GA
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ceph-15.2.7.tar.gz) = bfe07cefcd603d773216a2b1d49fb32bdf1185dfb69b30d5362eb48d3afa2984cebffb598f7d68bfbd9afdc2f29975130a585a9b83724ca6a3f59163895c0de0
|
SHA512 (ceph-15.2.8.tar.gz) = 66c7322575165b4747955ac9de34f9f9e2d4361c8cd8498819383883045601b92f786c4336c79369d6f019db1c4524c492faa40cdceed7fc1b2b373ca6ab5065
|
||||||
|
Loading…
Reference in New Issue
Block a user