From 994f7abd67090267ee7a4050fd3f2e248a093d1c Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Fri, 26 Jul 2013 12:56:33 +0200 Subject: spec: fix namespaces --- openlmi-providers.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openlmi-providers.spec b/openlmi-providers.spec index 4165159..82a5f20 100644 --- a/openlmi-providers.spec +++ b/openlmi-providers.spec @@ -380,7 +380,7 @@ if [ "$1" -gt 1 ]; then -c sfcbd unregister \ %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \ + %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ -c tog-pegasus unregister \ %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ > /dev/null 2>&1 || :; @@ -397,7 +397,7 @@ if [ "$1" -ge 1 ]; then -c sfcbd register \ %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \ + %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ -c tog-pegasus register \ %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ > /dev/null 2>&1 || :; @@ -414,7 +414,7 @@ if [ "$1" -eq 0 ]; then -c sfcbd unregister \ %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ > /dev/null 2>&1 || :; - %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \ + %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ -c tog-pegasus unregister \ %{_datadir}/%{name}/30_LMI_ProfileRegistration.mof \ > /dev/null 2>&1 || :; @@ -475,7 +475,7 @@ if [ "$1" -gt 1 ]; then %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \ > /dev/null 2>&1 || :; # delete indication filters from tog-pegasus - %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \ + %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ -c tog-pegasus unregister \ %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \ > /dev/null 2>&1 || :; @@ -580,7 +580,7 @@ if [ "$1" -ge 1 ]; then %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \ > /dev/null 2>&1 || :; # install indication filters for tog-pegasus - %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \ + %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ -c tog-pegasus register \ %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \ > /dev/null 2>&1 || :; @@ -675,7 +675,7 @@ if [ "$1" -eq 0 ]; then %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \ > /dev/null 2>&1 || :; # delete indication filters from tog-pegasus - %{_bindir}/openlmi-mof-register --just-mofs -n root/PG_InterOp \ + %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \ -c tog-pegasus unregister \ %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \ > /dev/null 2>&1 || :; -- cgit