Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 578050 Details for
Bug 812975
libcephfs is useless
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
ceph-subpackage.patch
ceph-subpackage.patch (text/plain), 2.34 KB, created by
Adam Jackson
on 2012-04-17 14:08:05 UTC
(
hide
)
Description:
ceph-subpackage.patch
Filename:
MIME Type:
Creator:
Adam Jackson
Created:
2012-04-17 14:08:05 UTC
Size:
2.34 KB
patch
obsolete
>diff --git a/ceph.spec b/ceph.spec >index 1dc47b7..db9974b 100644 >--- a/ceph.spec >+++ b/ceph.spec >@@ -28,6 +28,18 @@ Requires(preun): initscripts > Ceph is a distributed network file system designed to provide excellent > performance, reliability, and scalability. > >+%package libs >+Summary: Ceph libraries >+Group: System Environment/Libraries >+%description libs >+Common libraries for Ceph distributed network file system >+ >+%package libcephfs >+Summary: Ceph libcephfs libraries >+Group: System Environment/Libraries >+%description libcephfs >+libcephfs library for Ceph distributed network file system >+ > %package fuse > Summary: Ceph fuse-based client > Group: System Environment/Base >@@ -41,6 +53,8 @@ Summary: Ceph headers > Group: Development/Libraries > License: LGPLv2 > Requires: %{name} = %{version}-%{release} >+Requires: %{name}-libs = %{version}-%{release} >+Requires: %{name}-libcephfs = %{version}-%{release} > %description devel > This package contains the headers needed to develop programs that use Ceph. > >@@ -120,7 +134,6 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ceph > mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d > > %post >-/sbin/ldconfig > /sbin/chkconfig --add ceph > > %preun >@@ -130,11 +143,15 @@ if [ $1 = 0 ] ; then > fi > > %postun >-/sbin/ldconfig > if [ "$1" -ge "1" ] ; then > /sbin/service ceph condrestart >/dev/null 2>&1 || : > fi > >+%post libs -p /sbin/ldconfig >+%postun libs -p /sbin/ldconfig >+%post libcephfs -p /sbin/ldconfig >+%postun libcephfs -p /sbin/ldconfig >+ > %files > %defattr(-,root,root,-) > %doc README COPYING >@@ -160,12 +177,6 @@ fi > %{_bindir}/ceph-coverage > %{_bindir}/ceph-dencoder > %{_initrddir}/ceph >-%{_libdir}/libcephfs.so.* >-%{_libdir}/librados.so.* >-%{_libdir}/librbd.so.* >-%{_libdir}/librgw.so.* >-%{_libdir}/rados-classes/libcls_rbd.so.* >-%{_libdir}/rados-classes/libcls_rgw.so* > /sbin/mkcephfs > /sbin/mount.ceph > %{_libdir}/ceph >@@ -203,6 +214,20 @@ fi > %dir %{_localstatedir}/lib/ceph/tmp/ > %dir %{_localstatedir}/log/ceph/ > >+%files libs >+%defattr(-,root,root,-) >+%doc COPYING >+%{_libdir}/librados.so.* >+%{_libdir}/librbd.so.* >+%{_libdir}/librgw.so.* >+%{_libdir}/rados-classes/libcls_rbd.so.* >+%{_libdir}/rados-classes/libcls_rgw.so* >+ >+%files libcephfs >+%defattr(-,root,root,-) >+%doc COPYING >+%{_libdir}/libcephfs.so.* >+ > %files fuse > %defattr(-,root,root,-) > %doc COPYING
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 812975
: 578050