SHA256
1
0
forked from pool/ceph

Accepting request 416439 from filesystems:ceph:jewel

- Update to version 10.2.2+git.1470063368.e6786e8:
  + rpm: simplify openSUSE conditional

- Update to version 10.2.2+git.1470061991.d6904b4:
  + rpm: build with --disable-static on openSUSE
    (encloses --disable-static in appropriate distro conditional)

OBS-URL: https://build.opensuse.org/request/show/416439
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=51
This commit is contained in:
Nathan Cutler 2016-08-01 15:03:37 +00:00 committed by Git OBS Bridge
parent 2fcfcf76f9
commit 006006434e
7 changed files with 38 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/SUSE/ceph.git</param>
<param name="changesrevision">b62fb63235d9c3a17e8d92df97c9d7d0bf1b2c13</param></service>
<param name="changesrevision">e6786e8e3706d908502a3f3d8b33c425336d844a</param></service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 01 14:59:35 UTC 2016 - ncutler@suse.com
- Update to version 10.2.2+git.1470063368.e6786e8:
+ rpm: simplify openSUSE conditional
-------------------------------------------------------------------
Mon Aug 01 14:39:49 UTC 2016 - ncutler@suse.com
- Update to version 10.2.2+git.1470061991.d6904b4:
+ rpm: build with --disable-static on openSUSE
(encloses --disable-static in appropriate distro conditional)
-------------------------------------------------------------------
Wed Jul 27 19:34:06 UTC 2016 - dimstar@opensuse.org

View File

@ -58,7 +58,7 @@
# common
#################################################################################
Name: ceph-test
Version: 10.2.2+git.1469189740.b62fb63
Version: 10.2.2+git.1470063368.e6786e8
Release: 0
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
@ -257,7 +257,9 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
--libexecdir=%{_libexecdir} \
--localstatedir=%{_localstatedir} \
--sysconfdir=%{_sysconfdir} \
--disable-static \
%if 0%{?is_opensuse}
--disable-static
%endif
%if 0%{?rhel} && ! 0%{?centos}
--enable-subman \
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 01 14:59:35 UTC 2016 - ncutler@suse.com
- Update to version 10.2.2+git.1470063368.e6786e8:
+ rpm: simplify openSUSE conditional
-------------------------------------------------------------------
Mon Aug 01 14:39:49 UTC 2016 - ncutler@suse.com
- Update to version 10.2.2+git.1470061991.d6904b4:
+ rpm: build with --disable-static on openSUSE
(encloses --disable-static in appropriate distro conditional)
-------------------------------------------------------------------
Wed Jul 27 19:34:06 UTC 2016 - dimstar@opensuse.org

View File

@ -58,7 +58,7 @@
# common
#################################################################################
Name: ceph
Version: 10.2.2+git.1469189740.b62fb63
Version: 10.2.2+git.1470063368.e6786e8
Release: 0
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
@ -608,7 +608,9 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
--libexecdir=%{_libexecdir} \
--localstatedir=%{_localstatedir} \
--sysconfdir=%{_sysconfdir} \
--disable-static \
%if 0%{?is_opensuse}
--disable-static
%endif
%if 0%{?rhel} && ! 0%{?centos}
--enable-subman \
%endif