diff --git a/ceph-14.2.1-463-g99339b576a.tar.bz2 b/ceph-14.2.1-463-g99339b576a.tar.bz2 deleted file mode 100644 index 7b57b4b..0000000 --- a/ceph-14.2.1-463-g99339b576a.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:394d4d4918580cd3c820e997f6236950298e394e4c6c3452c9d0f463a0282c95 -size 95226289 diff --git a/ceph-14.2.1-467-g9e10776aa2.tar.bz2 b/ceph-14.2.1-467-g9e10776aa2.tar.bz2 new file mode 100644 index 0000000..e54d023 --- /dev/null +++ b/ceph-14.2.1-467-g9e10776aa2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46fa910151d2b2ff8486d58743fe479954c4dc8d3a3132d4304c5d2cf9aafba +size 95226916 diff --git a/ceph-test.changes b/ceph-test.changes index 72907f7..aeafc79 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 3 19:33:10 UTC 2019 - Nathan Cutler + +- Update to 14.2.1-467-g9e10776aa2: + + mon/Monitor: allow probe if MMonProbe::mon_release == 0 (bsc#1132396) + + spec: make python3-rgw replace python-rgw on upgrade + ------------------------------------------------------------------- Fri May 31 10:22:35 UTC 2019 - Nathan Cutler diff --git a/ceph-test.spec b/ceph-test.spec index 0914152..94fc8ed 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -100,7 +100,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 14.2.1.463+g99339b576a +Version: 14.2.1.467+g9e10776aa2 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-14.2.1-467-g9e10776aa2.tar.bz2 %if 0%{?suse_version} Source96: checkin.sh Source97: README-checkin.txt @@ -499,7 +499,7 @@ This package contains Ceph benchmarks and test tools. %if 0%{?suse_version} %endif %prep -%autosetup -p1 -n ceph-14.2.1-463-g99339b576a +%autosetup -p1 -n ceph-14.2.1-467-g9e10776aa2 %build # LTO can be enabled as soon as the following GCC bug is fixed: diff --git a/ceph.changes b/ceph.changes index 72907f7..aeafc79 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 3 19:33:10 UTC 2019 - Nathan Cutler + +- Update to 14.2.1-467-g9e10776aa2: + + mon/Monitor: allow probe if MMonProbe::mon_release == 0 (bsc#1132396) + + spec: make python3-rgw replace python-rgw on upgrade + ------------------------------------------------------------------- Fri May 31 10:22:35 UTC 2019 - Nathan Cutler diff --git a/ceph.spec b/ceph.spec index ce69080..99af90a 100644 --- a/ceph.spec +++ b/ceph.spec @@ -100,7 +100,7 @@ # main package definition ################################################################################# Name: ceph -Version: 14.2.1.463+g99339b576a +Version: 14.2.1.467+g9e10776aa2 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -116,7 +116,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-14.2.1-467-g9e10776aa2.tar.bz2 %if 0%{?suse_version} # _insert_obs_source_lines_here ExclusiveArch: x86_64 aarch64 ppc64le s390x @@ -722,6 +722,8 @@ Group: Development/Libraries/Python Requires: librgw2 = %{_epoch_prefix}%{version}-%{release} Requires: python%{python3_pkgversion}-rados = %{_epoch_prefix}%{version}-%{release} Provides: python3-rgw = %{_epoch_prefix}%{version}-%{release} +Provides: python-rgw = %{_epoch_prefix}%{version}-%{release} +Obsoletes: python-rgw < %{_epoch_prefix}%{version}-%{release} %description -n python%{python3_pkgversion}-rgw This package contains Python 3 libraries for interacting with Cephs RADOS gateway. @@ -1068,7 +1070,7 @@ This package provides Ceph’s default alerts for Prometheus. # common ################################################################################# %prep -%autosetup -p1 -n ceph-14.2.1-463-g99339b576a +%autosetup -p1 -n ceph-14.2.1-467-g9e10776aa2 %build # LTO can be enabled as soon as the following GCC bug is fixed: