Accepting request 519721 from filesystems:ceph:luminous
bsc#1053836 OBS-URL: https://build.opensuse.org/request/show/519721 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=126
This commit is contained in:
parent
1bcfb33053
commit
66dee68089
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="filename">ceph</param>
|
||||
<param name="scm">git</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>
|
||||
</service>
|
||||
<service name="extract_ceph_spec" mode="disabled" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/SUSE/ceph.git</param>
|
||||
<param name="changesrevision">155adb5253c3aaa47f418e70f23073e5acce58f3</param></service></servicedata>
|
||||
<param name="changesrevision">706f78da1a7c72241fae3262643824cbd8710d03</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9405f2725a9694545c4e737c1ce2a7b2a2a8d2296310c18d789f77e0efdbed24
|
||||
size 127202900
|
3
ceph-12.2.0+git.1504118058.706f78da1a.tar.bz2
Normal file
3
ceph-12.2.0+git.1504118058.706f78da1a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4ae55cf002fb693faab504936c9cd4c5b0bfa45e14060d9bdbd4a80a45846f4
|
||||
size 127204831
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 18:46:08 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.2.0+git.1504118058.706f78da1a:
|
||||
+ fix ceph --version to say "stable" instead of "rc"
|
||||
+ spec file: add python-numpy-devel build dependency for SUSE
|
||||
+ bsc#1053836
|
||||
* Revert "osd: adjust osd_min_pg_log_entries"
|
||||
* osd/PGLog: write only changed dup entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 14:16:26 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 12.2.0+git.1504013812.01ea30bcc9
|
||||
Version: 12.2.0+git.1504118058.706f78da1a
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -124,6 +124,7 @@ BuildRequires: python-werkzeug
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: python-CherryPy
|
||||
BuildRequires: python-Werkzeug
|
||||
BuildRequires: python-numpy-devel
|
||||
%endif
|
||||
BuildRequires: python-pecan
|
||||
BuildRequires: socat
|
||||
|
10
ceph.changes
10
ceph.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 18:46:08 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.2.0+git.1504118058.706f78da1a:
|
||||
+ fix ceph --version to say "stable" instead of "rc"
|
||||
+ spec file: add python-numpy-devel build dependency for SUSE
|
||||
+ bsc#1053836
|
||||
* Revert "osd: adjust osd_min_pg_log_entries"
|
||||
* osd/PGLog: write only changed dup entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 14:16:26 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 12.2.0+git.1504013812.01ea30bcc9
|
||||
Version: 12.2.0+git.1504118058.706f78da1a
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -117,6 +117,7 @@ BuildRequires: python-werkzeug
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: python-CherryPy
|
||||
BuildRequires: python-Werkzeug
|
||||
BuildRequires: python-numpy-devel
|
||||
%endif
|
||||
BuildRequires: python-pecan
|
||||
BuildRequires: socat
|
||||
|
Loading…
x
Reference in New Issue
Block a user