~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to ceph.spec.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-30 10:15:40 UTC
  • mfrom: (0.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20140730101540-b7gsn9jqkye4a5ty
Tags: 0.80.5-1
* New upstream stable release:
  - d/p/firefly-post-release.patch: Dropped, no longer required.
  - d/lib{rados2,cephfs1}.symbols: Update with new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
# Fedora seems to have some problems with this macro, use it only on SUSE
367
367
%fdupes -s $RPM_BUILD_ROOT/%{python_sitelib}
368
368
%fdupes %buildroot
369
 
%endif 
 
369
%endif
370
370
 
371
371
%clean
372
372
rm -rf $RPM_BUILD_ROOT
387
387
 
388
388
%postun
389
389
/sbin/ldconfig
390
 
if [ "$1" -ge "1" ] ; then
391
 
    /sbin/service ceph condrestart >/dev/null 2>&1 || :
392
 
fi
393
390
%if %{defined suse_version}
394
 
%restart_on_update ceph
395
391
%insserv_cleanup
396
392
%endif
397
393
 
636
632
 
637
633
%post -n librbd1
638
634
/sbin/ldconfig
639
 
mkdir -p /usr/lib64/qemu/ 
 
635
mkdir -p /usr/lib64/qemu/
640
636
ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
641
637
 
642
638
%postun -n librbd1