Accepting request 815321 from filesystems:ceph:octopus
newer 15.2.3 OBS-URL: https://build.opensuse.org/request/show/815321 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=273
This commit is contained in:
parent
c2c83c1be9
commit
63b26c747a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:960dc7edf7f511b9c929c1ab71068835c10d4396ea532ad66d3ba137d5dad4b6
|
||||
size 151521918
|
3
ceph-15.2.3-455-g04541bbb8e.tar.bz2
Normal file
3
ceph-15.2.3-455-g04541bbb8e.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38be2d8095a1c83cbe1241d50222f6f5f9da6ba61560335bbf0a83aa531f961e
|
||||
size 151410361
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 13:33:00 UTC 2020 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Update to 15.2.3-455-g04541bbb8e:
|
||||
+ rebase on tip of upstream "octopus" branch, SHA1 ec315386e94adb4f844f6f3b7ce519e8f7789213
|
||||
* python-common: only validate host_pattern if present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 14:18:25 UTC 2020 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
|
@ -99,7 +99,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 15.2.3.252+gf2237253cd
|
||||
Version: 15.2.3.455+g04541bbb8e
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -115,7 +115,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
|
||||
Group: System/Filesystems
|
||||
%endif
|
||||
URL: http://ceph.com/
|
||||
Source0: %{?_remote_tarball_prefix}ceph-15.2.3-252-gf2237253cd.tar.bz2
|
||||
Source0: %{?_remote_tarball_prefix}ceph-15.2.3-455-g04541bbb8e.tar.bz2
|
||||
%if 0%{?suse_version}
|
||||
Source96: checkin.sh
|
||||
Source97: README-checkin.txt
|
||||
@ -544,7 +544,7 @@ This package contains Ceph benchmarks and test tools.
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%prep
|
||||
%autosetup -p1 -n ceph-15.2.3-252-gf2237253cd
|
||||
%autosetup -p1 -n ceph-15.2.3-455-g04541bbb8e
|
||||
|
||||
%build
|
||||
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 13:33:00 UTC 2020 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Update to 15.2.3-455-g04541bbb8e:
|
||||
+ rebase on tip of upstream "octopus" branch, SHA1 ec315386e94adb4f844f6f3b7ce519e8f7789213
|
||||
* python-common: only validate host_pattern if present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 14:18:25 UTC 2020 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
|
@ -99,7 +99,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 15.2.3.252+gf2237253cd
|
||||
Version: 15.2.3.455+g04541bbb8e
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -115,7 +115,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
|
||||
Group: System/Filesystems
|
||||
%endif
|
||||
URL: http://ceph.com/
|
||||
Source0: %{?_remote_tarball_prefix}ceph-15.2.3-252-gf2237253cd.tar.bz2
|
||||
Source0: %{?_remote_tarball_prefix}ceph-15.2.3-455-g04541bbb8e.tar.bz2
|
||||
%if 0%{?suse_version}
|
||||
# _insert_obs_source_lines_here
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
||||
@ -649,9 +649,11 @@ Requires: python%{python3_pkgversion}-remoto
|
||||
Requires: cephadm = %{_epoch_prefix}%{version}-%{release}
|
||||
%if 0%{?suse_version}
|
||||
Requires: openssh
|
||||
Requires: python%{python3_pkgversion}-Jinja2
|
||||
%endif
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
Requires: openssh-clients
|
||||
Requires: python%{python3_pkgversion}-jinja2
|
||||
%endif
|
||||
%description mgr-cephadm
|
||||
ceph-mgr-cephadm is a ceph-mgr module for orchestration functions using
|
||||
@ -1121,7 +1123,7 @@ This package provides Ceph’s default alerts for Prometheus.
|
||||
# common
|
||||
#################################################################################
|
||||
%prep
|
||||
%autosetup -p1 -n ceph-15.2.3-252-gf2237253cd
|
||||
%autosetup -p1 -n ceph-15.2.3-455-g04541bbb8e
|
||||
|
||||
%build
|
||||
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||
|
Loading…
Reference in New Issue
Block a user