Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2014-05-21 16:20:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openlmi-providers (Old)
 and      /work/SRC/openSUSE:Factory/.openlmi-providers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openlmi-providers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openlmi-providers/openlmi-providers.changes      
2014-05-17 21:46:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2014-05-21 16:20:14.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 20 06:06:04 UTC 2014 - kkae...@suse.com
+
+- fix group of -devel packages
+- add %defattr
+- run fdupes
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openlmi-providers.spec ++++++
--- /var/tmp/diff_new_pack.V9a4Ln/_old  2014-05-21 16:20:17.000000000 +0200
+++ /var/tmp/diff_new_pack.V9a4Ln/_new  2014-05-21 16:20:17.000000000 +0200
@@ -182,6 +182,10 @@
 BuildRequires:  python-setuptools
 %endif
 
+%if 0%{?suse_version} > 1010
+BuildRequires:  fdupes
+%endif
+
 %description
 %{name} is set of (usually) small CMPI providers (agents) for basic
 monitoring and management of host system using Common Information
@@ -190,7 +194,7 @@
 %package devel
 Summary:        Development files for %{name}
 License:        LGPL-2.0+
-Group:          System/Management
+Group:          Development/Libraries/C and C++
 Requires:       %{name}%{?_isa} = %{providers_version_release}
 Requires:       konkretcmpi-python >= %{required_konkret_ver}
 Provides:       cura-providers-devel = %{providers_version_release}
@@ -463,7 +467,7 @@
 %package -n openlmi-indicationmanager-libs-devel
 Summary:        Development files for openlmi-indicationmanager-libs
 License:        LGPL-2.0+
-Group:          System/Management
+Group:          Development/Libraries/C and C++
 Requires:       %{name}%{?_isa} = %{providers_version_release}
 Requires:       openlmi-indicationmanager-libs%{_isa} = 
%{providers_version_release}
 
@@ -706,7 +710,12 @@
 rm $RPM_BUILD_ROOT/%{_datadir}/cmake/Modules/FindCMPI.cmake
 rm $RPM_BUILD_ROOT/%{_datadir}/cmake/Modules/FindKonkretCMPI.cmake
 
+%if 0%{?suse_version} > 1010
+%fdupes $RPM_BUILD_ROOT/%{python_sitelib}
+%endif
+
 %files
+%defattr(-,root,root)
 %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/README
 %doc %{_docdir}/%{name}/COPYING
@@ -728,6 +737,7 @@
 %endif
 
 %files devel
+%defattr(-,root,root)
 %doc README COPYING
 %{_bindir}/openlmi-doc-class2rst
 %{_bindir}/openlmi-doc-class2uml
@@ -741,6 +751,7 @@
 
 %if %{have_sensors}
 %files -n openlmi-fan
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_Fan.so
 %{_datadir}/%{name}/60_LMI_Fan.mof
@@ -749,10 +760,12 @@
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Fan-cimprovagt
 
 %files -n openlmi-fan-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/fan/
 %endif
 
 %files -n openlmi-powermanagement
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_PowerManagement.so
 %{_datadir}/%{name}/60_LMI_PowerManagement.mof
@@ -761,9 +774,11 @@
 %attr(755, root, root) 
%{_libexecdir}/pegasus/cmpiLMI_PowerManagement-cimprovagt
 
 %files -n openlmi-powermanagement-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/power/
 
 %files -n openlmi-service
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_Service.so
 %{_datadir}/%{name}/60_LMI_Service.mof
@@ -772,9 +787,11 @@
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Service-cimprovagt
 
 %files -n openlmi-service-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/service/
 
 %files -n openlmi-account
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_Account.so
 %{_datadir}/%{name}/60_LMI_Account.mof
@@ -783,9 +800,11 @@
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Account-cimprovagt
 
 %files -n openlmi-account-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/account/
 
 %files -n openlmi-hardware
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_Hardware.so
 %{_datadir}/%{name}/60_LMI_Hardware.mof
@@ -795,9 +814,11 @@
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Hardware-cimprovagt
 
 %files -n openlmi-hardware-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/hardware/
 
 %files -n openlmi-python-base
+%defattr(-,root,root)
 %doc README COPYING
 %dir %{python2_sitelib}/lmi
 %{python2_sitelib}/lmi/__init__.py
@@ -806,18 +827,21 @@
 %{python2_sitelib}/lmi/base/
 
 %files -n openlmi-python-providers
+%defattr(-,root,root)
 %doc README COPYING
 %dir %{python2_sitelib}/lmi/providers
 %{python2_sitelib}/lmi/providers/*.py
 %{python2_sitelib}/lmi/providers/*.py[co]
 
 %files -n openlmi-python-test
+%defattr(-,root,root)
 %doc README COPYING
 %dir %{python2_sitelib}/lmi/test
 %{python2_sitelib}/lmi/test/*.py
 %{python2_sitelib}/lmi/test/*.py[co]
 
 %files -n openlmi-software
+%defattr(-,root,root)
 %doc README COPYING
 %dir %{_sysconfdir}/openlmi/software
 %config(noreplace) %{_sysconfdir}/openlmi/software/software.conf
@@ -832,10 +856,12 @@
 %{_datadir}/%{name}/LMI_Software.reg
 
 %files -n openlmi-software-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/software/
 
 %if %{with_pcp}
 %files -n openlmi-pcp
+%defattr(-,root,root)
 %doc README COPYING
 %{_datadir}/%{name}/60_LMI_PCP.mof
 %{python2_sitelib}/lmi/pcp/
@@ -849,6 +875,7 @@
 %endif
 
 %files -n openlmi-logicalfile
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_LogicalFile.so
 %{_datadir}/%{name}/60_LMI_LogicalFile.mof
@@ -857,10 +884,12 @@
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_LogicalFile-cimprovagt
 
 %files -n openlmi-logicalfile-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/logicalfile/
 
 %if %{with_realmd}
 %files -n openlmi-realmd
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_Realmd.so
 %{_datadir}/%{name}/60_LMI_Realmd.mof
@@ -869,28 +898,34 @@
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Realmd-cimprovagt
 
 %files -n openlmi-realmd-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/realmd/
 
 %endif
 
 %files -n openlmi-indicationmanager-libs
+%defattr(-,root,root)
 %doc COPYING src/indmanager/README
 %{_libdir}/libopenlmiindmanager.so.*
 
 %files -n openlmi-indicationmanager-libs-devel
+%defattr(-,root,root)
 %doc COPYING src/indmanager/README
 %{_libdir}/libopenlmiindmanager.so
 %{_libdir}/pkgconfig/openlmiindmanager.pc
 %{_includedir}/openlmi/ind_manager.h
 
 %files -n openlmi
+%defattr(-,root,root)
 %doc COPYING README
 
 %files -n python-sphinx-theme-openlmi
+%defattr(-,root,root)
 %doc COPYING README
 %{python_sitelib}/sphinx/themes/openlmitheme/
 
 %files -n openlmi-journald
+%defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/cmpi/libcmpiLMI_Journald.so
 %{_datadir}/%{name}/60_LMI_Journald.mof
@@ -899,6 +934,7 @@
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Journald-cimprovagt
 
 %files -n openlmi-journald-doc
+%defattr(-,root,root)
 %{_docdir}/%{name}/journald/
 
 %pre

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to