SHA256
1
0
forked from pool/ceph

Update link from rev 16 to rev 20

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=33
This commit is contained in:
Nathan Cutler 2016-06-12 20:57:57 +00:00 committed by Git OBS Bridge
parent 574909f7fc
commit 64ab6adb90
5 changed files with 67 additions and 10 deletions

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">abc3d6b01a526ad42fcfd32d4d6358059a942449</param></service> <param name="changesrevision">b9decd3bcb1cb21f61955c0666d963908fa70e97</param></service>
</servicedata> </servicedata>

View File

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

View File

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

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Sun Jun 12 20:46:50 UTC 2016 - ncutler@suse.com
- Update to version 10.2.1+git.1465763247.b9decd3:
+ rpm: be careful about build parallelism
-------------------------------------------------------------------
Fri Jun 10 04:50:54 UTC 2016 - ncutler@suse.com
- rpm: drop support for RHEL<7 and SUSE<1210 in jewel and above (pr#8938,
issue#15739, issue#15742, issue#15744, issue#15825, issue#15894, issue#16008)
+ test/ec: build the libs only when 'make check'
+ rpm: refrain from installing systemd unit files twice
+ udev: remove 60-ceph-partuuid-workaround-rules
+ rpm: drop python_sitelib/sitearch conditional
+ rpm: drop _with_systemd
+ rpm: drop python-argparse dependency
+ rpm: drop dead conditionals
+ rpm: drop init-ceph.in-fedora.patch
+ rpm: move unified python-sphinx build dependency
+ rpm: move boost-random dependency to appropriate section
+ rpm: drop sysvinit-specific dependencies
+ rpm: put dependencies in alphabetical order
+ rpm: global replace $RPM_BUILD_ROOT with %{buildroot}
+ rpm: drop udev/95-ceph-osd-alt.rules
+ rpm: replace literal paths with RPM macros
+ rpm: drop sysvinit bits from relabel_files function
+ rpm: do a full make check when --with-tests is given
+ Test-enable XIO messenger and IB/RDMA support
+ rpm: Fix SELinux relabel on fedora
+ rpm: Drop SELinux priority setting
+ install-deps.sh: systemd-rpm-macros must be installed on SUSE
+ rpm: Mute semodule in postun script
+ rpm: Restore /var/run/ceph context manually
-------------------------------------------------------------------
Mon Jun 06 11:32:20 UTC 2016 - ncutler@suse.com
Update to version 10.2.1+git.1465212620.28ea4f6:
- Upstream fixes merged since last update:
+ rbd-mirror: replicate cloned images (pr#9423, issue#16101)
+ backports needed for Manila (pr#9430, issue#16065, issue#15855,
issue#15854)
- Replace blanket ExclusiveArch with narrower ExcludeArch
+ Revert "ceph.spec.in: add ExclusiveArch: x86_64 aarch64"
+ ceph.spec.in: add ExcludeArch: i586
-------------------------------------------------------------------
Mon Jun 6 09:06:03 UTC 2016 - ncutler@suse.com
- Regenerate tarball from same SHA1 after deleting downstream tags
+ Fixes bsc#982755
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 01 10:05:59 UTC 2016 - ncutler@suse.com Wed Jun 01 10:05:59 UTC 2016 - ncutler@suse.com

View File

@ -49,8 +49,8 @@
# common # common
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 10.2.1+git.1464774627.abc3d6b Version: 10.2.1+git.1465763247.b9decd3
Release: 0 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
%if 0%{?suse_version} %if 0%{?suse_version}
@ -59,7 +59,7 @@ Group: System/Filesystems
URL: http://ceph.com/ URL: http://ceph.com/
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source99: ceph-rpmlintrc Source99: ceph-rpmlintrc
ExclusiveArch: x86_64 aarch64 ExcludeArch: i586
################################################################################# #################################################################################
# dependencies that apply across all distro families # dependencies that apply across all distro families
################################################################################# #################################################################################
@ -671,7 +671,6 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
# Parallel build settings ... # Parallel build settings ...
PARALLEL_BUILD=%{?_smp_mflags} PARALLEL_BUILD=%{?_smp_mflags}
%if %{with lowmem_builder}
lo_jobs="%{?jobs:%{jobs}}" lo_jobs="%{?jobs:%{jobs}}"
%ifarch %arm %ifarch %arm
%if ! 0%{?qemu_user_space_build:1} %if ! 0%{?qemu_user_space_build:1}
@ -696,7 +695,6 @@ fi
if test -n "$lo_jobs" ; then if test -n "$lo_jobs" ; then
PARALLEL_BUILD="-j$lo_jobs" PARALLEL_BUILD="-j$lo_jobs"
fi fi
%endif
make "$PARALLEL_BUILD" make "$PARALLEL_BUILD"
@ -1481,6 +1479,8 @@ fi
# Now, relabel the files # Now, relabel the files
/usr/sbin/fixfiles -C ${FILE_CONTEXT}.pre restore 2> /dev/null /usr/sbin/fixfiles -C ${FILE_CONTEXT}.pre restore 2> /dev/null
rm -f ${FILE_CONTEXT}.pre rm -f ${FILE_CONTEXT}.pre
# The fixfiles command won't fix label for /var/run/ceph
/usr/sbin/restorecon -R /var/run/ceph > /dev/null 2>&1
# Start the daemons iff they were running before # Start the daemons iff they were running before
if test $STATUS -eq 0; then if test $STATUS -eq 0; then
@ -1496,7 +1496,7 @@ if [ $1 -eq 0 ]; then
cp ${FILE_CONTEXT} ${FILE_CONTEXT}.pre cp ${FILE_CONTEXT} ${FILE_CONTEXT}.pre
# Remove the module # Remove the module
/usr/sbin/semodule -n -r ceph /usr/sbin/semodule -n -r ceph > /dev/null 2>&1
# Reload the policy if SELinux is enabled # Reload the policy if SELinux is enabled
if ! /usr/sbin/selinuxenabled ; then if ! /usr/sbin/selinuxenabled ; then
@ -1515,6 +1515,8 @@ if [ $1 -eq 0 ]; then
/usr/sbin/fixfiles -C ${FILE_CONTEXT}.pre restore 2> /dev/null /usr/sbin/fixfiles -C ${FILE_CONTEXT}.pre restore 2> /dev/null
rm -f ${FILE_CONTEXT}.pre rm -f ${FILE_CONTEXT}.pre
# The fixfiles command won't fix label for /var/run/ceph
/usr/sbin/restorecon -R /var/run/ceph > /dev/null 2>&1
# Start the daemons if they were running before # Start the daemons if they were running before
if test $STATUS -eq 0; then if test $STATUS -eq 0; then