[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request ceph#4821 from SUSE/wip_libcephfs_jni_postun
Browse files Browse the repository at this point in the history
ceph.spec.in libcephfs_jni1 has no %post and %postun

Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
  • Loading branch information
ktdreyer committed Jun 3, 2015
2 parents 799432a + 0742d82 commit 7d5a8f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,12 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
%defattr(-,root,root,-)
%{_libdir}/libcephfs_jni.so.*

%post -n libcephfs_jni1
/sbin/ldconfig

%postun -n libcephfs_jni1
/sbin/ldconfig

#################################################################################
%files -n libcephfs_jni1-devel
%defattr(-,root,root,-)
Expand Down

0 comments on commit 7d5a8f7

Please sign in to comment.