Accepting request 514104 from filesystems:ceph

upstream v12.1.2 release candidate (forwarded request 514103 from smithfarm)

OBS-URL: https://build.opensuse.org/request/show/514104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ceph?expand=0&rev=17
This commit is contained in:
Yuchen Lin 2017-08-10 12:10:24 +00:00 committed by Git OBS Bridge
commit 9a2b3ebcc6
8 changed files with 75 additions and 33 deletions

View File

@ -1,6 +1,6 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="versionformat">12.1.1+git.%ct.%h</param> <param name="versionformat">12.1.2+git.%ct.%h</param>
<param name="url">git://github.com/SUSE/ceph.git</param> <param name="url">git://github.com/SUSE/ceph.git</param>
<param name="revision">ses5</param> <param name="revision">ses5</param>
<param name="filename">ceph</param> <param name="filename">ceph</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/SUSE/ceph.git</param> <param name="url">git://github.com/SUSE/ceph.git</param>
<param name="changesrevision">39d2e5f424e5312975852f340d3ca34ef296e6f9</param></service></servicedata> <param name="changesrevision">04d0738487279ed967d2d0334f14950929af33e0</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Aug 2 14:41:41 UTC 2017 - ncutler@suse.com
- Update to version 12.1.2+git.1501684697.aa6b0153ef:
+ upstream luminous v12.1.2 release candidate
+ latest upstream master (e27a78c9ed3984b54a312ced3ad67fcc8f464fc0)
* mon: add mgr metdata commands, and overall 'versions' command for all
daemon versions (bsc#1050063, pr#16460)
-------------------------------------------------------------------
Wed Aug 02 10:50:22 UTC 2017 - ncutler@suse.com
- Update to version 12.1.1+git.1501669490.04d0738487:
+ mon: extensible output format for health checks
-------------------------------------------------------------------
Mon Jul 31 14:34:36 UTC 2017 - ncutler@suse.com
- Update to version 12.1.1+git.1501501507.6dd9e8fd8c:
+ update to latest upstream master (fa70335db25f2b661b329d5d8f37039b77f2d1ae)
+ spec file:
* build/ops: rpm: Drop legacy libxio support (pr#16449)
+ Other notable changes:
* osd: moved OpFinisher logic from OSDOp to OpContext (pr#16617)
-------------------------------------------------------------------
Fri Jul 28 14:34:34 UTC 2017 - tserong@suse.com
- Update to version 12.1.1+git.1501231943.67577225bc
+ Notable changes:
* rgw_file: properly & |'d flags (bsc#1047977)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 19 08:11:53 UTC 2017 - ncutler@suse.com Wed Jul 19 08:11:53 UTC 2017 - ncutler@suse.com

View File

@ -21,7 +21,6 @@
%bcond_without ceph_test_package %bcond_without ceph_test_package
%endif %endif
%bcond_with make_check %bcond_with make_check
%bcond_with xio
%ifarch s390 s390x %ifarch s390 s390x
%bcond_with tcmalloc %bcond_with tcmalloc
%else %else
@ -69,7 +68,7 @@
# main package definition # main package definition
################################################################################# #################################################################################
Name: ceph-test Name: ceph-test
Version: 12.1.1+git.1500447879.e5aac115d7 Version: 12.1.2+git.1501684697.aa6b0153ef
Release: 0%{?dist} Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
Epoch: 2 Epoch: 2
@ -106,6 +105,7 @@ ExclusiveArch: x86_64 aarch64 ppc64le
Requires: ceph-common Requires: ceph-common
Requires: xmlstarlet Requires: xmlstarlet
Requires: jq Requires: jq
Requires: socat
Requires(post): binutils Requires(post): binutils
%if 0%{with cephfs_java} %if 0%{with cephfs_java}
BuildRequires: java-devel BuildRequires: java-devel
@ -233,10 +233,6 @@ BuildRequires: expat-devel
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
BuildRequires: redhat-rpm-config BuildRequires: redhat-rpm-config
%endif %endif
# Accelio IB/RDMA
%if 0%{with xio}
BuildRequires: libxio-devel
%endif
%description %description
This package contains Ceph benchmarks and test tools. This package contains Ceph benchmarks and test tools.
@ -250,8 +246,6 @@ This package contains Ceph benchmarks and test tools.
%endif %endif
%if 0%{?suse_version} %if 0%{?suse_version}
%endif %endif
%if 0%{with xio}
%endif
%if 0%{?suse_version} %if 0%{?suse_version}
%endif %endif
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
@ -260,8 +254,6 @@ This package contains Ceph benchmarks and test tools.
%endif %endif
%if 0%{?suse_version} %if 0%{?suse_version}
%endif %endif
%if 0%{with xio}
%endif
%if 0%{?suse_version} %if 0%{?suse_version}
%endif %endif
%if 0%{?suse_version} %if 0%{?suse_version}
@ -417,6 +409,7 @@ cmake .. \
-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} \ -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} \
-DCMAKE_INSTALL_MANDIR=%{_mandir} \ -DCMAKE_INSTALL_MANDIR=%{_mandir} \
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/ceph \ -DCMAKE_INSTALL_DOCDIR=%{_docdir}/ceph \
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
-DWITH_EMBEDDED=OFF \ -DWITH_EMBEDDED=OFF \
-DWITH_MANPAGE=ON \ -DWITH_MANPAGE=ON \
-DWITH_PYTHON3=ON \ -DWITH_PYTHON3=ON \
@ -424,9 +417,6 @@ cmake .. \
%if 0%{?rhel} && ! 0%{?centos} %if 0%{?rhel} && ! 0%{?centos}
-DWITH_SUBMAN=ON \ -DWITH_SUBMAN=ON \
%endif %endif
%if 0%{with xio}
-DWITH_XIO=ON \
%endif
%if 0%{without ceph_test_package} %if 0%{without ceph_test_package}
-DWITH_TESTS=OFF \ -DWITH_TESTS=OFF \
%endif %endif

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Aug 2 14:41:41 UTC 2017 - ncutler@suse.com
- Update to version 12.1.2+git.1501684697.aa6b0153ef:
+ upstream luminous v12.1.2 release candidate
+ latest upstream master (e27a78c9ed3984b54a312ced3ad67fcc8f464fc0)
* mon: add mgr metdata commands, and overall 'versions' command for all
daemon versions (bsc#1050063, pr#16460)
-------------------------------------------------------------------
Wed Aug 02 10:50:22 UTC 2017 - ncutler@suse.com
- Update to version 12.1.1+git.1501669490.04d0738487:
+ mon: extensible output format for health checks
-------------------------------------------------------------------
Mon Jul 31 14:34:36 UTC 2017 - ncutler@suse.com
- Update to version 12.1.1+git.1501501507.6dd9e8fd8c:
+ update to latest upstream master (fa70335db25f2b661b329d5d8f37039b77f2d1ae)
+ spec file:
* build/ops: rpm: Drop legacy libxio support (pr#16449)
+ Other notable changes:
* osd: moved OpFinisher logic from OSDOp to OpContext (pr#16617)
-------------------------------------------------------------------
Fri Jul 28 14:34:34 UTC 2017 - tserong@suse.com
- Update to version 12.1.1+git.1501231943.67577225bc
+ Notable changes:
* rgw_file: properly & |'d flags (bsc#1047977)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 19 08:11:53 UTC 2017 - ncutler@suse.com Wed Jul 19 08:11:53 UTC 2017 - ncutler@suse.com

View File

@ -21,7 +21,6 @@
%bcond_without ceph_test_package %bcond_without ceph_test_package
%endif %endif
%bcond_with make_check %bcond_with make_check
%bcond_with xio
%ifarch s390 s390x %ifarch s390 s390x
%bcond_with tcmalloc %bcond_with tcmalloc
%else %else
@ -69,7 +68,7 @@
# main package definition # main package definition
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 12.1.1+git.1500447879.e5aac115d7 Version: 12.1.2+git.1501684697.aa6b0153ef
Release: 0%{?dist} Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
Epoch: 2 Epoch: 2
@ -227,10 +226,6 @@ BuildRequires: expat-devel
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
BuildRequires: redhat-rpm-config BuildRequires: redhat-rpm-config
%endif %endif
# Accelio IB/RDMA
%if 0%{with xio}
BuildRequires: libxio-devel
%endif
%description %description
Ceph is a massively scalable, open-source, distributed storage system that runs Ceph is a massively scalable, open-source, distributed storage system that runs
@ -267,9 +262,6 @@ Requires: which
%if 0%{?suse_version} %if 0%{?suse_version}
Recommends: ntp-daemon Recommends: ntp-daemon
%endif %endif
%if 0%{with xio}
Requires: libxio
%endif
%description base %description base
Base is the package that includes all the files shared amongst ceph servers Base is the package that includes all the files shared amongst ceph servers
@ -297,9 +289,6 @@ Requires: python-requests
PreReq: permissions PreReq: permissions
Requires(pre): shadow Requires(pre): shadow
%endif %endif
%if 0%{with xio}
Requires: libxio
%endif
%description -n ceph-common %description -n ceph-common
Common utilities to mount and interact with a ceph storage cluster. Common utilities to mount and interact with a ceph storage cluster.
Comprised of files that are common to Ceph clients and servers. Comprised of files that are common to Ceph clients and servers.
@ -699,6 +688,7 @@ Group: System/Benchmark
Requires: ceph-common Requires: ceph-common
Requires: xmlstarlet Requires: xmlstarlet
Requires: jq Requires: jq
Requires: socat
%description -n ceph-test %description -n ceph-test
This package contains Ceph benchmarks and test tools. This package contains Ceph benchmarks and test tools.
%endif %endif
@ -842,6 +832,7 @@ cmake .. \
-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} \ -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} \
-DCMAKE_INSTALL_MANDIR=%{_mandir} \ -DCMAKE_INSTALL_MANDIR=%{_mandir} \
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/ceph \ -DCMAKE_INSTALL_DOCDIR=%{_docdir}/ceph \
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
-DWITH_EMBEDDED=OFF \ -DWITH_EMBEDDED=OFF \
-DWITH_MANPAGE=ON \ -DWITH_MANPAGE=ON \
-DWITH_PYTHON3=ON \ -DWITH_PYTHON3=ON \
@ -849,9 +840,6 @@ cmake .. \
%if 0%{?rhel} && ! 0%{?centos} %if 0%{?rhel} && ! 0%{?centos}
-DWITH_SUBMAN=ON \ -DWITH_SUBMAN=ON \
%endif %endif
%if 0%{with xio}
-DWITH_XIO=ON \
%endif
%if 0%{without ceph_test_package} %if 0%{without ceph_test_package}
-DWITH_TESTS=OFF \ -DWITH_TESTS=OFF \
%endif %endif