commit openlmi-providers for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2017-12-08 12:59:03

Comparing /work/SRC/openSUSE:Factory/openlmi-providers (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-providers.new (New)


Package is "openlmi-providers"

Fri Dec  8 12:59:03 2017 rev:9 rq:554764 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-providers/openlmi-providers.changes  
2017-06-22 10:40:35.427952248 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2017-12-08 12:59:06.277965373 +0100
@@ -1,0 +2,5 @@
+Wed Dec  6 10:42:32 UTC 2017 - mvet...@suse.com
+
+- Remove listing of /usr/com directory line
+
+---



Other differences:
--
++ openlmi-providers.spec ++
--- /var/tmp/diff_new_pack.GFU1Kh/_old  2017-12-08 12:59:07.709913658 +0100
+++ /var/tmp/diff_new_pack.GFU1Kh/_new  2017-12-08 12:59:07.709913658 +0100
@@ -783,7 +783,6 @@
 
 %if 0%{?suse_version} > 1010
 %fdupes $RPM_BUILD_ROOT/%{python_sitelib}
-ls -l $RPM_BUILD_ROOT/usr/com
 %endif
 
 %if 0%{?suse_version}





commit openlmi-providers for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2017-06-22 10:40:32

Comparing /work/SRC/openSUSE:Factory/openlmi-providers (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-providers.new (New)


Package is "openlmi-providers"

Thu Jun 22 10:40:32 2017 rev:8 rq:505493 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-providers/openlmi-providers.changes  
2015-04-02 16:03:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2017-06-22 10:40:35.427952248 +0200
@@ -1,0 +2,9 @@
+Wed Jun 21 11:31:31 UTC 2017 - dims...@opensuse.org
+
+- Add openlmi-systemd-231.patch, conditionally applied for
+  systemd >= 231: libsystemd-journald has been merged into the main
+  library.
+- Do not add patches conditionally to the .src.rpm file, but only
+  apply them conditionally (making src.rpm reusable).
+
+---

New:

  openlmi-systemd-231.patch



Other differences:
--
++ openlmi-providers.spec ++
--- /var/tmp/diff_new_pack.etsQ3I/_old  2017-06-22 10:40:36.123854133 +0200
+++ /var/tmp/diff_new_pack.etsQ3I/_new  2017-06-22 10:40:36.127853569 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openlmi-providers
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Redhat, Inc
 #
 # All modifications and additions to the file contributed by third parties
@@ -117,7 +117,6 @@
 Source1:http://docs.openlmi.org/en/latest/objects.inv
 %endif
 
-%if 0%{?suse_version}
 # PATCH-FIX-OPENSUSE, no libexec in SUSE, kkae...@suse.de
 Patch1: 0001-cimprovagt-is-under-usr-lib-pegasus-on-SUSE.patch
 # PATCH-FIX-OPENSUSE, run dmidecode with full path, kkae...@suse.de
@@ -128,7 +127,7 @@
 Patch4: 0004-Install-service-scripts-to-usr-share-openlmi-provide.patch
 # PATCH-FIX-OPENSUSE, default SystemCreationClassName to Linux_ComputerSystem 
for sfcb, kkae...@suse.de
 Patch5: 0005-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
-%endif
+Patch6: openlmi-systemd-231.patch
 
 # Upstream name has been changed from cura-providers to openlmi-providers
 Provides:   cura-providers = %{version}-%{release}
@@ -631,6 +630,9 @@
 %patch4 -p1
 %patch5 -p1
 %endif
+if pkg-config --atleast-version=231 libsystemd; then
+%patch6 -p1
+fi
 
 %build
 %if 0%{offline_build}


++ openlmi-systemd-231.patch ++
Index: openlmi-providers-0.6.0/src/journald/CMakeLists.txt
===
--- openlmi-providers-0.6.0.orig/src/journald/CMakeLists.txt
+++ openlmi-providers-0.6.0/src/journald/CMakeLists.txt
@@ -1,5 +1,5 @@
 pkg_check_modules(GLIB2  glib-2.0 REQUIRED)
-pkg_check_modules(SYSTEMD-JOURNAL  libsystemd-journal REQUIRED)
+pkg_check_modules(SYSTEMD-JOURNAL  libsystemd REQUIRED)
 
 set(PROVIDER_NAME Journald)
 set(LIBRARY_NAME cmpiLMI_${PROVIDER_NAME})



commit openlmi-providers for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2015-04-02 16:03:12

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  
2015-03-25 10:01:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2015-04-02 16:03:19.0 +0200
@@ -1,0 +2,5 @@
+Mon Mar 30 05:34:28 UTC 2015 - kkae...@suse.com
+
+- openlmi-providers owns %{_libdir}/cmpi
+
+---



Other differences:
--
++ openlmi-providers.spec ++
--- /var/tmp/diff_new_pack.6psivL/_old  2015-04-02 16:03:19.0 +0200
+++ /var/tmp/diff_new_pack.6psivL/_new  2015-04-02 16:03:19.0 +0200
@@ -809,6 +809,7 @@
 %ghost %{_sharedstatedir}/openlmi-registration/regdb.sqlite
 %if 0%{?suse_version}
 %dir %{_datadir}/%{name}
+%dir %{_libdir}/cmpi
 %endif
 
 %files libs





commit openlmi-providers for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2015-03-25 10:01:29

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  
2015-03-18 13:05:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2015-03-25 10:01:44.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar 24 14:12:28 UTC 2015 - kkae...@suse.com
+
+- Fix tog-pegasus specific pathes
+  rename 0001-cimprovagt-is-under-usr-sbin-on-SUSE.patch
+   to 0001-cimprovagt-is-under-usr-lib-pegasus-on-SUSE.patch
+  rename 0003-Install-cimprovagt-scripts-into-usr-share-Pegasus-sc.patch
+   to 0003-Install-cimprovagt-scripts-into-usr-share-openlmi-pr.patch
+
+---

Old:

  0001-cimprovagt-is-under-usr-sbin-on-SUSE.patch
  0003-Install-cimprovagt-scripts-into-usr-share-Pegasus-sc.patch

New:

  0001-cimprovagt-is-under-usr-lib-pegasus-on-SUSE.patch
  0003-Install-cimprovagt-scripts-into-usr-share-openlmi-pr.patch



Other differences:
--
++ openlmi-providers.spec ++
--- /var/tmp/diff_new_pack.0DL8PT/_old  2015-03-25 10:01:45.0 +0100
+++ /var/tmp/diff_new_pack.0DL8PT/_new  2015-03-25 10:01:45.0 +0100
@@ -119,11 +119,11 @@
 
 %if 0%{?suse_version}
 # PATCH-FIX-OPENSUSE, no libexec in SUSE, kkae...@suse.de
-Patch1: 0001-cimprovagt-is-under-usr-sbin-on-SUSE.patch
-# PATCH-FIX-OPENSUSE, install cimprovagt scripts into 
/usr/share/Pegasus/scripts, kkae...@suse.de
-Patch2: 0002-Run-dmidecode-with-full-path.patch
+Patch1: 0001-cimprovagt-is-under-usr-lib-pegasus-on-SUSE.patch
 # PATCH-FIX-OPENSUSE, run dmidecode with full path, kkae...@suse.de
-Patch3: 0003-Install-cimprovagt-scripts-into-usr-share-Pegasus-sc.patch
+Patch2: 0002-Run-dmidecode-with-full-path.patch
+# PATCH-FIX-OPENSUSE, install cimprovagt scripts into 
/usr/share/openlmi-providers, kkae...@suse.de
+Patch3: 0003-Install-cimprovagt-scripts-into-usr-share-openlmi-pr.patch
 # PATCH-FIX-OPENSUSE, install scripts for service management into 
/usr/share/openlmi-providers, kkae...@suse.de
 Patch4: 0004-Install-service-scripts-to-usr-share-openlmi-provide.patch
 # PATCH-FIX-OPENSUSE, default SystemCreationClassName to Linux_ComputerSystem 
for sfcb, kkae...@suse.de
@@ -742,8 +742,8 @@
 pushd src/software
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 %if 0%{?suse_version}
-install -m 755 -d $RPM_BUILD_ROOT/%{_datadir}/Pegasus/scripts
-install -m 755 pycmpiLMI_Software-cimprovagt 
$RPM_BUILD_ROOT/%{_datadir}/Pegasus/scripts/
+install -m 755 -d $RPM_BUILD_ROOT/%{_datadir}/openlmi-providers
+install -m 755 pycmpiLMI_Software-cimprovagt 
$RPM_BUILD_ROOT/%{_datadir}/openlmi-providers
 %else
 install -m 755 -d $RPM_BUILD_ROOT/%{_libexecdir}/pegasus
 install -m 755 pycmpiLMI_Software-cimprovagt 
$RPM_BUILD_ROOT/%{_libexecdir}/pegasus/
@@ -808,8 +808,7 @@
 %dir %{_sharedstatedir}/openlmi-registration/reg
 %ghost %{_sharedstatedir}/openlmi-registration/regdb.sqlite
 %if 0%{?suse_version}
-%dir %{_datadir}/Pegasus
-%dir %{_datadir}/Pegasus/scripts
+%dir %{_datadir}/%{name}
 %endif
 
 %files libs
@@ -866,7 +865,7 @@
 %{_datadir}/%{name}/60_LMI_Fan.reg
 %{_datadir}/%{name}/90_LMI_Fan_Profile.mof
 %if 0%{?suse_version}
-%attr(755, root, root) %{_datadir}/Pegasus/scripts/cmpiLMI_Fan-cimprovagt
+%{_datadir}/openlmi-providers/cmpiLMI_Fan-cimprovagt
 %else
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Fan-cimprovagt
 %endif
@@ -880,7 +879,7 @@
 %{_datadir}/%{name}/60_LMI_PowerManagement.reg
 %{_datadir}/%{name}/90_LMI_PowerManagement_Profile.mof
 %if 0%{?suse_version}
-%attr(755, root, root) 
%{_datadir}/Pegasus/scripts/cmpiLMI_PowerManagement-cimprovagt
+%{_datadir}/openlmi-providers/cmpiLMI_PowerManagement-cimprovagt
 %else
 %attr(755, root, root) 
%{_libexecdir}/pegasus/cmpiLMI_PowerManagement-cimprovagt
 %endif
@@ -897,7 +896,7 @@
 %endif
 %{_datadir}/%{name}/90_LMI_Service_Profile.mof
 %if 0%{?suse_version}
-%attr(755, root, root) %{_datadir}/Pegasus/scripts/cmpiLMI_Service-cimprovagt
+%{_datadir}/openlmi-providers/cmpiLMI_Service-cimprovagt
 %else
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Service-cimprovagt
 %endif
@@ -911,7 +910,7 @@
 %{_datadir}/%{name}/60_LMI_Account.reg
 %{_datadir}/%{name}/90_LMI_Account_Profile.mof
 %if 0%{?suse_version}
-%attr(755, root, root) %{_datadir}/Pegasus/scripts/cmpiLMI_Account-cimprovagt
+%{_datadir}/openlmi-providers/cmpiLMI_Account-cimprovagt
 %else
 %attr(755, root,

commit openlmi-providers for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2015-03-18 13:05:35

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-21 16:20:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2015-03-18 13:05:41.0 +0100
@@ -1,0 +2,89 @@
+Mon Mar 16 13:13:10 UTC 2015 - kkae...@suse.com
+
+- disable realmd (bsc#916766, bsc#916767)
+
+---
+Tue Mar  3 13:25:27 UTC 2015 - kkae...@suse.com
+
+- require openlmi-pegasus-compat on SUSE.
+
+---
+Mon Mar  2 14:05:05 UTC 2015 - kkae...@suse.com
+
+- prefer sblim-sfcb as cim-server on SUSE.
+
+---
+Mon Feb 23 10:23:31 UTC 2015 - kkae...@suse.com
+
+- disable openlmi-devassistant on SUSE.
+
+---
+Sat Feb 21 13:42:43 UTC 2015 - kkae...@suse.com
+
+- don't require openlmi-storage or -networking on SUSE.
+
+---
+Fri Feb 13 08:43:15 UTC 2015 - kkae...@suse.com
+
+- fix tog-pegasus dependency for openlmi and scripts
+
+---
+Wed Jan 21 16:11:31 UTC 2015 - sfal...@opensuse.org
+
+- Dropped openlmi-providers-rpmlintrc builds fine without it
+  And its presence was blocking acceptance to openSUSE:Factory 
+
+---
+Wed Dec 10 10:23:01 UTC 2014 - kkae...@suse.com
+
+- Update to 0.6.0
+  * New provider: SELinux.
+  * Software provider rewritten in C using PackageKit.
+  * Documentation reworked to have same look&feel for all OpenLMI
+providers.
+  * Instantiable services support in Service provider.
+  * Hardware provider capabilities extended (battery and bios
+information).
+  * timedated support in Locale provider.
+  * Bugfixes and minor improvements.
+
+- Renamed patches
+  0001-No-libexec-in-SUSE.patch renamed to
+0001-cimprovagt-is-under-usr-sbin-on-SUSE.patch
+  0003-Run-dmidecode-with-full-path.patch to
+0002-Run-dmidecode-with-full-path.patch
+  0006-Default-SystemCreationClassName-to-Linux_ComputerSys.patch to
+0005-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
+
+- Upstreamed patches, dropped
+  0001-jobmgr-added-explicit-casts.patch
+
+---
+Tue Oct 28 08:23:48 UTC 2014 - kkae...@suse.com
+
+- Fix 32bit build, add 0001-jobmgr-added-explicit-casts.patch
+
+---
+Tue Oct  7 11:32:37 UTC 2014 - kkae...@suse.com
+
+- Update to 0.5.0
+  * SSSD provider
+  * Locale provider
+  * developer assistant support
+  * indsender - library simplifying indication creation and sending
+  * jobmanager - library for easy job management
+  * support for python 2.6
+  * various bugfixes and enhancements
+
+- New patches
+  0003-Install-cimprovagt-scripts-into-usr-share-Pegasus-sc.patch
+  0004-Install-service-scripts-to-usr-share-openlmi-provide.patch
+
+- 0004-journald-no-libexec-in-SUSE.patch merged into 
0001-No-libexec-in-SUSE.patch
+
+- Upstreamed patches, dropped
+  0002-udev_device_new_from_device_id-is-unsupported-in-SLE.patch
+  0005-Catch-exception-if-socket.gethostbyaddr-fails.patch
+  0007-fstack-protector-strong-unknown-to-SUSE-gcc.patch
+
+---

Old:

  0001-No-libexec-in-SUSE.patch
  0002-udev_device_new_from_device_id-is-unsupported-in-SLE.patch
  0003-Run-dmidecode-with-full-path.patch
  0004-journald-no-libexec-in-SUSE.patch
  0005-Catch-exception-if-socket.gethostbyaddr-fails.patch
  0006-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
  0007-fstack-protector-strong-unknown-to-SUSE-gcc.patch
  openlmi-providers-0.4.2.tar.gz
  openlmi-providers.rpmlintrc

New:

  0001-cimprovagt-is-under-usr-sbin-on-SUSE.patch
  0002-Run-dmidecode-with-full-path.patch
  0003-Install-cimprovagt-scripts-into-usr-share-Pegasus-sc.patch
  0004-Install-service-scripts-to-usr-share-openlmi-provide.patch
  0005-Default-SystemCreationClassName-to-Linux_ComputerSys.patch
  objects.inv
  openlmi-providers-0.6.0.tar.gz



Other differences:
--
++ openlmi-providers.spec ++
 1736 lines (skipped)
 between /work/SRC/openSUSE:Factory/openlmi-providers/openlmi-prov

commit openlmi-providers for openSUSE:Factory

2014-05-21 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2014-05-21 16:20:14.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.V9a4Ln/_new  2014-05-21 16:20:17.0 +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 %{pytho

commit openlmi-providers for openSUSE:Factory

2014-05-17 Thread h_root
Hello community,

here is the log from the commit of package openlmi-providers for 
openSUSE:Factory checked in at 2014-05-17 21:46:56

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  
2013-10-17 20:43:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-providers.new/openlmi-providers.changes 
2014-05-17 21:46:57.0 +0200
@@ -1,0 +2,137 @@
+Thu May  8 14:41:23 UTC 2014 - kkae...@suse.com
+
+- disable build of fan provider on s390x
+
+---
+Thu May  8 11:20:38 UTC 2014 - kkae...@suse.com
+
+- prevent empty body for rpm macro, use %{nil} instead
+
+---
+Wed May  7 12:56:40 UTC 2014 - kkae...@suse.com
+
+- fix pre/post scripts to install/remove tog-pegasus specific
+  files only if tog-pegasus is actually installed.
+
+---
+Wed Apr  2 12:18:44 UTC 2014 - kkae...@suse.com
+
+- don't build openlmi-realmd for openSUSE > 13.1 or SLES.
+
+---
+Thu Mar 20 08:02:26 UTC 2014 - kkae...@suse.com
+
+- don't build openlmi-pcp for openSUSE > 13.1 or SLES.
+
+---
+Wed Mar 19 14:11:15 UTC 2014 - kkae...@suse.com
+
+- don't require openlmi-storage for openSUSE > 13.1 or SLES.
+
+---
+Thu Mar 13 14:23:01 UTC 2014 - kkae...@suse.com
+
+- drop FindCMPI.cmake and FindKonkretCMPI.cmake from devel package,
+  both are already in konkretcmpi-devel
+
+---
+Fri Feb 21 13:39:20 UTC 2014 - kkae...@suse.com
+
+- disable openlmi-fan on systems without libsensors
+
+---
+Sun Feb  9 18:53:48 UTC 2014 - kkae...@suse.com
+
+- SLE-12: FATE 316180
+
+---
+Wed Jan  8 13:37:08 UTC 2014 - kkae...@suse.com
+
+- Update to 0.4.2
+  * Soname of libopenlmiindmanager.so changes from .0 to .1
+- we removed couple of symbols we do not want to be used
+  externally. Recompilation of any 3rd party Indication
+  Manager users is necessary.
+  * Fixed some of race conditions in Indication Manager.
+  * openlmi-mof-register is now able to re-register all registered
+providers to newly installed CIMOM (both SFCB and Pegasus are
+supported).
+  * Many other bugfixes and small improvements. Refer to git log of
+0.4-fixes branch for a complete list.
+
+- new patches
+  0004-journald-no-libexec-in-SUSE.patch
+  0005-Catch-exception-if-socket.gethostbyaddr-fails.patch
+
+- removed patches:
+  0005-Fall-back-to-etc-passwd-if-user-is-not-listed-in-etc.patch
+  (upstream)
+  0009-Run-smartctl-with-full-path.patch (obsolete)
+
+---
+Thu Nov 28 09:33:01 UTC 2013 - kkae...@suse.com
+
+- Update to git master
+
+---
+Tue Nov  5 10:56:29 UTC 2013 - kkae...@suse.com
+
+- Update to 0.4.1
+  * Documentation enhancements:
+* Added documentation for hardware, fan, power and journald
+  providers.
+* All providers have -doc subpackage with HTML documentation of
+  the provider CIM API.
+  * Lot of small bug fixes.
+  * New and updated tests.
+  * Improved registration script.
+  * LogicalFile now provides info about the device's type.
+  * Improved reliability of account indications.   
+
+---
+Tue Nov  5 10:55:28 UTC 2013 - kkae...@suse.com
+
+- Update to 0.4.0
+  * New Journald provider
+  * PG_ComputerSystem is now used by default instead of
+Linux_ComputerSystem
+  * Documentation foundation tweaks and improvements
+  * Added OpenLMI documentation theme
+  * Added the 'gendoc' tool
+  * Added documentation for service and realmd providers
+  * logicalfile and software misc. fixes
+  * Registration script improvements
+   
+---
+Fri Oct 18 12:32:56 UTC 2013 - kkae...@suse.com
+
+- Don't crash in logicalfile if CSCreationClassName is not set
+  (0005-logicalfile-Prevent-crash-if-CSCreationClassName-or-.patch)
+- Default ComputerSystem class for sblim-sfcb
+  (0006-Default-SystemCreationClassName-to-Linux_ComputerSys.patch)
+- SUSE gcc does not know about -fstack-protector-strong
+  (0007-fstack-protector-strong-unknown-to-SUSE-gcc.patch)
+
+-