From 09d47b585c01b3c0569dc6492654cca017e1b711 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 26 Jul 2013 14:00:41 +0200 Subject: Remove obsolete 30_LMI_ProfileRegistration.mof. We use native Pegasus profile registration. --- openlmi-providers.spec | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'openlmi-providers.spec') diff --git a/openlmi-providers.spec b/openlmi-providers.spec index 82a5f20..9d754e7 100644 --- a/openlmi-providers.spec +++ b/openlmi-providers.spec @@ -256,7 +256,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/05_LMI_Qualifiers.mof %{_datadir}/%{name}/30_LMI_Jobs.mof -%{_datadir}/%{name}/30_LMI_ProfileRegistration.mof %{_libdir}/libopenlmicommon.so.* %attr(755, root, root) %{_bindir}/openlmi-mof-register %attr(755, root, root) %{_libexecdir}/openlmi-register-pegasus @@ -376,14 +375,6 @@ if [ "$1" -gt 1 ]; then %{_datadir}/%{name}/05_LMI_Qualifiers.mof \ %{_datadir}/%{name}/30_LMI_Jobs.mof \ > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ - -c sfcbd unregister \ - %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ - > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ - -c tog-pegasus unregister \ - %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ - > /dev/null 2>&1 || :; fi %post @@ -393,14 +384,6 @@ if [ "$1" -ge 1 ]; then %{_datadir}/%{name}/05_LMI_Qualifiers.mof \ %{_datadir}/%{name}/30_LMI_Jobs.mof \ > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ - -c sfcbd register \ - %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ - > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ - -c tog-pegasus register \ - %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ - > /dev/null 2>&1 || :; fi %preun @@ -410,14 +393,6 @@ if [ "$1" -eq 0 ]; then %{_datadir}/%{name}/05_LMI_Qualifiers.mof \ %{_datadir}/%{name}/30_LMI_Jobs.mof \ > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ - -c sfcbd unregister \ - %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ - > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ - -c tog-pegasus unregister \ - %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ - > /dev/null 2>&1 || :; fi %postun -p /sbin/ldconfig -- cgit