Accepting request 498399 from filesystems:ceph:luminous
GCC 7 build failure is probably an instance of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80593 OBS-URL: https://build.opensuse.org/request/show/498399 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=86
This commit is contained in:
parent
316c4e6160
commit
be9e0e12cf
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">disable</param>
|
<param name="changesgenerate">enable</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">7527e4f0b85c4e0fa535633af966b9e7fae48416</param></service></servicedata>
|
<param name="changesrevision">3f6446f64ff85e43ca1770a6d928d0981e9931ec</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf6a0a5b987454b74a16f4c0f7f33ca7417fdc82ee79fbb3f0908c59942c0537
|
|
||||||
size 119395784
|
|
3
ceph-12.0.3+git.1495787939.3f6446f64f.tar.bz2
Normal file
3
ceph-12.0.3+git.1495787939.3f6446f64f.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8e087657ea111a344d3acfd423df2764e2fb33a7e73281eedfad434a67e7162
|
||||||
|
size 119395886
|
@ -1,7 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 26 08:57:00 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.0.3+git.1495787939.3f6446f64f:
|
||||||
|
+ build/ops: rpm: adapt License line to Release 2.0 of SPDX spec
|
||||||
|
(issue#20091)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 26 04:35:06 UTC 2017 - ncutler@suse.com
|
Fri May 26 04:35:06 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
- Update to version 12.0.3+git.1495675338.4b3e261d08:
|
- Update to version 12.0.3+git.1495675338.07282a4057:
|
||||||
+ upstream 12.0.3 release
|
+ upstream 12.0.3 release
|
||||||
+ osd/PG: Add two new mClock implementations of the PG sharded operator queue
|
+ osd/PG: Add two new mClock implementations of the PG sharded operator queue
|
||||||
(pr#14997, bsc#1040103)
|
(pr#14997, bsc#1040103)
|
||||||
|
@ -70,10 +70,10 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 12.0.3+git.1495773033.07282a4057
|
Version: 12.0.3+git.1495787939.3f6446f64f
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
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-2.0 and BSD-3-Clause and MIT
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 26 08:57:00 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.0.3+git.1495787939.3f6446f64f:
|
||||||
|
+ build/ops: rpm: adapt License line to Release 2.0 of SPDX spec
|
||||||
|
(issue#20091)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 26 04:35:06 UTC 2017 - ncutler@suse.com
|
Fri May 26 04:35:06 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
- Update to version 12.0.3+git.1495675338.4b3e261d08:
|
- Update to version 12.0.3+git.1495675338.07282a4057:
|
||||||
+ upstream 12.0.3 release
|
+ upstream 12.0.3 release
|
||||||
+ osd/PG: Add two new mClock implementations of the PG sharded operator queue
|
+ osd/PG: Add two new mClock implementations of the PG sharded operator queue
|
||||||
(pr#14997, bsc#1040103)
|
(pr#14997, bsc#1040103)
|
||||||
|
@ -70,10 +70,10 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 12.0.3+git.1495773033.07282a4057
|
Version: 12.0.3+git.1495787939.3f6446f64f
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
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-2.0 and BSD-3-Clause and MIT
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user