summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-07-26 12:56:33 +0200
committerJan Synacek <jsynacek@redhat.com>2013-07-26 13:49:20 +0200
commit994f7abd67090267ee7a4050fd3f2e248a093d1c (patch)
treeae1b769b620a8511f8531fc0def9ad1001476bdd
parent928118e9a919621999e446d729bd4fbaf9d95c36 (diff)
downloadopenlmi-providers-994f7abd67090267ee7a4050fd3f2e248a093d1c.tar.gz
openlmi-providers-994f7abd67090267ee7a4050fd3f2e248a093d1c.tar.xz
openlmi-providers-994f7abd67090267ee7a4050fd3f2e248a093d1c.zip
spec: fix namespaces
-rw-r--r--openlmi-providers.spec12
1 files 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 || :;