Hello community,

here is the log from the commit of package sblim-cmpi-nfsv4 for 
openSUSE:Factory checked in at 2012-03-07 13:45:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-nfsv4 (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-cmpi-nfsv4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-cmpi-nfsv4", Maintainer is "vdziewie...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-cmpi-nfsv4/sblim-cmpi-nfsv4.changes        
2011-09-23 12:45:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-nfsv4.new/sblim-cmpi-nfsv4.changes   
2012-03-07 13:45:43.000000000 +0100
@@ -1,0 +2,20 @@
+Mon Feb 13 10:55:33 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Mon Sep 13 19:11:27 UTC 2010 - kkae...@novell.com
+
+- Fix RHEL build
+
+-------------------------------------------------------------------
+Thu Oct  1 18:23:54 CEST 2009 - mhruse...@suse.cz
+
+- updated to 1.1.0
+  - updated URL for CPL
+  - migrate provider licenses to EPL
+  - fixed upstream bugs:
+    * 1652311 fixes compile errors with gcc4
+    * 1457924 Various Compile Warnings
+
+-------------------------------------------------------------------

Old:
----
  sblim-cmpi-nfsv4-1.0.11_syntax.patch
  sblim-cmpi-nfsv4-1.0.12.tar.bz2

New:
----
  sblim-cmpi-nfsv4-1.1.0.tar.bz2

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

Other differences:
------------------
++++++ sblim-cmpi-nfsv4.spec ++++++
--- /var/tmp/diff_new_pack.hZKP7Q/_old  2012-03-07 13:45:45.000000000 +0100
+++ /var/tmp/diff_new_pack.hZKP7Q/_new  2012-03-07 13:45:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package sblim-cmpi-nfsv4 (Version 1.0.12)
+# spec file for package sblim-cmpi-nfsv4
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           sblim-cmpi-nfsv4
-BuildRequires:  bison flex gcc-c++ openslp-devel openssl-devel pam-devel 
sblim-cmpi-base-devel sblim-indication_helper-devel sblim-testsuite
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
+BuildRequires:  sblim-cmpi-base-devel
+BuildRequires:  sblim-indication_helper-devel
+BuildRequires:  sblim-sfcb
+BuildRequires:  sblim-testsuite
+%if 0%{?suse_version}
+BuildRequires:  openslp-devel
+%endif
 Url:            http://sblim.wiki.sourceforge.net/
 Summary:        SBLIM CMPI NFSv4 Instrumentation
-Version:        1.0.12
-Release:        85
+License:        EPL-1.0
 Group:          System/Management
-License:        IBM Public License
+Version:        1.1.0
+Release:        0
 Requires:       sblim-cmpi-base >= 1.2.3, cim-server
 Source0:        
http://prdownloads.sourceforge.net/sblim/sblim-cmpi-nfsv4-%{version}.tar.bz2
-Patch3:         sblim-cmpi-nfsv4-1.0.11_syntax.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         sblim-sfcb
 #!BuildIgnore:  tog-pegasus
 
 %description
@@ -44,14 +51,17 @@
 
 %prep
 %setup
-%patch3
 
 %build
 %configure --disable-static
 %{__make}
 
 %install
+%if 0%{?suse_version}
 %makeinstall docdir=%{_docdir}/%{name}
+%else
+make install DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-%{version}
+%endif
 rm %buildroot%_libdir/cmpi/*.la
 rm %buildroot%_libdir/*.la
 
@@ -59,24 +69,33 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %post
-%define mofs Linux_NFSv4SystemSetting Linux_NFSv4SystemConfiguration
+%define mofs Linux_NFSv4SystemSetting,Linux_NFSv4SystemConfiguration
+%define PEGASUS_MOF 
CIM_SystemSetting,CIM_NFS,CIM_SystemConfiguration,CIM_SystemSettingContext
 # compile MOF
+/sbin/ldconfig
+# Register Schema and Provider - this is higly provider specific  
+# tog-pegasus needs some schemes registered first  
+if [ -x /usr/bin/peg-loadmof.sh ]; then  
+    peg-loadmof.sh -n root/cimv2 
/usr/share/mof/cim-current/*/{%{PEGASUS_MOF}}.mof  
+    rctog-pegasus try-restart  
+fi  
+# and then following script can handle registration for various providers  
 d=%_datadir/%name
-for i in %mofs; do
-       $d/provider-register.sh -t sfcb -r $d/$i.registration -m $d/$i.mof
-done
+$d/provider-register.sh -r $d/{%{mofs}}.registration -m $d/{%{mofs}}.mof
 
 %preun
 if [ "$1" = "0" ]; then
        d=%_datadir/%name
-       for i in %mofs; do
-               $d/provider-register.sh -t sfcb -d -r $d/$i.registration -m 
$d/$i.mof
-       done
+       $d/provider-register.sh -d -r $d/{%{mofs}}.registration -m 
$d/{%{mofs}}.mof
 fi
 
 %files
 %defattr(-,root,root) 
+%if 0%{?suse_version}
 %doc %{_docdir}/%{name}
+%else
+%doc %{_docdir}/%{name}-%{version}
+%endif
 %{_libdir}/cmpi/*.so
 %{_libdir}/*.so
 %{_datadir}/%{name}

++++++ sblim-cmpi-nfsv4-1.0.12.tar.bz2 -> sblim-cmpi-nfsv4-1.1.0.tar.bz2 ++++++
++++ 46378 lines of diff (skipped)

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

Reply via email to