Hello community, here is the log from the commit of package sblim-cmpi-syslog for openSUSE:Factory checked in at 2012-02-21 12:25:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-syslog (Old) and /work/SRC/openSUSE:Factory/.sblim-cmpi-syslog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-cmpi-syslog", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sblim-cmpi-syslog/sblim-cmpi-syslog.changes 2011-09-23 12:45:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sblim-cmpi-syslog.new/sblim-cmpi-syslog.changes 2012-02-21 12:25:28.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Feb 13 10:55:41 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Tue Sep 14 19:40:32 UTC 2010 - [email protected] + +- Fix RH/Fedora build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-syslog.spec ++++++ --- /var/tmp/diff_new_pack.JlrWao/_old 2012-02-21 12:25:29.000000000 +0100 +++ /var/tmp/diff_new_pack.JlrWao/_new 2012-02-21 12:25:29.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package sblim-cmpi-syslog (Version 0.8.0) +# spec file for package sblim-cmpi-syslog # -# Copyright (c) 2010 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,18 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: sblim-cmpi-syslog Url: http://sblim.wiki.sourceforge.net/ -BuildRequires: gcc-c++ openslp-devel openssl-devel pam-devel sblim-cmpi-base-devel sblim-indication_helper-devel sblim-sfcb +BuildRequires: gcc-c++ +BuildRequires: openssl-devel +BuildRequires: pam-devel +%if 0%{?rhel_version} == 0 +BuildRequires: openslp-devel +%endif +BuildRequires: cim-server +BuildRequires: sblim-cmpi-base-devel +BuildRequires: sblim-indication_helper-devel +BuildRequires: sblim-sfcb BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: SBLIM Syslog Instrumentation -Version: 0.8.0 -Release: 2 +License: EPL-1.0 Group: System/Management -License: Eclipse Public License 1.0 +Version: 0.8.0 +Release: 0 Requires: sblim-cmpi-base >= 1.2.3 Requires: syslog-ng cim-server cim-schema Source0: http://www-126-ibm.com/pub/sblim/sblim-cmpi-syslog/%{name}-%{version}.tar.bz2 @@ -35,8 +42,8 @@ #!BuildIgnore: tog-pegasus # PATCH-FIX-UPSTREAM sblim-cmpi-syslog-0.7.11-missing-fclose.patch [ bnc#530336 upstream#2843648 ] [email protected] -- Fixed missing fclose Patch3: sblim-cmpi-syslog-0.7.11-missing-fclose.patch +Requires(pre): /usr/bin/loadmof.sh, /usr/bin/rmmof.sh Patch4: sblim-cmpi-syslog-fix-buffer-overflow.patch -PreReq: /usr/bin/loadmof.sh, /usr/bin/rmmof.sh %description - Syslog Configuration Instrumentation This instrumentation allows @@ -66,9 +73,17 @@ %{__make} %install +%if 0%{?suse_version} %makeinstall docdir=%{_docdir}/%{name} +%else +make install DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-%{version} +%endif for i in */README AUTHORS ChangeLog NEWS ; do +%if 0%{?suse_version} %{__install} -m 0644 $i %{buildroot}%{_docdir}/%{name}/README.${i%%/README} ; +%else + %{__install} -m 0644 $i %{buildroot}%{_docdir}/%{name}-%{version}/README.${i%%/README} ; +%endif done %{__install} -Dd -m 0755 %{buildroot}/var/log/ touch %{buildroot}/var/log/testlog @@ -103,7 +118,11 @@ %files %defattr(-,root,root) %ghost /var/log/testlog +%if 0%{?suse_version} %doc %{_docdir}/%{name} +%else +%doc %{_docdir}/%{name}-%{version} +%endif %{_bindir}/syslog-service.sh %{_libdir}/cmpi/libSyslog_Configuration.so %{_libdir}/cmpi/libSyslog_LogRecord.so -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
