summaryrefslogtreecommitdiffstats
path: root/openlmi-providers.spec
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-07-26 14:00:41 +0200
committerJan Safranek <jsafrane@redhat.com>2013-07-26 14:23:12 +0200
commit09d47b585c01b3c0569dc6492654cca017e1b711 (patch)
treeeccabd41f0b4afe4c710f508f2e2713ae15d6cc7 /openlmi-providers.spec
parentdea9f92be7c85e82c3466476ee7dca314608b1d2 (diff)
downloadopenlmi-providers-09d47b585c01b3c0569dc6492654cca017e1b711.tar.gz
openlmi-providers-09d47b585c01b3c0569dc6492654cca017e1b711.tar.xz
openlmi-providers-09d47b585c01b3c0569dc6492654cca017e1b711.zip
Remove obsolete 30_LMI_ProfileRegistration.mof.
We use native Pegasus profile registration.
Diffstat (limited to 'openlmi-providers.spec')
-rw-r--r--openlmi-providers.spec25
1 files changed, 0 insertions, 25 deletions
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