Accepting request 511396 from filesystems:ceph:luminous

Upstream 12.1.1 release

OBS-URL: https://build.opensuse.org/request/show/511396
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=107
This commit is contained in:
Nathan Cutler 2017-07-19 11:56:12 +00:00 committed by Git OBS Bridge
parent 925cd1c194
commit 07577df04c
7 changed files with 85 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">12.1.0+git.%ct.%h</param>
<param name="versionformat">12.1.1+git.%ct.%h</param>
<param name="url">git://github.com/SUSE/ceph.git</param>
<param name="revision">ses5</param>
<param name="filename">ceph</param>
<param name="scm">git</param>
<param name="package-meta">no</param>
<param name="changesgenerate">enable</param>
<param name="changesgenerate">disable</param>
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
</service>
<service name="extract_ceph_spec" mode="disabled" />

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de8e4c979492fdba213ffdd45de5fa456c4bbdeb5e11b611b2b686eacbb32598
size 127157102

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f849dc7a137e2c7f5e20280d96463959bf542563936dbb00bf200c20a7a02fdc
size 127141620

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jul 19 08:11:53 UTC 2017 - ncutler@suse.com
- Update to version 12.1.1+git.1500447879.e5aac115d7:
+ upstream 12.1.1 (release candidate)
+ Other notable changes:
* build/ops: rpm: fix typo WTIH_BABELTRACE (pr#16366)
* build/ops: rpm: put mgr python build dependencies in make_check bcond
(pr#15940)
* ceph-disk: support osd new (pr#15432)
* ceph: allow '-' with -i and -o for stdin/stdout (pr#16359)
* cls/rbd: trash_list should be iterable (pr#16372)
* doc: update quick start to add a note for mgr create command for luminous+
builds (pr#16350)
* libradosstriper: fix format injection vulnerability (pr#15674)
* mgr/dashboard: add OSD list view (pr#16373)
* mon, osd: misc fixes (pr#16283)
* mon/MDSMonitor: fix segv when multiple MDSs raise same alert (pr#16302)
* mon/MgrMonitor: fix standby addition to mgrmap (pr#16397)
* mon/MgrMonitor: only induce mgr epoch shortly after mkfs (pr#16356)
* mon: Fix output text and doc (pr#16367)
* mon: add force-create-pg back (pr#16353)
* mon: skip crush smoke test when running under valgrind (pr#16346)
* os/bluestore: use reference to avoid string copy (pr#16364)
* osd: combine conditional statements (pr#16391)
* osd: restart boot process if waiting for luminous mons (pr#16341)
* rgw: S3 lifecycle now supports expiration date (pr#15807)
* rgw: acl grants num limit (pr#16291)
* rgw: delete object in error path (pr#16324)
* rgw: drop unused find_replacement() and some function docs (pr#16386)
* rgw: fix err when copy object in bucket with specified placement rule
(pr#15837)
* rgw: fix potential null pointer dereference in rgw_admin (pr#15667)
* rgw: raise debug level of RGWPostObj_ObjStore_S3::get_policy (pr#16203)
* rgw: req xml params size limitation error msg (pr#16310)
* rgw_file: add service map registration (pr#16251)
* test,rgw: fix rgw placement rule pool config option (pr#16380)
* test/fio: print all perfcounters rather than objectstore itself (pr#16339)
-------------------------------------------------------------------
Mon Jul 17 13:11:35 UTC 2017 - ncutler@suse.com

View File

@ -69,7 +69,7 @@
# main package definition
#################################################################################
Name: ceph-test
Version: 12.1.0+git.1500295948.39d2e5f424
Version: 12.1.1+git.1500447879.e5aac115d7
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jul 19 08:11:53 UTC 2017 - ncutler@suse.com
- Update to version 12.1.1+git.1500447879.e5aac115d7:
+ upstream 12.1.1 (release candidate)
+ Other notable changes:
* build/ops: rpm: fix typo WTIH_BABELTRACE (pr#16366)
* build/ops: rpm: put mgr python build dependencies in make_check bcond
(pr#15940)
* ceph-disk: support osd new (pr#15432)
* ceph: allow '-' with -i and -o for stdin/stdout (pr#16359)
* cls/rbd: trash_list should be iterable (pr#16372)
* doc: update quick start to add a note for mgr create command for luminous+
builds (pr#16350)
* libradosstriper: fix format injection vulnerability (pr#15674)
* mgr/dashboard: add OSD list view (pr#16373)
* mon, osd: misc fixes (pr#16283)
* mon/MDSMonitor: fix segv when multiple MDSs raise same alert (pr#16302)
* mon/MgrMonitor: fix standby addition to mgrmap (pr#16397)
* mon/MgrMonitor: only induce mgr epoch shortly after mkfs (pr#16356)
* mon: Fix output text and doc (pr#16367)
* mon: add force-create-pg back (pr#16353)
* mon: skip crush smoke test when running under valgrind (pr#16346)
* os/bluestore: use reference to avoid string copy (pr#16364)
* osd: combine conditional statements (pr#16391)
* osd: restart boot process if waiting for luminous mons (pr#16341)
* rgw: S3 lifecycle now supports expiration date (pr#15807)
* rgw: acl grants num limit (pr#16291)
* rgw: delete object in error path (pr#16324)
* rgw: drop unused find_replacement() and some function docs (pr#16386)
* rgw: fix err when copy object in bucket with specified placement rule
(pr#15837)
* rgw: fix potential null pointer dereference in rgw_admin (pr#15667)
* rgw: raise debug level of RGWPostObj_ObjStore_S3::get_policy (pr#16203)
* rgw: req xml params size limitation error msg (pr#16310)
* rgw_file: add service map registration (pr#16251)
* test,rgw: fix rgw placement rule pool config option (pr#16380)
* test/fio: print all perfcounters rather than objectstore itself (pr#16339)
-------------------------------------------------------------------
Mon Jul 17 13:11:35 UTC 2017 - ncutler@suse.com

View File

@ -69,7 +69,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 12.1.0+git.1500295948.39d2e5f424
Version: 12.1.1+git.1500447879.e5aac115d7
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2