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:
parent
42ce0e2e92
commit
0de8d4aa91
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<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>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
|
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="extract_ceph_spec" mode="disabled" />
|
<service name="extract_ceph_spec" mode="disabled" />
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<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">59afe41c491258cd4f9d215e53b86b0c2c62b138</param></service></servicedata>
|
<param name="changesrevision">41833172043205dbc74e9ec1a3e2fdaf27475a37</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cec255fae91d588daf615f19ee803960bf65fff83adcea55a92eff1ec9d6b973
|
|
||||||
size 127208296
|
|
3
ceph-12.1.4+git.1502878199.4183317204.tar.bz2
Normal file
3
ceph-12.1.4+git.1502878199.4183317204.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6fdefb4fd8cc427f2cfb2941bfad41c62b1a3543af989be0283c78d712f423ca
|
||||||
|
size 127207473
|
@ -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
|
Wed Aug 16 08:50:51 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 12.1.4+git.1502871088.edf82a59df
|
Version: 12.1.4+git.1502878199.4183317204
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
|
10
ceph.changes
10
ceph.changes
@ -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
|
Wed Aug 16 08:50:51 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 12.1.4+git.1502871088.edf82a59df
|
Version: 12.1.4+git.1502878199.4183317204
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
@ -261,6 +261,7 @@ Requires: psmisc
|
|||||||
Requires: which
|
Requires: which
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Recommends: ntp-daemon
|
Recommends: ntp-daemon
|
||||||
|
Obsoletes: libxio
|
||||||
%endif
|
%endif
|
||||||
%description base
|
%description base
|
||||||
Base is the package that includes all the files shared amongst ceph servers
|
Base is the package that includes all the files shared amongst ceph servers
|
||||||
@ -282,6 +283,7 @@ Requires: python-prettytable
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Requires: python-PrettyTable
|
Requires: python-PrettyTable
|
||||||
|
Obsoletes: libxio
|
||||||
%endif
|
%endif
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user