Accepting request 545568 from filesystems:ceph:mimic
13.0.0 OBS-URL: https://build.opensuse.org/request/show/545568 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=149
This commit is contained in:
parent
cc459c2bc7
commit
c2b8432a6f
3
ceph-13.0.0-3531-g3692e00bab.tar.bz2
Normal file
3
ceph-13.0.0-3531-g3692e00bab.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:160929fa7e540b29ea8b434eae1c06f3f740c249ddbd1d72786adb3fa1cd72cc
|
||||
size 64159227
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ddb1fa8b5f9dad43b4d99118572e3ab9e6cfb8ac1a846cde6d00a6b467abc22
|
||||
size 64159773
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 14:31:00 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 13.0.0-3531.g9dbb709d3f:
|
||||
- Update to version 13.0.0-3531.g3692e00bab:
|
||||
+ rebase to latest upstream master
|
||||
+ Add "checkin.sh" script to automate the checkin process, along
|
||||
with a "README-checkin.txt" file containing basic information.
|
||||
|
@ -63,7 +63,7 @@
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 13.0.0
|
||||
Release: 3531.g9dbb709d3f%{?dist}
|
||||
Release: 3531.g3692e00bab%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
%endif
|
||||
@ -78,13 +78,16 @@ License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and
|
||||
Group: System/Filesystems
|
||||
%endif
|
||||
URL: http://ceph.com/
|
||||
Source0: ceph-%{version}.tar.bz2
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Source0: https://download.ceph.com/tarballs/ceph-13.0.0-3531-g3692e00bab.tar.bz2
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
Source0: ceph-13.0.0-3531-g3692e00bab.tar.bz2
|
||||
Source96: checkin.sh
|
||||
Source97: README-checkin.txt
|
||||
Source98: README-ceph-test.txt
|
||||
Source99: ceph-rpmlintrc
|
||||
# _insert_obs_source_lines_here
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?is_opensuse}
|
||||
ExclusiveArch: x86_64 aarch64 ppc64 ppc64le
|
||||
%else
|
||||
@ -359,7 +362,7 @@ This package contains Ceph benchmarks and test tools.
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%prep
|
||||
%autosetup -p1 -n ceph-13.0.0-3531-g9dbb709d3f
|
||||
%autosetup -p1 -n ceph-13.0.0-3531-g3692e00bab
|
||||
|
||||
%build
|
||||
%if 0%{with cephfs_java}
|
||||
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 14:31:00 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 13.0.0-3531.g9dbb709d3f:
|
||||
- Update to version 13.0.0-3531.g3692e00bab:
|
||||
+ rebase to latest upstream master
|
||||
+ Add "checkin.sh" script to automate the checkin process, along
|
||||
with a "README-checkin.txt" file containing basic information.
|
||||
|
11
ceph.spec
11
ceph.spec
@ -63,7 +63,7 @@
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 13.0.0
|
||||
Release: 3531.g9dbb709d3f%{?dist}
|
||||
Release: 3531.g3692e00bab%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
%endif
|
||||
@ -78,9 +78,12 @@ License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and
|
||||
Group: System/Filesystems
|
||||
%endif
|
||||
URL: http://ceph.com/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
# _insert_obs_source_lines_here
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Source0: https://download.ceph.com/tarballs/ceph-13.0.0-3531-g3692e00bab.tar.bz2
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
Source0: ceph-13.0.0-3531-g3692e00bab.tar.bz2
|
||||
# _insert_obs_source_lines_here
|
||||
%if 0%{?is_opensuse}
|
||||
ExclusiveArch: x86_64 aarch64 ppc64 ppc64le
|
||||
%else
|
||||
@ -787,7 +790,7 @@ python-rbd, python-rgw or python-cephfs instead.
|
||||
# common
|
||||
#################################################################################
|
||||
%prep
|
||||
%autosetup -p1 -n ceph-13.0.0-3531-g9dbb709d3f
|
||||
%autosetup -p1 -n ceph-13.0.0-3531-g3692e00bab
|
||||
|
||||
%build
|
||||
%if 0%{with cephfs_java}
|
||||
|
Loading…
x
Reference in New Issue
Block a user