Accepting request 510993 from filesystems:ceph:luminous
fix typo OBS-URL: https://build.opensuse.org/request/show/510993 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=106
This commit is contained in:
parent
2606fe652b
commit
925cd1c194
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">20d6a47cc9a08e4013d0492381d62b60f48eed47</param></service></servicedata>
|
||||
<param name="changesrevision">39d2e5f424e5312975852f340d3ca34ef296e6f9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:364f0959d28afeb9f8cbc018c367d45fb8c88a9ea88de232607c87db9800aff9
|
||||
size 127161187
|
3
ceph-12.1.0+git.1500295948.39d2e5f424.tar.bz2
Normal file
3
ceph-12.1.0+git.1500295948.39d2e5f424.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8e4c979492fdba213ffdd45de5fa456c4bbdeb5e11b611b2b686eacbb32598
|
||||
size 127157102
|
@ -1,11 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 13:11:35 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.0+git.1500295948.39d2e5f424:
|
||||
+ spec file:
|
||||
* socat build dependency only for make check
|
||||
* fix typo WTIH_BABELTRACE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 10:42:27 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.0+git.1500284183.1ed97736ab:
|
||||
+ Spec file changes:
|
||||
* bump epoch (not relevant for SUSE)
|
||||
* add socat buildrequires (used in public_bind_addr unit tests), but only
|
||||
when make_check is active (off by default)
|
||||
* add socat buildrequires
|
||||
* libcephfs2 now obsoletes libcephfs1 (bsc#1047020)
|
||||
* HAVE_BABELTRACE option renamed to WITH_BABELTRACE
|
||||
* fix a regression in ceph-base %postun scriptlet
|
||||
|
@ -69,7 +69,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 12.1.0+git.1500284183.1ed97736ab
|
||||
Version: 12.1.0+git.1500295948.39d2e5f424
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -438,10 +438,10 @@ cmake .. \
|
||||
%endif
|
||||
%if %{with lttng}
|
||||
-DWITH_LTTNG=ON \
|
||||
-DWTIH_BABELTRACE=ON \
|
||||
-DWITH_BABELTRACE=ON \
|
||||
%else
|
||||
-DWITH_LTTNG=OFF \
|
||||
-DWTIH_BABELTRACE=OFF \
|
||||
-DWITH_BABELTRACE=OFF \
|
||||
%endif
|
||||
$CEPH_EXTRA_CMAKE_ARGS \
|
||||
%if 0%{with ocf}
|
||||
|
11
ceph.changes
11
ceph.changes
@ -1,11 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 13:11:35 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.0+git.1500295948.39d2e5f424:
|
||||
+ spec file:
|
||||
* socat build dependency only for make check
|
||||
* fix typo WTIH_BABELTRACE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 10:42:27 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.0+git.1500284183.1ed97736ab:
|
||||
+ Spec file changes:
|
||||
* bump epoch (not relevant for SUSE)
|
||||
* add socat buildrequires (used in public_bind_addr unit tests), but only
|
||||
when make_check is active (off by default)
|
||||
* add socat buildrequires
|
||||
* libcephfs2 now obsoletes libcephfs1 (bsc#1047020)
|
||||
* HAVE_BABELTRACE option renamed to WITH_BABELTRACE
|
||||
* fix a regression in ceph-base %postun scriptlet
|
||||
|
@ -69,7 +69,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 12.1.0+git.1500284183.1ed97736ab
|
||||
Version: 12.1.0+git.1500295948.39d2e5f424
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -863,10 +863,10 @@ cmake .. \
|
||||
%endif
|
||||
%if %{with lttng}
|
||||
-DWITH_LTTNG=ON \
|
||||
-DWTIH_BABELTRACE=ON \
|
||||
-DWITH_BABELTRACE=ON \
|
||||
%else
|
||||
-DWITH_LTTNG=OFF \
|
||||
-DWTIH_BABELTRACE=OFF \
|
||||
-DWITH_BABELTRACE=OFF \
|
||||
%endif
|
||||
$CEPH_EXTRA_CMAKE_ARGS \
|
||||
%if 0%{with ocf}
|
||||
|
Loading…
Reference in New Issue
Block a user