SHA256
1
0
forked from pool/ceph

Update link from rev 1 to rev 10

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=27
This commit is contained in:
Nathan Cutler 2016-05-21 21:46:20 +00:00 committed by Git OBS Bridge
parent 4e961a5c13
commit a15ead3e89
7 changed files with 118 additions and 26 deletions

View File

@ -1,9 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<constraints> <constraints>
<hardware> <hardware>
<disk>
<size unit="G">48</size>
</disk>
<memory> <memory>
<size unit="G">12</size> <size unit="G">12</size>
</memory> </memory>

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="versionformat">10.2.1+git.%ct.%h</param> <param name="versionformat">10.2.1+git.%ct.%h</param>
<param name="url">git://github.com/SUSE/ceph.git</param> <param name="url">git://github.com/SUSE/ceph.git</param>
<param name="revision">ses-10-2-1</param> <param name="revision">ses3</param>
<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>

View File

@ -1,5 +1,5 @@
<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">bcd73deb15926f02c6017e3bf21c3620c1020424</param></service> <param name="changesrevision">ac077e92ddb7114b93e41b6af76b941ee4732979</param></service>
</servicedata> </servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccc1ad06a257bc8c88b6123781370286b6279b7f4e21ae8cc098459a2d165b88
size 17372262

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:195682d142a55e3d0d1f751cf48f597bef86fb7929c264899da11cb51d744b6b
size 16480483

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Sat May 21 21:40:54 UTC 2016 - ncutler@suse.com
- Update to version 10.2.1+git.1463866704.ac077e9:
+ Revert "rpm: put /sbin/ldconfig into -p" (bsc#980960)
-------------------------------------------------------------------
Sat May 21 21:21:01 UTC 2016 - ncutler@suse.com
- Update to version 10.2.1+git.1463865310.bed80bf:
Upstream fixes:
+ journal: live replay might skip entries from previous object set
(pr#9217)
+ cls::rbd: mirror_image_status_list returned max 64 items (pr#9069)
+ rbd-mirror: potential crash during image status update (pr#9226)
+ qa/workunits/rbd: fixed rbd_mirror teuthology runtime errors (pr#9232)
+ debian: install systemd target files (pr#8815)
+ doc: update mirroring guide to include pool/image status commands (pr#9180)
+ Do not link lttng into libglobal (pr#9194)
+ radosgw-admin: fix 'period push' handling of --url (pr#9210)
Downstream build optimization:
+ Revert "ceph.spec.in: add lowmem_builder_override"
+ rpm: New "minimal_debugging_information" %bcond
-------------------------------------------------------------------
Fri May 20 09:57:50 UTC 2016 - ncutler@suse.com
- Update to version 10.2.1+git.1463737886.bd46281:
+ rpm: modify optflags to make debuginfos less huge
-------------------------------------------------------------------
Thu May 19 18:24:24 UTC 2016 - ncutler@suse.com
- Update to version 10.2.1+git.1463682043.ed81339:
+ rpm: add procps build dependency
-------------------------------------------------------------------
Thu May 19 18:07:11 UTC 2016 - ncutler@suse.com
- Update to version 10.2.1+git.1463681009.6e66fd3:
+ global: don't link lttng into libglobal (backport of pr#8876)
+ rpm: make lowmem_builder code much smarter
-------------------------------------------------------------------
Wed May 18 09:37:19 UTC 2016 - ncutler@suse.com
- Update to version 10.2.1+git.1463563784.4fa841b:
+ ceph.in: fix exception when pool name has non-ascii characters (bsc#972370)
+ rpm: unconditionally set ceph user's primary group to ceph
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 18 00:27:24 UTC 2016 - ddiss@suse.com Wed May 18 00:27:24 UTC 2016 - ddiss@suse.com

View File

@ -20,7 +20,7 @@
%bcond_without tcmalloc %bcond_without tcmalloc
%bcond_without libs_compat %bcond_without libs_compat
%bcond_with lowmem_builder %bcond_with lowmem_builder
%bcond_with lowmem_builder_override %bcond_with minimal_debugging_information
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
%bcond_without selinux %bcond_without selinux
%endif %endif
@ -49,7 +49,7 @@
# common # common
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 10.2.1+git.1463529707.bcd73de Version: 10.2.1+git.1463866704.ac077e9
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 and BSD-3-Clause and MIT
@ -94,6 +94,7 @@ BuildRequires: make
BuildRequires: parted BuildRequires: parted
BuildRequires: perl BuildRequires: perl
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: procps
BuildRequires: python BuildRequires: python
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-nose BuildRequires: python-nose
@ -628,6 +629,9 @@ done
%if %{with lowmem_builder} %if %{with lowmem_builder}
RPM_OPT_FLAGS="$RPM_OPT_FLAGS --param ggc-min-expand=20 --param ggc-min-heapsize=32768" RPM_OPT_FLAGS="$RPM_OPT_FLAGS --param ggc-min-expand=20 --param ggc-min-heapsize=32768"
%endif %endif
%if %{with minimal_debugging_information}
RPM_OPT_FLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/^-g /-g1 /g' -e 's/ -g / -g1 /g' -e 's/ -g$/ -g1/g'`"
%endif
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'` export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
%{configure} CPPFLAGS="$java_inc" \ %{configure} CPPFLAGS="$java_inc" \
@ -665,13 +669,36 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
%{?_with_tcmalloc} \ %{?_with_tcmalloc} \
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
%if %{with lowmem_builder} && ! %{with lowmem_builder_override} # Parallel build settings ...
%if 0%{?jobs} > 8 PARALLEL_BUILD=%{?_smp_mflags}
%define _smp_mflags -j8 %if %{with lowmem_builder}
lo_jobs="%{?jobs:%{jobs}}"
%ifarch %arm
%if ! 0%{?qemu_user_space_build:1}
# native hardware is not that powerful
lo_jobs="1"
%endif
%endif %endif
# do not eat all memory
echo "Available memory:"
free
echo "System limits:"
ulimit -a
lo_jobs_reduced=
if test -n "$lo_jobs" -a "$lo_jobs" -gt 1 ; then
mem_per_process=1600
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"
test "$lo_jobs" -le 0 && lo_jobs=1 && echo "Warning: Not using parallel build at all because of memory limits"
fi
# run make
if test -n "$lo_jobs" ; then
PARALLEL_BUILD="-j$lo_jobs"
fi
%endif %endif
make %{?_smp_mflags} make "$PARALLEL_BUILD"
%if 0%{with tests} %if 0%{with tests}
%check %check
@ -888,8 +915,13 @@ fi
if ! getent passwd ceph >/dev/null ; then if ! getent passwd ceph >/dev/null ; then
CEPH_USER_ID_OPTION="" CEPH_USER_ID_OPTION=""
getent passwd $CEPH_USER_ID >/dev/null || CEPH_USER_ID_OPTION="-u $CEPH_USER_ID" getent passwd $CEPH_USER_ID >/dev/null || CEPH_USER_ID_OPTION="-u $CEPH_USER_ID"
useradd ceph $CEPH_USER_ID_OPTION -r -g ceph -s /sbin/nologin -c "Ceph daemons" -d %{_localstatedir}/lib/ceph 2>/dev/null || : useradd ceph $CEPH_USER_ID_OPTION -r -g ceph -s /sbin/nologin 2>/dev/null || :
fi fi
usermod -c "Ceph storage service" \
-d %{_localstatedir}/lib/ceph \
-g ceph \
-s /sbin/nologin \
ceph
# fix ownership of log files # fix ownership of log files
[ -d /var/log/ceph ] || exit 0 [ -d /var/log/ceph ] || exit 0
[ "$(stat -c %U /var/log/ceph)" = "ceph" ] && exit 0 [ "$(stat -c %U /var/log/ceph)" = "ceph" ] && exit 0
@ -1219,9 +1251,11 @@ fi
%{_libdir}/librados_tp.so.* %{_libdir}/librados_tp.so.*
%endif %endif
%post -n librados2 -p /sbin/ldconfig %post -n librados2
/sbin/ldconfig
%postun -n librados2 -p /sbin/ldconfig %postun -n librados2
/sbin/ldconfig
################################################################################# #################################################################################
%files -n librados2-devel %files -n librados2-devel
@ -1254,9 +1288,11 @@ fi
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/libradosstriper.so.* %{_libdir}/libradosstriper.so.*
%post -n libradosstriper1 -p /sbin/ldconfig %post -n libradosstriper1
/sbin/ldconfig
%postun -n libradosstriper1 -p /sbin/ldconfig %postun -n libradosstriper1
/sbin/ldconfig
################################################################################# #################################################################################
%files -n libradosstriper1-devel %files -n libradosstriper1-devel
@ -1279,7 +1315,8 @@ fi
mkdir -p /usr/lib64/qemu/ mkdir -p /usr/lib64/qemu/
ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1 ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
%postun -n librbd1 -p /sbin/ldconfig %postun -n librbd1
/sbin/ldconfig
################################################################################# #################################################################################
%files -n librbd1-devel %files -n librbd1-devel
@ -1298,9 +1335,11 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/librgw.so.* %{_libdir}/librgw.so.*
%post -n librgw2 -p /sbin/ldconfig %post -n librgw2
/sbin/ldconfig
%postun -n librgw2 -p /sbin/ldconfig %postun -n librgw2
/sbin/ldconfig
################################################################################# #################################################################################
%files -n librgw2-devel %files -n librgw2-devel
@ -1321,9 +1360,11 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/libcephfs.so.* %{_libdir}/libcephfs.so.*
%post -n libcephfs1 -p /sbin/ldconfig %post -n libcephfs1
/sbin/ldconfig
%postun -n libcephfs1 -p /sbin/ldconfig %postun -n libcephfs1
/sbin/ldconfig
################################################################################# #################################################################################
%files -n libcephfs1-devel %files -n libcephfs1-devel
@ -1382,9 +1423,11 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/libcephfs_jni.so.* %{_libdir}/libcephfs_jni.so.*
%post -n libcephfs_jni1 -p /sbin/ldconfig %post -n libcephfs_jni1
/sbin/ldconfig
%postun -n libcephfs_jni1 -p /sbin/ldconfig %postun -n libcephfs_jni1
/sbin/ldconfig
################################################################################# #################################################################################
%files -n libcephfs_jni1-devel %files -n libcephfs_jni1-devel