Compare commits

...

19 Commits

Author SHA1 Message Date
Kaleb S. KEITHLEY 9a62a25baa ceph-18.2.4, include/rados/rgw_file.h 2024-09-23 19:39:46 -04:00
Kaleb S. KEITHLEY 42ca7f9603 ceph-18.2.4 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-07-16 07:22:06 -04:00
Kaleb S. KEITHLEY 45d65b594c Merge remote-tracking branch 'origin/f40' into f39 2024-07-16 07:21:17 -04:00
Kaleb S. KEITHLEY f8977a765e ceph-18.2.4 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-07-15 09:10:59 -04:00
Kaleb S. KEITHLEY 5d2421bad4 rhbz#2295843, include license (COPYING) file in selected subpackages
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-07-07 21:42:00 -04:00
Kaleb S. KEITHLEY 1bba347d0d ceph-18.2.3 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-05-01 07:34:06 -04:00
Kaleb S. KEITHLEY f5d39cf385 ceph-18.2.3 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-04-30 14:21:58 -04:00
Kaleb S. KEITHLEY e2cb602e33 ceph-18.2.3 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-04-30 14:21:45 -04:00
Kaleb S. KEITHLEY f704ff82a4 rebuild with libarrow-15.0.2
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-03-19 13:19:14 -04:00
Kaleb S. KEITHLEY f6bb694eed ceph-18.2.2 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-03-08 05:20:30 -05:00
Kaleb S. KEITHLEY a547e637b8 ceph-18.2.2 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-03-07 10:18:21 -05:00
Kaleb S. KEITHLEY 7bda55e728 ceph-18.2.2 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-03-07 10:17:36 -05:00
Kaleb S. KEITHLEY 6b5e836a43 ceph-18.2.2 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-03-07 10:16:28 -05:00
David Abdurachmanov 0a3faf9744 Add support for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
(cherry picked from commit 4321616c47)
2024-03-06 13:17:44 +00:00
Jiri Vanek f1a1925584 Rebuilt for java-21-openjdk as system jdk
https://fedoraproject.org/wiki/Changes/Java21
2024-03-02 16:43:52 +01:00
Kaleb S. KEITHLEY c31e20aaba ceph-18.2.1, temporarily disable LTO, rhbz#2241339
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2024-01-10 15:25:26 -05:00
Kaleb S. KEITHLEY 1786e44585 Merge remote-tracking branch 'origin/rawhide' into f39 2023-12-19 09:23:43 -05:00
Kaleb S. KEITHLEY 815ffbe8fd ceph-18.2.1 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2023-11-15 16:17:08 -05:00
Kaleb S. KEITHLEY c60f6770fb ceph-18.2.0, Requires: fuse -> fuse3
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2023-11-01 23:52:59 -04:00
3 changed files with 30 additions and 49 deletions
+11
View File
@@ -0,0 +1,11 @@
--- ceph-18.2.4/src/include/rados/rgw_file.h.orig 2024-09-23 12:05:39.942703570 -0400
+++ ceph-18.2.4/src/include/rados/rgw_file.h 2024-09-23 12:05:55.800441732 -0400
@@ -27,7 +27,7 @@
#define LIBRGW_FILE_VER_MAJOR 1
#define LIBRGW_FILE_VER_MINOR 2
-#define LIBRGW_FILE_VER_EXTRA 0
+#define LIBRGW_FILE_VER_EXTRA 1
#define LIBRGW_FILE_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
#define LIBRGW_FILE_VERSION_CODE LIBRGW_FILE_VERSION(LIBRGW_FILE_VER_MAJOR, LIBRGW_FILE_VER_MINOR, LIBRGW_FILE_VER_EXTRA)
+18 -48
View File
@@ -20,6 +20,7 @@
# please read this for explanation of bcond syntax:
# https://rpm-software-management.github.io/rpm/manual/conditionalbuilds.html
#################################################################################
%bcond_with make_check
%bcond_with zbd
%bcond_with cmake_verbose_logging
@@ -172,8 +173,8 @@
# main package definition
#################################################################################
Name: ceph
Version: 18.2.3
Release: 1%{?dist}
Version: 18.2.4
Release: 2%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
%endif
@@ -210,6 +211,8 @@ Patch0035: 0035-src-CMakeLists.txt.patch
Patch0037: ceph-c99-1.patch
Patch0038: ceph-c99-2.patch
Patch0039: 0039-src-common-dout.h.patch
Patch0040: 0040-src-include-rados-rgw_file.h.patch
# ceph 14.0.1 does not support 32-bit architectures, bugs #1727788, #1727787
ExcludeArch: i686 armv7hl
%if 0%{?suse_version}
@@ -2328,6 +2331,7 @@ fi
%endif
%files -n librados2
%doc %{_docdir}/ceph/COPYING
%{_libdir}/librados.so.*
%dir %{_libdir}/ceph
%{_libdir}/ceph/libceph-common.so.*
@@ -2386,6 +2390,7 @@ fi
%endif
%files -n librbd1
%doc %{_docdir}/ceph/COPYING
%{_libdir}/librbd.so.*
%if %{with lttng}
%{_libdir}/librbd_tp.so.*
@@ -2651,51 +2656,25 @@ exit 0
%dir %{python3_sitelib}/ceph_node_proxy
%{python3_sitelib}/ceph_node_proxy/*
%{python3_sitelib}/ceph_node_proxy-*
#%{_mandir}/man8/ceph-node-proxy.8*
%changelog
* Mon Sep 23 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.4-2
- ceph-18.2.4, include/rados/rgw_file.h
* Mon Jul 15 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.4-1
- ceph-18.2.4 GA
* Sun Jul 7 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.3-2
- rhbz#2295843, include license (COPYING) file in selected subpackages
* Mon Apr 29 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.3-1
- ceph-18.2.3 GA
* Mon Apr 22 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.2-4
- rebuild with libarrow-16.0.0
* Tue Mar 19 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.2-3
- rebuild with libarrow-15.0.2
* Fri Mar 15 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.2-2
- rebuild with libarrow-15.0.1. (And liborc-2.0.0)
* Thu Mar 7 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.2-1
- ceph-18.2.2 GA
* Wed Mar 06 2024 David Abdurachmanov <davidlt@rivosinc.com> - 2:18.2.1-11
- Add support for riscv64
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 2:18.2.1-10
- Rebuilt for java-21-openjdk as system jdk
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 2:18.2.1-9
- Rebuild for ICU 74
* Fri Jan 26 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-8
- rebuild for libarrow-15.0.0, rhbz#2260552
* Wed Jan 24 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-7
- rebuild for Fedora_40_Mass_Rebuild, gcc-14, and rocksdb-8.10.0,
libarrow-14.0.2
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:18.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:18.2.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 15 2024 Florian Weimer <fweimer@redhat.com> - 2:18.2.1-5
- Backport upstream patches to fix C compatibility issues
* Sat Jan 13 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-4
- rebuild with rocksdb-8.10.0
* Wed Jan 10 2024 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-4
- ceph-18.2.1, temporarily disable LTO, rhbz#2241339
* Tue Dec 19 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-3
- ceph-18.2.1, incorporate changes from *final* 18.2.1 release from
@@ -2708,15 +2687,6 @@ exit 0
* Wed Nov 15 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.1-1
- ceph-18.2.1 GA
* Wed Nov 1 2023 Terje Rosten <terje.rosten@ntnu.no> - 2:18.2.0-4
- Rebuild for gtest 1.14.0 and libarrow 14.0.0
* Wed Nov 1 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.0-3
- Rebuild for Apache Arrow (libarrow) 14.0.0
* Thu Oct 5 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.0-2
- ceph-18.2.0, rebuild in side tag (f40-build-side-74974)
* Fri Aug 4 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:18.2.0-1
- ceph-18.2.0 GA
+1 -1
View File
@@ -1 +1 @@
SHA512 (ceph-18.2.3.tar.gz) = 224349dcf531570ba0bde63b952f67d34128d76a24f59c6dade487257fbcee1f31dbf45e14e1716da051a6c016080cfa162a86803e08c23e7da1c52605428903
SHA512 (ceph-18.2.4.tar.gz) = a4ebb4e14032e6ab8e1fd8836f39234b771cb0a4b655166e9c69493a2c0d687064af4bb35523d0501629605521854e49f5c53a56279f72810d108c76f4f88c5b