summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-26 13:44:30 +0200
committerMichal Minar <miminar@redhat.com>2013-07-26 14:37:06 +0200
commit64fd6cfeabb250a8ea162de7b3babb4b0febefb5 (patch)
tree3e82776cdde37df26b7a9c4c38e3b9997999c599
parente301ba6898d08004977639b25205c8e1ba12e5ad (diff)
downloadopenlmi-providers-64fd6cfeabb250a8ea162de7b3babb4b0febefb5.tar.gz
openlmi-providers-64fd6cfeabb250a8ea162de7b3babb4b0febefb5.tar.xz
openlmi-providers-64fd6cfeabb250a8ea162de7b3babb4b0febefb5.zip
don't use PG_InterOp namespace
register contents of mofs just to root/interop now that tog-pegasus uses this namespace
-rw-r--r--openlmi-providers.spec33
1 files changed, 9 insertions, 24 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 01f6c48..0ff87eb 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,6 +1,6 @@
Name: openlmi-providers
Version: 0.0.25
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -449,14 +449,8 @@ fi
%pre -n openlmi-software
if [ "$1" -gt 1 ]; then
- # delete indication filters from sfcbd
- %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
- -c sfcbd unregister \
- %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
- > /dev/null 2>&1 || :;
- # delete indication filters from tog-pegasus
- %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
- -c tog-pegasus unregister \
+ # delete indication filters
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop unregister \
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
%{_bindir}/openlmi-mof-register -v %{version} unregister \
@@ -558,13 +552,7 @@ if [ "$1" -ge 1 ]; then
%{_datadir}/%{name}/LMI_Software.reg \
> /dev/null 2>&1 || :;
# install indication filters for sfcbd
- %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
- -c sfcbd register \
- %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
- > /dev/null 2>&1 || :;
- # install indication filters for tog-pegasus
- %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
- -c tog-pegasus register \
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop register \
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
fi
@@ -655,14 +643,8 @@ fi
%preun -n openlmi-software
if [ "$1" -eq 0 ]; then
- # delete indication filters from sfcbd
- %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
- -c sfcbd unregister \
- %{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
- > /dev/null 2>&1 || :;
- # delete indication filters from tog-pegasus
- %{_bindir}/openlmi-mof-register --just-mofs -n root/interop \
- -c tog-pegasus unregister \
+ # delete indication filters
+ %{_bindir}/openlmi-mof-register --just-mofs -n root/interop unregister \
%{_datadir}/%{name}/70_LMI_SoftwareIndicationFilters.mof \
> /dev/null 2>&1 || :;
%{_bindir}/openlmi-mof-register -v %{version} unregister \
@@ -711,6 +693,9 @@ if [ "$1" -gt 1 ]; then
fi
%changelog
+* Fri Jul 26 2013 Michal Minar <miminar@redhat.com> 0.0.25-10
+- Got rid of root/PG_InterOp namespace
+
* Thu Jul 25 2013 Jan Synáček <jsynacek@redhat.com> - 0.0.25-9
- Add logicalfile profile registration
- Correctly register account profiles