Accepting request 531977 from filesystems:ceph
msg: reimplement sigpipe blocking (forwarded request 531976 from smithfarm) OBS-URL: https://build.opensuse.org/request/show/531977 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ceph?expand=0&rev=21
This commit is contained in:
commit
71893f0f97
4
_service
4
_service
@ -1,12 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="versionformat">12.2.0+git.%ct.%h</param>
|
<param name="versionformat">12.2.1+git.%ct.%h</param>
|
||||||
<param name="url">git://github.com/SUSE/ceph.git</param>
|
<param name="url">git://github.com/SUSE/ceph.git</param>
|
||||||
<param name="revision">ses5</param>
|
<param name="revision">ses5</param>
|
||||||
<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">706f78da1a7c72241fae3262643824cbd8710d03</param></service></servicedata>
|
<param name="changesrevision">b783a015b94bb3bf0d6a87d0d6ece7ff8529163e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d783030b0cbdf26899e85c499cd33b5fef2a110e611281e80dfb9bd8f32c3981
|
|
||||||
size 127746417
|
|
3
ceph-12.2.1+git.1507226092.b783a015b9.tar.bz2
Normal file
3
ceph-12.2.1+git.1507226092.b783a015b9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:263143222446c67a5cb414a361aaae06f47be4421484457d4f76c4456a20cf6e
|
||||||
|
size 127757948
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 05 18:49:19 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.1+git.1507226092.b783a015b9:
|
||||||
|
+ Revert "SIGPIPE suppression for platforms without SO_NOSIGPIPE or MSG_NOSIGNAL"
|
||||||
|
+ msgr: add a mechanism for Solaris to avoid dying on SIGPIPE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 04 10:17:16 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.1+git.1507108986.dc637a73e2:
|
||||||
|
+ rgw: defer constructing keystone engine unless url is configured
|
||||||
|
(issue#21400, pr#17775)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 22:41:42 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.1+git.1506764331.9e2e945bd0:
|
||||||
|
(upstream luminous 9d8acf6f3f85dd1410629cc680474e38f3be9838)
|
||||||
|
+ upstream Luminous v12.2.1
|
||||||
|
https://ceph.com/releases/v12-2-1-luminous-released/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 16:02:37 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.0+git.1506009682.0e5b4307f3
|
||||||
|
(upstream luminous a931cf68120d99661b785cc794e2b6965d621f06):
|
||||||
|
+ ceph-disk: fix mountpoint check for systemctl enable --runtime
|
||||||
|
(bsc#1051598)
|
||||||
|
+ spec file:
|
||||||
|
* ceph-fuse requires fuse; make that dependency explicit
|
||||||
|
* drop obsolete qemu symlink hack in librbd1 %post
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 11 14:39:08 UTC 2017 - ncutler@suse.com
|
Mon Sep 11 14:39:08 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 12.2.0+git.1505141259.1264bae1a8
|
Version: 12.2.1+git.1507226092.b783a015b9
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
|
33
ceph.changes
33
ceph.changes
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 05 18:49:19 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.1+git.1507226092.b783a015b9:
|
||||||
|
+ Revert "SIGPIPE suppression for platforms without SO_NOSIGPIPE or MSG_NOSIGNAL"
|
||||||
|
+ msgr: add a mechanism for Solaris to avoid dying on SIGPIPE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 04 10:17:16 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.1+git.1507108986.dc637a73e2:
|
||||||
|
+ rgw: defer constructing keystone engine unless url is configured
|
||||||
|
(issue#21400, pr#17775)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 22:41:42 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.1+git.1506764331.9e2e945bd0:
|
||||||
|
(upstream luminous 9d8acf6f3f85dd1410629cc680474e38f3be9838)
|
||||||
|
+ upstream Luminous v12.2.1
|
||||||
|
https://ceph.com/releases/v12-2-1-luminous-released/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 16:02:37 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
- Update to version 12.2.0+git.1506009682.0e5b4307f3
|
||||||
|
(upstream luminous a931cf68120d99661b785cc794e2b6965d621f06):
|
||||||
|
+ ceph-disk: fix mountpoint check for systemctl enable --runtime
|
||||||
|
(bsc#1051598)
|
||||||
|
+ spec file:
|
||||||
|
* ceph-fuse requires fuse; make that dependency explicit
|
||||||
|
* drop obsolete qemu symlink hack in librbd1 %post
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 11 14:39:08 UTC 2017 - ncutler@suse.com
|
Mon Sep 11 14:39:08 UTC 2017 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 12.2.0+git.1505141259.1264bae1a8
|
Version: 12.2.1+git.1507226092.b783a015b9
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
@ -356,6 +356,7 @@ Summary: Ceph fuse-based client
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
|
Requires: fuse
|
||||||
%description fuse
|
%description fuse
|
||||||
FUSE based client for Ceph distributed network file system
|
FUSE based client for Ceph distributed network file system
|
||||||
|
|
||||||
@ -1578,10 +1579,7 @@ fi
|
|||||||
%{_libdir}/librbd_tp.so.*
|
%{_libdir}/librbd_tp.so.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n librbd1
|
%post -n librbd1 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
mkdir -p /usr/lib64/qemu/
|
|
||||||
ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
|
||||||
|
|
||||||
%postun -n librbd1 -p /sbin/ldconfig
|
%postun -n librbd1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user