summaryrefslogtreecommitdiffstats
path: root/openlmi-providers.spec
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-09 13:02:59 +0200
committerMichal Minar <miminar@redhat.com>2013-07-23 13:55:28 +0200
commita3bdd8957936ebd586a8ca8504f03df537728ee1 (patch)
tree37837309b54e4481a75d78a05034091275fc9928 /openlmi-providers.spec
parent56610bea26c18d6aae110724b450f8f894595714 (diff)
downloadopenlmi-providers-a3bdd8957936ebd586a8ca8504f03df537728ee1.tar.gz
openlmi-providers-a3bdd8957936ebd586a8ca8504f03df537728ee1.tar.xz
openlmi-providers-a3bdd8957936ebd586a8ca8504f03df537728ee1.zip
software: added sample configuration
install software configs in spec
Diffstat (limited to 'openlmi-providers.spec')
-rw-r--r--openlmi-providers.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 7722059..27e5769 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,6 +1,6 @@
Name: openlmi-providers
Version: 0.0.25
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -316,6 +316,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}
%files -n openlmi-software
%doc README COPYING
%dir %{python_sitelib}/lmi/software
+%config(noreplace) %{_sysconfdir}/openlmi/software/software.conf
+%config(noreplace) %{_sysconfdir}/openlmi/software/yum_worker_logging.conf
%{python_sitelib}/lmi/software/*
%{python_sitelib}/lmi_software-*
%{_libexecdir}/pegasus/pycmpiLMI_Software-cimprovagt
@@ -651,7 +653,6 @@ if [ "$1" -gt 1 ]; then
> /dev/null 2>&1 || :;
fi
-
%preun -n openlmi-hardware
if [ "$1" -gt 1 ]; then
%{_bindir}/openlmi-mof-register unregister \
@@ -670,6 +671,9 @@ if [ "$1" -gt 1 ]; then
fi
%changelog
+* Tue Jul 23 2013 Michal Minar <miminar@redhat.com> 0.0.25-7
+- Added configuration files for software.
+
* Thu Jul 18 2013 Frank Ch. Eigler <fche@redhat.com> 0.0.25-6
- Added PCP provider in optional openlmi-pcp subrpm.