Accepting request 519722 from filesystems:ceph
bsc#1053836 (forwarded request 519721 from smithfarm) OBS-URL: https://build.opensuse.org/request/show/519722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ceph?expand=0&rev=19
This commit is contained in:
2
_service
2
_service
@@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">12.1.4+git.%ct.%h</param>
|
||||
<param name="versionformat">12.2.0+git.%ct.%h</param>
|
||||
<param name="url">git://github.com/SUSE/ceph.git</param>
|
||||
<param name="revision">ses5</param>
|
||||
<param name="filename">ceph</param>
|
||||
|
@@ -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:677196aaad17ec4d5354065389379c81c4b676961a4e64c839fb6fa4c9231ffa
|
||||
size 127205819
|
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,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 12.2.0+git.1504013812.01ea30bcc9:
|
||||
+ upstream Luminous v12.2.0 (first stable) release
|
||||
* increment version number to 12.2.0
|
||||
+ spec file
|
||||
* edge mem_per_process upward after seeing some OOM-esque build failures
|
||||
* package ceph-volume man pages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 07:21:22 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
@@ -68,7 +68,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 12.1.4+git.1502953626.155adb5253
|
||||
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
|
||||
@@ -460,7 +461,7 @@ echo "System limits:"
|
||||
ulimit -a
|
||||
lo_jobs_reduced=
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt 1 ; then
|
||||
mem_per_process=1600
|
||||
mem_per_process=1700
|
||||
max_mem=$(LANG=C free -t -m | sed -n "s|^Mem: *\([0-9]*\).*$|\1|p")
|
||||
max_jobs="$(($max_mem / $mem_per_process))"
|
||||
test "$lo_jobs" -gt "$max_jobs" && lo_jobs="$max_jobs" && lo_jobs_reduced="yes" && echo "Warning: Reducing build parallelism to -j$max_jobs because of memory limits"
|
||||
@@ -577,6 +578,8 @@ rm -rf %{buildroot}%{_mandir}/man8/ceph-deploy.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-detect-init.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-create-keys.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-disk.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-volume.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-volume-systemd.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/ceph-run.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/crushtool.8*
|
||||
rm -rf %{buildroot}%{_mandir}/man8/osdmaptool.8*
|
||||
|
20
ceph.changes
20
ceph.changes
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 12.2.0+git.1504013812.01ea30bcc9:
|
||||
+ upstream Luminous v12.2.0 (first stable) release
|
||||
* increment version number to 12.2.0
|
||||
+ spec file
|
||||
* edge mem_per_process upward after seeing some OOM-esque build failures
|
||||
* package ceph-volume man pages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 07:21:22 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
@@ -68,7 +68,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 12.1.4+git.1502953626.155adb5253
|
||||
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
|
||||
@@ -887,7 +888,7 @@ echo "System limits:"
|
||||
ulimit -a
|
||||
lo_jobs_reduced=
|
||||
if test -n "$lo_jobs" -a "$lo_jobs" -gt 1 ; then
|
||||
mem_per_process=1600
|
||||
mem_per_process=1700
|
||||
max_mem=$(LANG=C free -t -m | sed -n "s|^Mem: *\([0-9]*\).*$|\1|p")
|
||||
max_jobs="$(($max_mem / $mem_per_process))"
|
||||
test "$lo_jobs" -gt "$max_jobs" && lo_jobs="$max_jobs" && lo_jobs_reduced="yes" && echo "Warning: Reducing build parallelism to -j$max_jobs because of memory limits"
|
||||
@@ -1028,6 +1029,8 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/ceph-detect-init.8*
|
||||
%{_mandir}/man8/ceph-create-keys.8*
|
||||
%{_mandir}/man8/ceph-disk.8*
|
||||
%{_mandir}/man8/ceph-volume.8*
|
||||
%{_mandir}/man8/ceph-volume-systemd.8*
|
||||
%{_mandir}/man8/ceph-run.8*
|
||||
%{_mandir}/man8/crushtool.8*
|
||||
%{_mandir}/man8/osdmaptool.8*
|
||||
|
Reference in New Issue
Block a user