Hello community, here is the log from the commit of package libcgroup for openSUSE:Factory checked in at 2014-01-10 21:20:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcgroup (Old) and /work/SRC/openSUSE:Factory/.libcgroup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcgroup" Changes: -------- --- /work/SRC/openSUSE:Factory/libcgroup/libcgroup.changes 2013-05-16 11:08:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libcgroup.new/libcgroup.changes 2014-01-10 21:20:09.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Jan 10 13:34:04 UTC 2014 - [email protected] + +- package upgraded from 0.37 to 0.41.rc1 +- libcgroup-man_pages.patch: removed because obsoleted by 41b1e43155831 +- initd_cgconfig-read-correctly-defaultcgroup.patch: removed because + obsoleted by 9659403b713f9 + +------------------------------------------------------------------- Old: ---- initd_cgconfig-read-correctly-defaultcgroup.patch libcgroup-0.37.1.tar.bz2 libcgroup-man_pages.patch New: ---- libcgroup-0.41.rc1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcgroup.spec ++++++ --- /var/tmp/diff_new_pack.9SeCaU/_old 2014-01-10 21:20:11.000000000 +0100 +++ /var/tmp/diff_new_pack.9SeCaU/_new 2014-01-10 21:20:11.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcgroup # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -18,19 +18,17 @@ Name: libcgroup %define lname libcgroup1 -Version: 0.37.1 +Version: 0.41.rc1 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 +Source: http://sourceforge.net/projects/libcg/files/libcgroup/v0.41.rc/libcgroup-0.41.rc1.tar.bz2 Source3: sysconfig.cgred Source99: baselibs.conf Patch5: initd_cgconfig.patch Patch6: initd_cgred.patch -Patch7: libcgroup-man_pages.patch -Patch8: initd_cgconfig-read-correctly-defaultcgroup.patch Patch9: do-not-version-pam-module.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf @@ -87,8 +85,6 @@ %setup -n libcgroup-%{version} %patch5 -p1 %patch6 -p1 -%patch7 -%patch8 -p1 %patch9 -p1 %build ++++++ initd_cgconfig.patch ++++++ --- /var/tmp/diff_new_pack.9SeCaU/_old 2014-01-10 21:20:11.000000000 +0100 +++ /var/tmp/diff_new_pack.9SeCaU/_new 2014-01-10 21:20:11.000000000 +0100 @@ -2,8 +2,10 @@ scripts/init.d/cgconfig.in | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) ---- a/scripts/init.d/cgconfig.in -+++ b/scripts/init.d/cgconfig.in +Index: libcgroup-0.41.rc1/scripts/init.d/cgconfig.in +=================================================================== +--- libcgroup-0.41.rc1.orig/scripts/init.d/cgconfig.in ++++ libcgroup-0.41.rc1/scripts/init.d/cgconfig.in @@ -4,6 +4,8 @@ # # Copyright IBM Corporation. 2008 @@ -21,12 +23,12 @@ -# Required-Stop: +# Required-Start: $local_fs $remote_fs $syslog $time +# Required-Stop: $local_fs $remote_fs $syslog $time - # Should-Start: - # Should-Stop: + # Should-Start: ypbind + # Should-Stop: ypbind +# 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 + # Short-Description: Create and setup control group filesystem(s) + # Description: Create and setup control group filesystem(s) ### END INIT INFO @@ -34,7 +38,7 @@ prefix=@prefix@;exec_prefix=@exec_prefix CGCONFIGPARSER_BIN=$sbindir/cgconfigparser ++++++ initd_cgred.patch ++++++ --- /var/tmp/diff_new_pack.9SeCaU/_old 2014-01-10 21:20:11.000000000 +0100 +++ /var/tmp/diff_new_pack.9SeCaU/_new 2014-01-10 21:20:11.000000000 +0100 @@ -2,8 +2,10 @@ scripts/init.d/cgred.in | 64 ++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 26 deletions(-) ---- a/scripts/init.d/cgred.in -+++ b/scripts/init.d/cgred.in +Index: libcgroup-0.41.rc1/scripts/init.d/cgred.in +=================================================================== +--- libcgroup-0.41.rc1.orig/scripts/init.d/cgred.in ++++ libcgroup-0.41.rc1/scripts/init.d/cgred.in @@ -4,6 +4,8 @@ # # Copyright Red Hat Inc. 2008 @@ -69,9 +71,9 @@ + return 1 + fi fi - if [ ! -s $CGRED_CONF ]; then - log_failure_msg "not configured" -@@ -82,9 +89,8 @@ start() + num=`grep "cgroup" /proc/mounts | awk '$3=="cgroup"' | wc -l` + if [ $num -eq 0 ]; then +@@ -79,9 +86,8 @@ start() log_failure_msg $"Cannot find cgroups, is cgconfig service running?" return 1 fi @@ -82,7 +84,7 @@ if [ $retval -ne 0 ]; then return 7 fi -@@ -92,20 +98,18 @@ start() +@@ -89,20 +95,18 @@ start() if [ $? -ne 0 ]; then return 1 fi @@ -104,7 +106,7 @@ if [ $retval -ne 0 ]; then return 1 fi -@@ -118,21 +122,32 @@ RETVAL=0 +@@ -115,21 +119,32 @@ RETVAL=0 # See how we are called case "$1" in start) @@ -138,7 +140,7 @@ ;; condrestart) if [ -f "$lockfile" ]; then -@@ -140,20 +155,17 @@ case "$1" in +@@ -137,20 +152,17 @@ case "$1" in start RETVAL=$? fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
