Hello community,

here is the log from the commit of package libcgroup1 for openSUSE:Factory 
checked in at 2012-02-16 14:57:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcgroup1 (Old)
 and      /work/SRC/openSUSE:Factory/.libcgroup1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcgroup1", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcgroup1/libcgroup1.changes    2011-09-23 
02:07:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcgroup1.new/libcgroup1.changes       
2012-02-16 14:57:49.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Feb 13 10:48:31 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Mon Oct 31 20:39:27 CET 2011 - [email protected]
+
+- fix rpmlint warnings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcgroup1.spec ++++++
--- /var/tmp/diff_new_pack.J3rKLv/_old  2012-02-16 14:57:50.000000000 +0100
+++ /var/tmp/diff_new_pack.J3rKLv/_new  2012-02-16 14:57:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcgroup1
 #
-# Copyright (c) 2011 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,16 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libcgroup1
 Version:        0.37.1
-Release:        4
-License:        LGPLv2.1
-Group:          System/Management
-AutoReqProv:    on
+Release:        0
 Summary:        Control groups management tools
+License:        LGPL-2.1
+Group:          System/Management
 Url:            http://sourceforge.net/projects/libcg/
 Source:         
http://sourceforge.net/projects/libcg/files/libcgroup/v%{version}/libcgroup-%{version}.tar.bz2
 Source3:        sysconfig.cgred
@@ -33,7 +30,11 @@
 Patch6:         initd_cgred.patch
 Patch7:         libcgroup-man_pages.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex gcc-c++ pam-devel pkg-config
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  pam-devel
+BuildRequires:  pkg-config
 Requires:       insserv pam
 
 %description
@@ -50,7 +51,6 @@
     Dhaval Giani <[email protected]>
 
 %package -n libcgroup-devel
-License:        LGPLv2.1
 Summary:        Control groups management tools devel package
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}-%{release}
@@ -96,6 +96,9 @@
 mkdir -p %{buildroot}/%{_localstatedir}/adm/fillup-templates/
 install -m 644 %{SOURCE3} 
%{buildroot}/%{_localstatedir}/adm/fillup-templates/sysconfig.cgred
 
+ln -s %{_sysconfdir}/init.d/cgred %{buildroot}/%{_sbindir}/rccgred
+ln -s %{_sysconfdir}/init.d/cgconfig %{buildroot}/%{_sbindir}/rccgconfig
+
 # remove setuid
 chmod u-s $RPM_BUILD_ROOT/%{_bindir}/cgexec
 
@@ -111,24 +114,23 @@
 rm -rf %{buildroot}
 
 %preun
-%{stop_on_removal cgred}
-%{stop_on_removal cgconfig}
+%stop_on_removal cgred cgconfig
 
 %post
 %{fillup_and_insserv -f cgconfig}
 %{fillup_and_insserv -n cgred}
-%{run_ldconfig}
+/sbin/ldconfig
 
 %postun
-%{insserv_cleanup}
-%{run_ldconfig}
+%restart_on_update cgconfig cgred
+%insserv_cleanup
+/sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc COPYING
 %doc README
 %doc README_daemon
-%doc INSTALL
 %doc samples/cgconfig.conf
 %doc samples/cgrules.conf
 %{_sysconfdir}/init.d/cgconfig
@@ -136,6 +138,8 @@
 %{_bindir}/cg*
 %{_bindir}/ls*
 %{_sbindir}/cg*
+%{_sbindir}/rccgred
+%{_sbindir}/rccgconfig
 /%{_lib}/libcgroup.so.*
 /%{_lib}/security/pam_cgroup.so
 %{_localstatedir}/adm/fillup-templates/sysconfig.cgred

++++++ initd_cgconfig.patch ++++++
--- /var/tmp/diff_new_pack.J3rKLv/_old  2012-02-16 14:57:50.000000000 +0100
+++ /var/tmp/diff_new_pack.J3rKLv/_new  2012-02-16 14:57:50.000000000 +0100
@@ -23,7 +23,7 @@
 +# Required-Stop:        $local_fs $remote_fs $syslog $time
  # Should-Start:
  # Should-Stop:
-+# Default-Start:        2 3 4 5
++# Default-Start:        2 3 5
 +# Default-Stop:         0 1 6
  # Short-Description:    start and stop the WLM configuration
  # Description:          This script allows us to create a default 
configuration

++++++ initd_cgred.patch ++++++
--- /var/tmp/diff_new_pack.J3rKLv/_old  2012-02-16 14:57:50.000000000 +0100
+++ /var/tmp/diff_new_pack.J3rKLv/_new  2012-02-16 14:57:50.000000000 +0100
@@ -23,7 +23,7 @@
 +# Required-Stop:      $local_fs $remote_fs $syslog cgconfig
  # Should-Start:               
  # Should-Stop:                
-+# Default-Start:      2 3 4 5
++# Default-Start:      2 3 5
 +# Default-Stop:               0 1 6
  # Short-Description:  start and stop the cgroups rules engine daemon
  # Description:                CGroup Rules Engine is a tool for automatically 
using \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to