Accepting request 481969 from filesystems:ceph:luminous
- Update to version 12.0.0+git.1489432599.165c23f: + merge upstream master (0c2f5f7214d2410a7519f88e65ed5273d6480227) including fix for upstream issue#18694 "ceph-disk activate for partition failing" OBS-URL: https://build.opensuse.org/request/show/481969 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=77
This commit is contained in:
parent
d882ff3ba2
commit
0eddc5065d
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="filename">ceph</param>
|
<param name="filename">ceph</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="package-meta">no</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>
|
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="extract_ceph_spec" mode="disabled" />
|
<service name="extract_ceph_spec" mode="disabled" />
|
||||||
|
@ -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">410e200be5f33c0f2079a3ad1c0cbc2464236e53</param></service></servicedata>
|
<param name="changesrevision">165c23f778c4e87a5bb6b05d4ec4eb3795246ffa</param></service></servicedata>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86c397c17e3fd6743368d7349bece0faf35f166dad3d3aec0ae1ae67c7498e53
|
|
||||||
size 103823168
|
|
3
ceph-12.0.0+git.1489432599.165c23f.tar.bz2
Normal file
3
ceph-12.0.0+git.1489432599.165c23f.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d66f1557f57cac3a913e8f6096e000ae4a4716121bf86df0596a17ba8b81942
|
||||||
|
size 104085476
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 12:09:01 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.0.0+git.1489432599.165c23f:
|
||||||
|
+ merge upstream master (0c2f5f7214d2410a7519f88e65ed5273d6480227)
|
||||||
|
including fix for upstream issue#18694 "ceph-disk activate for partition
|
||||||
|
failing"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 10 15:55:53 UTC 2017 - ncutler@suse.com
|
Fri Mar 10 15:55:53 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ceph
|
# spec file for package ceph
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2016 The Ceph Project Developers. See COPYING file
|
# Copyright (C) 2004-2017 The Ceph Project Developers. See COPYING file
|
||||||
# at the top-level directory of this distribution and at
|
# at the top-level directory of this distribution and at
|
||||||
# https://github.com/ceph/ceph/blob/master/COPYING
|
# https://github.com/ceph/ceph/blob/master/COPYING
|
||||||
#
|
#
|
||||||
@ -13,6 +13,7 @@
|
|||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://tracker.ceph.com/
|
# Please submit bugfixes or comments via http://tracker.ceph.com/
|
||||||
#
|
#
|
||||||
|
%bcond_without ocf
|
||||||
%bcond_with cephfs_java
|
%bcond_with cephfs_java
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%bcond_without ceph_test_package
|
%bcond_without ceph_test_package
|
||||||
@ -62,12 +63,13 @@
|
|||||||
# unify libexec for all targets
|
# unify libexec for all targets
|
||||||
%global _libexecdir %{_exec_prefix}/lib
|
%global _libexecdir %{_exec_prefix}/lib
|
||||||
|
|
||||||
|
# disable dwz which compresses the debuginfo
|
||||||
|
%global _find_debuginfo_dwz_opts %{nil}
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# common
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 12.0.0+git.1489159457.410e200
|
Version: 12.0.0+git.1489432599.165c23f
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Ceph benchmarks and test tools
|
Summary: Ceph benchmarks and test tools
|
||||||
License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
|
License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
|
||||||
@ -142,6 +144,7 @@ BuildRequires: xfsprogs
|
|||||||
BuildRequires: xfsprogs-devel
|
BuildRequires: xfsprogs-devel
|
||||||
BuildRequires: xmlstarlet
|
BuildRequires: xmlstarlet
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
|
BuildRequires: libibverbs-devel
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# distro-conditional dependencies
|
# distro-conditional dependencies
|
||||||
@ -216,7 +219,7 @@ BuildRequires: libxio-devel
|
|||||||
This package contains Ceph benchmarks and test tools.
|
This package contains Ceph benchmarks and test tools.
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# packages
|
# subpackages
|
||||||
#################################################################################
|
#################################################################################
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 12:09:01 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.0.0+git.1489432599.165c23f:
|
||||||
|
+ merge upstream master (0c2f5f7214d2410a7519f88e65ed5273d6480227)
|
||||||
|
including fix for upstream issue#18694 "ceph-disk activate for partition
|
||||||
|
failing"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 10 15:55:53 UTC 2017 - ncutler@suse.com
|
Fri Mar 10 15:55:53 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
14
ceph.spec
14
ceph.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ceph
|
# spec file for package ceph
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2016 The Ceph Project Developers. See COPYING file
|
# Copyright (C) 2004-2017 The Ceph Project Developers. See COPYING file
|
||||||
# at the top-level directory of this distribution and at
|
# at the top-level directory of this distribution and at
|
||||||
# https://github.com/ceph/ceph/blob/master/COPYING
|
# https://github.com/ceph/ceph/blob/master/COPYING
|
||||||
#
|
#
|
||||||
@ -13,6 +13,7 @@
|
|||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://tracker.ceph.com/
|
# Please submit bugfixes or comments via http://tracker.ceph.com/
|
||||||
#
|
#
|
||||||
|
%bcond_without ocf
|
||||||
%bcond_with cephfs_java
|
%bcond_with cephfs_java
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%bcond_with ceph_test_package
|
%bcond_with ceph_test_package
|
||||||
@ -62,12 +63,13 @@
|
|||||||
# unify libexec for all targets
|
# unify libexec for all targets
|
||||||
%global _libexecdir %{_exec_prefix}/lib
|
%global _libexecdir %{_exec_prefix}/lib
|
||||||
|
|
||||||
|
# disable dwz which compresses the debuginfo
|
||||||
|
%global _find_debuginfo_dwz_opts %{nil}
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# common
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 12.0.0+git.1489159457.410e200
|
Version: 12.0.0+git.1489432599.165c23f
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User space components of the Ceph file system
|
Summary: User space components of the Ceph file system
|
||||||
License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
|
License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
|
||||||
@ -138,6 +140,7 @@ BuildRequires: xfsprogs
|
|||||||
BuildRequires: xfsprogs-devel
|
BuildRequires: xfsprogs-devel
|
||||||
BuildRequires: xmlstarlet
|
BuildRequires: xmlstarlet
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
|
BuildRequires: libibverbs-devel
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# distro-conditional dependencies
|
# distro-conditional dependencies
|
||||||
@ -214,7 +217,7 @@ on commodity hardware and delivers object, block and file system storage.
|
|||||||
|
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# packages
|
# subpackages
|
||||||
#################################################################################
|
#################################################################################
|
||||||
%package base
|
%package base
|
||||||
Summary: Ceph Base Package
|
Summary: Ceph Base Package
|
||||||
@ -238,6 +241,7 @@ Requires: logrotate
|
|||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
Requires: cryptsetup
|
Requires: cryptsetup
|
||||||
Requires: findutils
|
Requires: findutils
|
||||||
|
Requires: psmisc
|
||||||
Requires: which
|
Requires: which
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Recommends: ntp-daemon
|
Recommends: ntp-daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user