]> git.pld-linux.org Git - packages/ceph.git/blame - ceph.spec
- x32 rebuild
[packages/ceph.git] / ceph.spec
CommitLineData
714b93ed
JB
1#
2# Conditional build:
7f577810
JB
3%bcond_without java # Java binding
4%bcond_with kinetic # Kinetic storage support [needs update for internal API changes]
5%bcond_with rocksdb # RocksDB storage support [needs update for internal API changes]
6%bcond_with zfs # ZFS support
7%bcond_without lttng # LTTng tracing
8%bcond_without babeltrace # Babeltrace traces support
9%bcond_without tcmalloc # tcmalloc allocator
6fce7056
JR
10
11%ifarch x32
12%undefine with_tcmalloc
13%endif
714b93ed 14#
2a1a6301 15Summary: User space components of the Ceph file system
e5fc70df 16Summary(pl.UTF-8): Działające w przestrzeni użytkownika elementy systemu plików Ceph
2a1a6301 17Name: ceph
7f577810 18Version: 0.92
cd6bb6d6 19Release: 4
9e1f65de 20License: LGPL v2.1 (libraries), GPL v2 (some programs)
2a1a6301 21Group: Base
c408d7b3 22Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2
7f577810 23# Source0-md5: e8385508ee9a54f1cf56c1bcc1ec2b77
2a1a6301
JR
24Patch0: %{name}-init-fix.patch
25Patch1: %{name}.logrotate.patch
7f577810 26Patch2: %{name}-link.patch
c408d7b3 27URL: http://ceph.com/
714b93ed
JB
28BuildRequires: autoconf >= 2.59
29BuildRequires: automake
7f577810 30%{?with_babeltrace:BuildRequires: babeltrace-devel}
714b93ed 31BuildRequires: boost-devel >= 1.34
2a1a6301 32BuildRequires: curl-devel
714b93ed 33BuildRequires: expat-devel >= 1.95
2a1a6301
JR
34BuildRequires: fcgi-devel
35BuildRequires: gdbm-devel
7db8c214 36%if %{with java}
4f42482b
JB
37BuildRequires: jdk
38%endif
2a1a6301 39BuildRequires: keyutils-devel
9a1a508c 40%{?with_kinetic:BuildRequires: kinetic-cpp-client}
548e0d3f 41BuildRequires: leveldb-devel >= 1.2
714b93ed 42BuildRequires: libaio-devel
2a1a6301 43BuildRequires: libatomic_ops
548e0d3f 44BuildRequires: libblkid-devel >= 2.17
714b93ed 45BuildRequires: libedit-devel >= 2.11
2a1a6301
JR
46BuildRequires: libfuse-devel
47BuildRequires: libltdl-devel
f965be58 48BuildRequires: libs3-devel
2a1a6301 49BuildRequires: libstdc++-devel
6fce7056 50%{?with_tcmalloc:BuildRequires: libtcmalloc-devel}
714b93ed 51BuildRequires: libtool >= 2:1.5
2a1a6301 52BuildRequires: libuuid-devel
7f577810 53%{?with_lttng:BuildRequires: lttng-ust-devel}
6fce7056 54BuildRequires: nss-devel
e5fc70df 55BuildRequires: perl-base
2a1a6301 56BuildRequires: pkgconfig
714b93ed 57BuildRequires: python >= 1:2.4
9a1a508c 58%{?with_rocksdb:BuildRequires: rocksdb-devel}
2a1a6301 59BuildRequires: rpmbuild(macros) >= 1.228
f965be58 60BuildRequires: snappy-devel
548e0d3f 61BuildRequires: udev-devel
fa260b6c 62BuildRequires: xfsprogs-devel
7db8c214
JB
63%ifarch %{x8664}
64BuildRequires: yasm
65%endif
430360a9 66%{?with_zfs:BuildRequires: zfs-devel}
2a1a6301
JR
67Requires(post,preun): /sbin/chkconfig
68Requires(preun): rc-scripts
69Requires: %{name}-libs = %{version}-%{release}
60d5543f 70Obsoletes: gcephtool
7db8c214 71Obsoletes: hadoop-cephfs
2a1a6301
JR
72BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
73
7db8c214 74%define skip_post_check_so libcls_.*.so.* libec_.*.so.*
2a1a6301
JR
75
76%description
77Ceph is a distributed network file system designed to provide
78excellent performance, reliability, and scalability.
79
e5fc70df
JB
80%description -l pl.UTF-8
81Ceph to rozproszony sieciowy system plików zaprojektowany z myślą o
82dobrej wydajności, wiarygodności i skalowalności.
83
2a1a6301
JR
84%package libs
85Summary: Ceph shared libraries
e5fc70df 86Summary(pl.UTF-8): Biblioteki współdzielone Cepha
2a1a6301
JR
87Group: Libraries
88
89%description libs
90Ceph shared libraries.
91
e5fc70df
JB
92%description libs -l pl.UTF-8
93Biblioteki współdzielone Cepha.
2a1a6301
JR
94
95%package devel
e5fc70df
JB
96Summary: Ceph header files
97Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Cepha
96c29907 98License: LGPL v2.1
2a1a6301
JR
99Group: Development/Libraries
100Requires: %{name}-libs = %{version}-%{release}
96c29907 101Requires: boost-devel >= 1.34
6fce7056 102Requires: nss-devel
96c29907
JB
103Requires: leveldb-devel
104Requires: libatomic_ops
105Requires: libuuid-devel
2a1a6301
JR
106
107%description devel
108This package contains the headers needed to develop programs that use
109Ceph.
110
e5fc70df
JB
111%description devel -l pl.UTF-8
112Ten pakiet zawiera pliki nagłówkowe potrzebne do tworzenia programów
113wykorzystujących Cepha.
114
2a1a6301
JR
115%package static
116Summary: Ceph static libraries
e5fc70df 117Summary(pl.UTF-8): Biblioteki statyczne Cepha
96c29907 118License: LGPL v2.1
2a1a6301
JR
119Group: Development/Libraries
120Requires: %{name}-devel = %{version}-%{release}
121
122%description static
123This package contains static Ceph libraries.
124
e5fc70df
JB
125%description static -l pl.UTF-8
126Ten pakiet zawiera biblioteki statyczne Cepha.
127
128%package -n python-ceph
129Summary: Ceph Python bindings
130Summary(pl.UTF-8): Wiązania Pythona do bibliotek Cepha
131Group: Development/Languages/Python
132Requires: %{name}-libs = %{version}-%{release}
133
134%description -n python-ceph
135Ceph Python bindings.
136
137%description -n python-ceph -l pl.UTF-8
138Wiązania Pythona do bibliotek Cepha.
139
4f42482b
JB
140%package -n java-cephfs
141Summary: CephFS Java bindings
142Summary(pl.UTF-8): Wiązania Javy do biblioteki CephFS
143Group: Libraries/Java
144Requires: %{name}-libs = %{version}-%{release}
145
146%description -n java-cephfs
147CephFS Java bindings.
148
149%description -n java-cephfs -l pl.UTF-8
150Wiązania Javy do biblioteki CephFS.
151
e5fc70df
JB
152%package fuse
153Summary: Ceph FUSE-based client
154Summary(pl.UTF-8): Klient Cepha oparty na FUSE
155Group: Base
156Requires: %{name} = %{version}-%{release}
157
158%description fuse
159FUSE based client for Ceph distributed network file system.
160
161%description fuse -l pl.UTF-8
162Oparty na FUSE klient rozproszonego sieciowego systemu plików Ceph.
163
2a1a6301
JR
164%package radosgw
165Summary: rados REST gateway
e5fc70df
JB
166Summary(pl.UTF-8): Bramka REST-owa rados
167Group: Applications/System
2a1a6301
JR
168#Requires: apache-mod_fcgid
169
170%description radosgw
171radosgw is an S3 HTTP REST gateway for the RADOS object store. It is
172implemented as a FastCGI module using libfcgi, and can be used in
173conjunction with any FastCGI capable web server.
174
e5fc70df
JB
175%description radosgw -l pl.UTF-8
176radosgw to REST-owa bramka HTTP S3 do przechowalni obiektów RADOS.
177Jest zaimplementowana jako moduł FastCGI wykorzystujący libfcgi i może
178być używana w połączeniu z dowolnym serwerem WWW obsługującym FastCGI.
179
245cb856 180%package resource-agents
8029515d
JB
181Summary: OCF Resource Agents for Ceph processes
182Summary(pl.UTF-8): Agenci OCF do monitorowania procesów Cepha
183Group: Applications/System
184Requires: %{name} = %{version}-%{release}
185Requires: resource-agents
186
245cb856 187%description resource-agents
8029515d
JB
188OCF Resource Agents for Ceph processes.
189
245cb856 190%description resource-agents -l pl.UTF-8
8029515d
JB
191Agenci OCF do monitorowania procesów Cepha.
192
2a1a6301
JR
193%prep
194%setup -q
195%patch0 -p1
96a54cb4 196%patch1 -p1
9a1a508c 197%patch2 -p1
2a1a6301
JR
198
199%build
200%{__libtoolize}
d078b205 201%{__aclocal} -I m4
2a1a6301
JR
202%{__autoconf}
203%{__autoheader}
204%{__automake}
c1654e29
JB
205# ac_cv_prog_uudecode_base64=no is a hack to compile Test.class instead of
206# using included one which fails with Sun/Oracle JDK 1.6
2a1a6301 207%configure \
ac843c96 208 %{?with_java:JAVAC=/usr/bin/javac} \
ae4b5127 209 %{?with_zfs:LIBZFS_CFLAGS="-I/usr/include/libzfs -I/usr/include/libspl"} \
c1654e29 210 ac_cv_prog_uudecode_base64=no \
2a1a6301 211 --sbindir=/sbin \
7f577810 212 %{!?with_babeltrace:--without-babeltrace} \
6fce7056
JR
213 --without-cryptopp \
214 --with-nss \
215 %{!?with_tcmalloc:--without-tcmalloc} \
9a1a508c
JB
216 %{?with_kinetic:--with-kinetic} \
217 %{?with_rocksdb:--with-librocksdb} \
430360a9 218 %{?with_zfs:--with-libzfs} \
7f577810 219 %{!?with_lttng:--without-lttng} \
8029515d 220 --with-ocf \
2a1a6301 221 --with-radosgw \
f965be58
JB
222 --with-system-leveldb \
223 --with-system-libs3 \
4f42482b 224 %{?with_java:--enable-cephfs-java --with-jdk-dir=%{_jvmdir}/java} \
714b93ed 225 --disable-silent-rules
2a1a6301 226
5e0a173c 227%{__make} -j1
2a1a6301
JR
228
229%install
230rm -rf $RPM_BUILD_ROOT
231install -d $RPM_BUILD_ROOT%{_localstatedir}/{lib/ceph/tmp,log/ceph/stat} \
232 $RPM_BUILD_ROOT%{_sysconfdir}/{ceph,bash_completion.d,logrotate.d,rc.d/init.d}
4f42482b 233
2a1a6301 234%{__make} install \
4f42482b
JB
235 DESTDIR=$RPM_BUILD_ROOT \
236 javadir=%{_javadir}
2a1a6301
JR
237
238install -p src/init-ceph $RPM_BUILD_ROOT/etc/rc.d/init.d/ceph
239install -p src/logrotate.conf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ceph
240
7e46b55b 241# loadable modules
c408d7b3 242%{__rm} $RPM_BUILD_ROOT%{_libdir}/ceph/erasure-code/*.{a,la}
c8a22313 243%{__rm} $RPM_BUILD_ROOT%{_libdir}/rados-classes/*.{a,la}
4f42482b
JB
244%if %{with java}
245%{__rm} $RPM_BUILD_ROOT%{_libdir}/libcephfs_jni.{la,a}
246%endif
247
7e46b55b
JB
248# packaged as %doc
249%{__rm} $RPM_BUILD_ROOT%{_docdir}/ceph/sample.{ceph.conf,fetch_config}
245cb856 250
714b93ed 251%py_postclean
2a1a6301
JR
252
253%clean
254rm -rf $RPM_BUILD_ROOT
255
256%post
257/sbin/chkconfig --add ceph
258%service ceph restart
259
260%preun
261if [ "$1" = "0" ] ; then
72daa1da
JR
262 %service ceph stop
263 /sbin/chkconfig --del ceph
2a1a6301
JR
264fi
265
e5fc70df
JB
266%post libs -p /sbin/ldconfig
267%postun libs -p /sbin/ldconfig
2a1a6301 268
4f42482b
JB
269%post -n java-cephfs -p /sbin/ldconfig
270%postun -n java-cephfs -p /sbin/ldconfig
271
2a1a6301
JR
272%files
273%defattr(644,root,root,755)
9e1f65de
JB
274# COPYING specifies licenses of individual parts
275%doc AUTHORS COPYING README src/sample.ceph.conf src/sample.fetch_config
2a1a6301
JR
276%attr(754,root,root) /etc/rc.d/init.d/ceph
277%dir %{_sysconfdir}/ceph
278%attr(755,root,root) %{_bindir}/ceph
8c5712e2 279%attr(755,root,root) %{_bindir}/ceph-authtool
fa260b6c 280%attr(755,root,root) %{_bindir}/ceph-brag
2a1a6301 281%attr(755,root,root) %{_bindir}/ceph-clsinfo
8c5712e2
JB
282%attr(755,root,root) %{_bindir}/ceph-conf
283%attr(755,root,root) %{_bindir}/ceph-coverage
d91e5335 284%attr(755,root,root) %{_bindir}/ceph-crush-location
8c5712e2 285%attr(755,root,root) %{_bindir}/ceph-debugpack
60d5543f 286%attr(755,root,root) %{_bindir}/ceph-dencoder
2a1a6301 287%attr(755,root,root) %{_bindir}/ceph-mds
8c5712e2 288%attr(755,root,root) %{_bindir}/ceph-mon
7f577810 289%attr(755,root,root) %{_bindir}/ceph-objectstore-tool
2a1a6301 290%attr(755,root,root) %{_bindir}/ceph-osd
5e39e43e 291%attr(755,root,root) %{_bindir}/ceph-post-file
2a1a6301 292%attr(755,root,root) %{_bindir}/ceph-rbdnamer
4f411dc5 293%attr(755,root,root) %{_bindir}/ceph-rest-api
8c5712e2
JB
294%attr(755,root,root) %{_bindir}/ceph-run
295%attr(755,root,root) %{_bindir}/ceph-syn
c1654e29 296%attr(755,root,root) %{_bindir}/ceph_mon_store_converter
8c5712e2 297%attr(755,root,root) %{_bindir}/cephfs
ae4b5127 298%attr(755,root,root) %{_bindir}/cephfs-journal-tool
8c5712e2 299%attr(755,root,root) %{_bindir}/crushtool
2a1a6301 300%attr(755,root,root) %{_bindir}/librados-config
8c5712e2
JB
301%attr(755,root,root) %{_bindir}/monmaptool
302%attr(755,root,root) %{_bindir}/osdmaptool
2a1a6301
JR
303%attr(755,root,root) %{_bindir}/rados
304%attr(755,root,root) %{_bindir}/rbd
8c5712e2 305%attr(755,root,root) %{_bindir}/rbd-fuse
9a1a508c 306%attr(755,root,root) %{_bindir}/rbd-replay
7f577810 307%attr(755,root,root) %{_bindir}/rbd-replay-many
9a1a508c 308%attr(755,root,root) %{_bindir}/rbd-replay-prep
8dda6d30
JB
309%attr(755,root,root) /sbin/ceph-create-keys
310%attr(755,root,root) /sbin/ceph-disk
311%attr(755,root,root) /sbin/ceph-disk-activate
312%attr(755,root,root) /sbin/ceph-disk-prepare
313%attr(755,root,root) /sbin/ceph-disk-udev
4f42482b
JB
314%attr(755,root,root) /sbin/mount.ceph
315%attr(755,root,root) /sbin/mount.fuse.ceph
c408d7b3 316%dir %{_libdir}/ceph
548e0d3f 317%attr(755,root,root) %{_libdir}/ceph/ceph-osd-prestart.sh
c408d7b3
JB
318%{_libdir}/ceph/ceph_common.sh
319%dir %{_libdir}/ceph/erasure-code
320%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_example.so*
321%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_fail_to_initialize.so*
322%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_fail_to_register.so*
323%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_hangs.so*
58dc957f 324%ifarch %{x8664}
066d8601 325%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_isa.so*
6fce7056 326%endif
c408d7b3 327%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_jerasure.so*
0509a77e 328%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_jerasure_generic.so*
7f577810
JB
329%ifarch arm
330%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_jerasure_neon.so*
331%endif
332%ifarch %{ix86} %{x8664} x32
0509a77e 333%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_jerasure_sse3.so*
7f577810
JB
334%endif
335%ifarch %{x8664} x32
0509a77e 336%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_jerasure_sse4.so*
7f577810 337%endif
9a1a508c 338%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_lrc.so*
c408d7b3 339%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_missing_entry_point.so*
9a1a508c 340%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_missing_version.so*
0509a77e 341%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_test_jerasure_generic.so*
7f577810 342%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_test_jerasure_neon.so*
0509a77e
JB
343%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_test_jerasure_sse3.so*
344%attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_test_jerasure_sse4.so*
2a1a6301 345%dir %{_libdir}/rados-classes
5e39e43e 346%attr(755,root,root) %{_libdir}/rados-classes/libcls_hello.so*
7e46b55b 347%attr(755,root,root) %{_libdir}/rados-classes/libcls_kvs.so*
60d5543f 348%attr(755,root,root) %{_libdir}/rados-classes/libcls_lock.so*
4f411dc5 349%attr(755,root,root) %{_libdir}/rados-classes/libcls_log.so*
2a1a6301 350%attr(755,root,root) %{_libdir}/rados-classes/libcls_rbd.so*
7e46b55b 351%attr(755,root,root) %{_libdir}/rados-classes/libcls_refcount.so*
4f411dc5 352%attr(755,root,root) %{_libdir}/rados-classes/libcls_replica_log.so*
2a1a6301 353%attr(755,root,root) %{_libdir}/rados-classes/libcls_rgw.so*
4f411dc5 354%attr(755,root,root) %{_libdir}/rados-classes/libcls_statelog.so*
c8a22313 355%attr(755,root,root) %{_libdir}/rados-classes/libcls_user.so*
4f411dc5 356%attr(755,root,root) %{_libdir}/rados-classes/libcls_version.so*
5e39e43e 357%{_datadir}/ceph
2a1a6301
JR
358%config(noreplace) /etc/logrotate.d/ceph
359%config(noreplace) %{_sysconfdir}/bash_completion.d/rados
360%config(noreplace) %{_sysconfdir}/bash_completion.d/ceph
361%config(noreplace) %{_sysconfdir}/bash_completion.d/rbd
362%{_mandir}/man8/ceph.8*
363%{_mandir}/man8/ceph-authtool.8*
364%{_mandir}/man8/ceph-clsinfo.8*
365%{_mandir}/man8/ceph-conf.8*
366%{_mandir}/man8/ceph-debugpack.8*
60d5543f 367%{_mandir}/man8/ceph-dencoder.8*
7f577810
JB
368%{_mandir}/man8/ceph-deploy.8*
369%{_mandir}/man8/ceph-disk.8*
2a1a6301
JR
370%{_mandir}/man8/ceph-mds.8*
371%{_mandir}/man8/ceph-mon.8*
372%{_mandir}/man8/ceph-osd.8*
5e39e43e 373%{_mandir}/man8/ceph-post-file.8*
60d5543f 374%{_mandir}/man8/ceph-rbdnamer.8*
4f411dc5 375%{_mandir}/man8/ceph-rest-api.8*
2a1a6301
JR
376%{_mandir}/man8/ceph-run.8*
377%{_mandir}/man8/ceph-syn.8*
378%{_mandir}/man8/cephfs.8*
379%{_mandir}/man8/crushtool.8*
380%{_mandir}/man8/librados-config.8*
2a1a6301
JR
381%{_mandir}/man8/monmaptool.8*
382%{_mandir}/man8/mount.ceph.8*
383%{_mandir}/man8/osdmaptool.8*
384%{_mandir}/man8/rados.8*
385%{_mandir}/man8/radosgw.8*
386%{_mandir}/man8/radosgw-admin.8*
387%{_mandir}/man8/rbd.8*
8c5712e2 388%{_mandir}/man8/rbd-fuse.8*
9a1a508c 389%{_mandir}/man8/rbd-replay.8*
7f577810 390%{_mandir}/man8/rbd-replay-many.8*
9a1a508c 391%{_mandir}/man8/rbd-replay-prep.8*
60d5543f 392
2a1a6301
JR
393%dir %{_localstatedir}/lib/ceph
394%dir %{_localstatedir}/lib/ceph/tmp
395%dir %{_localstatedir}/log/ceph
396
397%files libs
398%defattr(644,root,root,755)
399%attr(755,root,root) %{_libdir}/libcephfs.so.*.*.*
400%attr(755,root,root) %ghost %{_libdir}/libcephfs.so.1
401%attr(755,root,root) %{_libdir}/librados.so.*.*.*
402%attr(755,root,root) %ghost %{_libdir}/librados.so.2
548e0d3f
JB
403%attr(755,root,root) %{_libdir}/libradosstriper.so.*.*.*
404%attr(755,root,root) %ghost %{_libdir}/libradosstriper.so.1
2a1a6301
JR
405%attr(755,root,root) %{_libdir}/librbd.so.*.*.*
406%attr(755,root,root) %ghost %{_libdir}/librbd.so.1
2a1a6301 407
2a1a6301
JR
408%files devel
409%defattr(644,root,root,755)
2a1a6301
JR
410%attr(755,root,root) %{_libdir}/libcephfs.so
411%attr(755,root,root) %{_libdir}/librados.so
548e0d3f 412%attr(755,root,root) %{_libdir}/libradosstriper.so
2a1a6301
JR
413%attr(755,root,root) %{_libdir}/librbd.so
414%{_libdir}/libcephfs.la
415%{_libdir}/librados.la
548e0d3f 416%{_libdir}/libradosstriper.la
2a1a6301 417%{_libdir}/librbd.la
e5fc70df
JB
418%{_includedir}/cephfs
419%{_includedir}/rados
548e0d3f 420%{_includedir}/radosstriper
e5fc70df 421%{_includedir}/rbd
2a1a6301
JR
422
423%files static
424%defattr(644,root,root,755)
425%{_libdir}/libcephfs.a
426%{_libdir}/librados.a
548e0d3f 427%{_libdir}/libradosstriper.a
2a1a6301
JR
428%{_libdir}/librbd.a
429
e5fc70df
JB
430%files -n python-ceph
431%defattr(644,root,root,755)
67f1bff3 432%{py_sitescriptdir}/ceph_argparse.py[co]
4f411dc5 433%{py_sitescriptdir}/ceph_rest_api.py[co]
e54009d4 434%{py_sitescriptdir}/cephfs.py[co]
714b93ed
JB
435%{py_sitescriptdir}/rados.py[co]
436%{py_sitescriptdir}/rbd.py[co]
e5fc70df 437
4f42482b
JB
438%if %{with java}
439%files -n java-cephfs
440%defattr(644,root,root,755)
441%attr(755,root,root) %{_libdir}/libcephfs_jni.so.*.*.*
442%attr(755,root,root) %ghost %{_libdir}/libcephfs_jni.so.1
443%attr(755,root,root) %{_libdir}/libcephfs_jni.so
444%{_javadir}/libcephfs.jar
445%endif
446
e5fc70df
JB
447%files fuse
448%defattr(644,root,root,755)
e5fc70df
JB
449%attr(755,root,root) %{_bindir}/ceph-fuse
450%{_mandir}/man8/ceph-fuse.8*
451
2a1a6301
JR
452%files radosgw
453%defattr(644,root,root,755)
454%attr(755,root,root) %{_bindir}/radosgw
455%attr(755,root,root) %{_bindir}/radosgw-admin
456%{_sysconfdir}/bash_completion.d/radosgw-admin
457
245cb856 458%files resource-agents
8029515d
JB
459%defattr(644,root,root,755)
460%dir %{_prefix}/lib/ocf/resource.d/ceph
461%attr(755,root,root) %{_prefix}/lib/ocf/resource.d/ceph/ceph
462%attr(755,root,root) %{_prefix}/lib/ocf/resource.d/ceph/mds
463%attr(755,root,root) %{_prefix}/lib/ocf/resource.d/ceph/mon
464%attr(755,root,root) %{_prefix}/lib/ocf/resource.d/ceph/osd
465%attr(755,root,root) %{_prefix}/lib/ocf/resource.d/ceph/rbd
This page took 0.461698 seconds and 4 git commands to generate.