SHA256
1
0
forked from pool/ceph

Accepting request 512937 from filesystems:ceph:luminous

- Update to version 12.1.1+git.1501231943.67577225bc
  + Notable changes:
    * rgw_file: properly & |'d flags (bsc#1047977)

- Update to version 12.1.1+git.1501231943.67577225bc
  + Notable changes:
    * rgw_file: properly & |'d flags (bsc#1047977)

OBS-URL: https://build.opensuse.org/request/show/512937
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=108
This commit is contained in:
Tim Serong 2017-07-28 14:45:21 +00:00 committed by Git OBS Bridge
parent 07577df04c
commit 50d469f261
6 changed files with 23 additions and 31 deletions

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:ce2bb2e086a0887ce4d254d3a738602b47788a73e4aea0706c327574ba341b0d
size 127501094

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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.1+git.1501231943.67577225bc
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,10 @@
-------------------------------------------------------------------
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.1+git.1501231943.67577225bc
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