Compare commits

...

9 Commits

Author SHA1 Message Date
Kaleb S. KEITHLEY bb38366d56 ceph 14.2.21 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2021-05-14 11:28:04 -04:00
Kaleb S KEITHLEY 5e61759d7e ceph 14.2.20 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2021-04-21 07:45:09 -04:00
Kaleb S KEITHLEY 76c4fed4a5 ceph 14.2.19 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2021-03-30 17:51:09 -04:00
Kaleb S KEITHLEY 6c3e9746c2 ceph 14.2.18 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2021-03-15 19:05:07 -04:00
Kaleb S KEITHLEY f557b65a0f ceph 14.2.17 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2021-03-11 20:39:39 -05:00
Kaleb S KEITHLEY 157a825962 ceph 14.2.16 w/ system rocksdb, w/ npm
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2021-02-02 10:15:33 -05:00
Kaleb S KEITHLEY ac01dba6bb ceph 14.2.16 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2020-12-23 19:15:30 -05:00
Kaleb S KEITHLEY 65136ef3dd ceph 14.2.15 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2020-11-24 08:16:31 -05:00
Kaleb S KEITHLEY cf2f7dd5af ceph 14.2.14 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
2020-11-20 07:01:18 -05:00
2 changed files with 47 additions and 5 deletions
+46 -4
View File
@@ -111,8 +111,8 @@
# main package definition
#################################################################################
Name: ceph
Version: 14.2.13
Release: 2%{?dist}
Version: 14.2.21
Release: 1%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
%endif
@@ -160,6 +160,8 @@ BuildRequires: cmake > 3.5
%endif
BuildRequires: cryptsetup
BuildRequires: fuse-devel
BuildRequires: rocksdb-devel
BuildRequires: npm
%if 0%{?rhel} == 7
# devtoolset offers newer make and valgrind-devel, but the old ones are good
# enough.
@@ -300,14 +302,24 @@ BuildRequires: pyOpenSSL%{_python_buildid}
%else
BuildRequires: python%{_python_buildid}-pyOpenSSL
%endif
BuildRequires: libtool-ltdl-devel
BuildRequires: python%{_python_buildid}-cherrypy
BuildRequires: python%{_python_buildid}-jwt
BuildRequires: python%{_python_buildid}-routes
BuildRequires: python%{_python_buildid}-scipy
BuildRequires: python%{_python_buildid}-werkzeug
BuildRequires: xmlsec1
BuildRequires: xmlsec1-devel
BuildRequires: xmlsec1-nss
BuildRequires: xmlsec1-openssl
BuildRequires: xmlsec1-openssl-devel
%endif
%if 0%{?suse_version}
BuildRequires: libxmlsec1-1
BuildRequires: libxmlsec1-nss1
BuildRequires: libxmlsec1-openssl1
BuildRequires: xmlsec1-devel
BuildRequires: xmlsec1-openssl-devel
BuildRequires: python%{_python_buildid}-CherryPy
BuildRequires: python%{_python_buildid}-PyJWT
BuildRequires: python%{_python_buildid}-Routes
@@ -318,7 +330,6 @@ BuildRequires: python%{_python_buildid}-pecan
BuildRequires: python%{_python_buildid}-pyOpenSSL
BuildRequires: python%{_python_buildid}-tox
BuildRequires: rpm-build
BuildRequires: xmlsec1-devel
%endif
%endif
# lttng and babeltrace for rbd-replay-prep
@@ -474,6 +485,7 @@ Requires: python%{_python_buildid}-werkzeug
%if 0%{?suse_version}
Requires: python%{_python_buildid}-CherryPy
Requires: python%{_python_buildid}-Werkzeug
%endif
%if 0%{?weak_deps}
Recommends: ceph-mgr-dashboard = %{_epoch_prefix}%{version}-%{release}
@@ -518,6 +530,7 @@ Requires: python%{_python_buildid}-CherryPy
Requires: python%{_python_buildid}-PyJWT
Requires: python%{_python_buildid}-Routes
Requires: python%{_python_buildid}-Werkzeug
Recommends: python%{_python_buildid}-python3-saml
%endif
%if 0%{?rhel} == 7
Requires: pyOpenSSL
@@ -1238,6 +1251,8 @@ cd build
%if 0%{with ocf}
-DWITH_OCF=ON \
%endif
-DWITH_SYSTEM_NPM=ON \
-DWITH_SYSTEM_ROCKSDB=ON \
%ifarch aarch64 armv7hl mips mipsel ppc ppc64 ppc64le %{ix86} x86_64
-DWITH_BOOST_CONTEXT=ON \
%else
@@ -1311,7 +1326,7 @@ ln -sf %{_sbindir}/mount.ceph %{buildroot}/sbin/mount.ceph
install -m 0644 -D udev/50-rbd.rules %{buildroot}%{_udevrulesdir}/50-rbd.rules
# sudoers.d
install -m 0600 -D sudoers.d/ceph-osd-smartctl %{buildroot}%{_sysconfdir}/sudoers.d/ceph-osd-smartctl
install -m 0440 -D sudoers.d/ceph-osd-smartctl %{buildroot}%{_sysconfdir}/sudoers.d/ceph-osd-smartctl
%if 0%{?rhel} >= 8
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{_bindir}/*
@@ -2326,6 +2341,33 @@ exit 0
%endif
%changelog
* Thu May 13 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.21-1
- ceph 14.2.21 GA
* Tue Apr 20 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.20-1
- ceph 14.2.20 GA
* Tue Mar 30 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.19-1
- ceph 14.2.19 GA
* Mon Mar 15 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.18-1
- ceph 14.2.18 GA
* Thu Mar 11 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.17-1
- ceph 14.2.17 GA
* Tue Feb 2 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.16-2
- ceph 14.2.16 w/ system rocksdb, w/ npm
* Wed Dec 23 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.16-1
- ceph 14.2.16 GA
* Tue Nov 24 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.15-1
- ceph 14.2.15 GA
* Thu Nov 19 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.14-1
- ceph 14.2.14 GA
* Fri Nov 6 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.13-2
- ceph 14.2.13 python-enum34
+1 -1
View File
@@ -1 +1 @@
SHA512 (ceph-14.2.13.tar.gz) = 3d51b729ccf26aa9a40c1320f4051755ec405abc714ae5257ec5433a13549e34fed0945f3091525fd8118d00c36fe4ae793125728d9e17f4221cdd1ee7de5b12
SHA512 (ceph-14.2.21.tar.gz) = 39b4a0624dcab2bafa50f51a42155fcf96dad74531a001d75009ad246a8ca80ce81ae538b34c0a1b773691c363626f1d0342f2439b711bd0dd16214592171884