SHA256
1
0
forked from pool/ceph

Accepting request 517185 from filesystems:ceph:luminous

obsolete libxio in spec file

OBS-URL: https://build.opensuse.org/request/show/517185
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=122
This commit is contained in:
Nathan Cutler 2017-08-16 11:08:54 +00:00 committed by Git OBS Bridge
parent 42ce0e2e92
commit 0de8d4aa91
8 changed files with 29 additions and 7 deletions

View File

@ -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" />

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/SUSE/ceph.git</param>
<param name="changesrevision">59afe41c491258cd4f9d215e53b86b0c2c62b138</param></service></servicedata>
<param name="changesrevision">41833172043205dbc74e9ec1a3e2fdaf27475a37</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 16 10:40:25 UTC 2017 - ncutler@suse.com
- Update to version 12.1.4+git.1502878199.4183317204:
+ ceph.spec: obsolete libxio
(Note to reviewer: libxio was only ever used by Ceph (for an experimental
IB/RDMA feature), it was never submitted to Factory, and its functionality has
been integrated into Ceph in a different form. For all practical purposes,
libxio has been replaced by Ceph itself.)
-------------------------------------------------------------------
Wed Aug 16 08:50:51 UTC 2017 - ncutler@suse.com

View File

@ -68,7 +68,7 @@
# main package definition
#################################################################################
Name: ceph-test
Version: 12.1.4+git.1502871088.edf82a59df
Version: 12.1.4+git.1502878199.4183317204
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 16 10:40:25 UTC 2017 - ncutler@suse.com
- Update to version 12.1.4+git.1502878199.4183317204:
+ ceph.spec: obsolete libxio
(Note to reviewer: libxio was only ever used by Ceph (for an experimental
IB/RDMA feature), it was never submitted to Factory, and its functionality has
been integrated into Ceph in a different form. For all practical purposes,
libxio has been replaced by Ceph itself.)
-------------------------------------------------------------------
Wed Aug 16 08:50:51 UTC 2017 - ncutler@suse.com

View File

@ -68,7 +68,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 12.1.4+git.1502871088.edf82a59df
Version: 12.1.4+git.1502878199.4183317204
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
@ -261,6 +261,7 @@ Requires: psmisc
Requires: which
%if 0%{?suse_version}
Recommends: ntp-daemon
Obsoletes: libxio
%endif
%description base
Base is the package that includes all the files shared amongst ceph servers
@ -282,6 +283,7 @@ Requires: python-prettytable
%endif
%if 0%{?suse_version}
Requires: python-PrettyTable
Obsoletes: libxio
%endif
Requires: python-requests
%{?systemd_requires}