no ldconfig in F28
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
4d07e55558
commit
af74115926
31
ceph.spec
31
ceph.spec
@ -86,7 +86,7 @@
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 12.2.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 1
|
||||
%endif
|
||||
@ -1036,7 +1036,6 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd
|
||||
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-rbd
|
||||
|
||||
%post base
|
||||
/sbin/ldconfig
|
||||
%if 0%{?suse_version}
|
||||
%fillup_only
|
||||
if [ $1 -eq 1 ] ; then
|
||||
@ -1061,7 +1060,6 @@ fi
|
||||
%endif
|
||||
|
||||
%postun base
|
||||
/sbin/ldconfig
|
||||
test -n "$FIRST_ARG" || FIRST_ARG=$1
|
||||
%if 0%{?suse_version}
|
||||
DISABLE_RESTART_ON_UPDATE="yes"
|
||||
@ -1531,10 +1529,6 @@ fi
|
||||
%{_libdir}/librados_tp.so.*
|
||||
%endif
|
||||
|
||||
%post -n librados2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n librados2 -p /sbin/ldconfig
|
||||
|
||||
%files -n librados-devel
|
||||
%dir %{_includedir}/rados
|
||||
%{_includedir}/rados/librados.h
|
||||
@ -1565,10 +1559,6 @@ fi
|
||||
%files -n libradosstriper1
|
||||
%{_libdir}/libradosstriper.so.*
|
||||
|
||||
%post -n libradosstriper1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libradosstriper1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libradosstriper-devel
|
||||
%dir %{_includedir}/radosstriper
|
||||
%{_includedir}/radosstriper/libradosstriper.h
|
||||
@ -1581,10 +1571,6 @@ fi
|
||||
%{_libdir}/librbd_tp.so.*
|
||||
%endif
|
||||
|
||||
%post -n librbd1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n librbd1 -p /sbin/ldconfig
|
||||
|
||||
%files -n librbd-devel
|
||||
%dir %{_includedir}/rbd
|
||||
%{_includedir}/rbd/librbd.h
|
||||
@ -1598,10 +1584,6 @@ fi
|
||||
%files -n librgw2
|
||||
%{_libdir}/librgw.so.*
|
||||
|
||||
%post -n librgw2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n librgw2 -p /sbin/ldconfig
|
||||
|
||||
%files -n librgw-devel
|
||||
%dir %{_includedir}/rados
|
||||
%{_includedir}/rados/librgw.h
|
||||
@ -1627,10 +1609,6 @@ fi
|
||||
%files -n libcephfs2
|
||||
%{_libdir}/libcephfs.so.*
|
||||
|
||||
%post -n libcephfs2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libcephfs2 -p /sbin/ldconfig
|
||||
|
||||
%files -n libcephfs-devel
|
||||
%dir %{_includedir}/cephfs
|
||||
%{_includedir}/cephfs/libcephfs.h
|
||||
@ -1695,10 +1673,6 @@ fi
|
||||
%files -n libcephfs_jni1
|
||||
%{_libdir}/libcephfs_jni.so.*
|
||||
|
||||
%post -n libcephfs_jni1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libcephfs_jni1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libcephfs_jni-devel
|
||||
%{_libdir}/libcephfs_jni.so
|
||||
|
||||
@ -1809,6 +1783,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2018 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.2.2-3
|
||||
- no ldconfig in F28
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:12.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user