Accepting request 706653 from filesystems:ceph:nautilus
bsc#1124957 OBS-URL: https://build.opensuse.org/request/show/706653 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=232
This commit is contained in:
parent
b7b490e364
commit
3b5f0e5f04
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:777af31d181f572ce9306900fdb93791a47278f27295d13864875a0b36c7c9d4
|
|
||||||
size 95221515
|
|
3
ceph-14.2.1-463-g99339b576a.tar.bz2
Normal file
3
ceph-14.2.1-463-g99339b576a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:394d4d4918580cd3c820e997f6236950298e394e4c6c3452c9d0f463a0282c95
|
||||||
|
size 95226289
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 31 10:22:35 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- Update to 14.2.1-463-g99339b576a:
|
||||||
|
+ qa/deepsea: redirect journalctl output to a logfile
|
||||||
|
+ spec: install/package ceph-volume lvmcache plugin
|
||||||
|
+ common: make ms_bind_msgr2 default to "false" (bsc#1124957)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 30 12:59:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
Thu May 30 12:59:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 14.2.1.457+gb42e3171b3
|
Version: 14.2.1.463+g99339b576a
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
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
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
URL: http://ceph.com/
|
URL: http://ceph.com/
|
||||||
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2
|
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Source96: checkin.sh
|
Source96: checkin.sh
|
||||||
Source97: README-checkin.txt
|
Source97: README-checkin.txt
|
||||||
@ -499,7 +499,7 @@ This package contains Ceph benchmarks and test tools.
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%endif
|
%endif
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3
|
%autosetup -p1 -n ceph-14.2.1-463-g99339b576a
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# LTO can be enabled as soon as the following GCC bug is fixed:
|
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||||
@ -721,8 +721,12 @@ rm -rf %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-md
|
|||||||
rm -rf %{buildroot}%{_unitdir}/ceph.target
|
rm -rf %{buildroot}%{_unitdir}/ceph.target
|
||||||
rm -rf %{buildroot}%{python_sitelib}/ceph_volume/*
|
rm -rf %{buildroot}%{python_sitelib}/ceph_volume/*
|
||||||
rm -rf %{buildroot}%{python_sitelib}/ceph_volume-*
|
rm -rf %{buildroot}%{python_sitelib}/ceph_volume-*
|
||||||
|
rm -rf %{buildroot}%{python_sitelib}/ceph_lvm*
|
||||||
|
rm -rf %{buildroot}%{python_sitelib}/ceph_volume_lvm*
|
||||||
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume/*
|
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume/*
|
||||||
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume-*
|
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume-*
|
||||||
|
rm -rf %{buildroot}%{python3_sitelib}/ceph_lvm*
|
||||||
|
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume_lvm*
|
||||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-deploy.8*
|
rm -rf %{buildroot}%{_mandir}/man8/ceph-deploy.8*
|
||||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-create-keys.8*
|
rm -rf %{buildroot}%{_mandir}/man8/ceph-create-keys.8*
|
||||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-run.8*
|
rm -rf %{buildroot}%{_mandir}/man8/ceph-run.8*
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 31 10:22:35 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- Update to 14.2.1-463-g99339b576a:
|
||||||
|
+ qa/deepsea: redirect journalctl output to a logfile
|
||||||
|
+ spec: install/package ceph-volume lvmcache plugin
|
||||||
|
+ common: make ms_bind_msgr2 default to "false" (bsc#1124957)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 30 12:59:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
Thu May 30 12:59:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
10
ceph.spec
10
ceph.spec
@ -100,7 +100,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 14.2.1.457+gb42e3171b3
|
Version: 14.2.1.463+g99339b576a
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
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
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
URL: http://ceph.com/
|
URL: http://ceph.com/
|
||||||
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2
|
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
# _insert_obs_source_lines_here
|
# _insert_obs_source_lines_here
|
||||||
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
||||||
@ -1068,7 +1068,7 @@ This package provides Ceph’s default alerts for Prometheus.
|
|||||||
# common
|
# common
|
||||||
#################################################################################
|
#################################################################################
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3
|
%autosetup -p1 -n ceph-14.2.1-463-g99339b576a
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# LTO can be enabled as soon as the following GCC bug is fixed:
|
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||||
@ -1313,10 +1313,14 @@ rm -rf %{buildroot}
|
|||||||
%dir %{python_sitelib}/ceph_volume
|
%dir %{python_sitelib}/ceph_volume
|
||||||
%{python_sitelib}/ceph_volume/*
|
%{python_sitelib}/ceph_volume/*
|
||||||
%{python_sitelib}/ceph_volume-*
|
%{python_sitelib}/ceph_volume-*
|
||||||
|
%{python_sitelib}/ceph_lvm*
|
||||||
|
%{python_sitelib}/ceph_volume_lvm*
|
||||||
%else
|
%else
|
||||||
%dir %{python3_sitelib}/ceph_volume
|
%dir %{python3_sitelib}/ceph_volume
|
||||||
%{python3_sitelib}/ceph_volume/*
|
%{python3_sitelib}/ceph_volume/*
|
||||||
%{python3_sitelib}/ceph_volume-*
|
%{python3_sitelib}/ceph_volume-*
|
||||||
|
%{python3_sitelib}/ceph_lvm*
|
||||||
|
%{python3_sitelib}/ceph_volume_lvm*
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man8/ceph-deploy.8*
|
%{_mandir}/man8/ceph-deploy.8*
|
||||||
%{_mandir}/man8/ceph-create-keys.8*
|
%{_mandir}/man8/ceph-create-keys.8*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user