commit sysconfig for openSUSE:Factory
Hello community, here is the log from the commit of package sysconfig for openSUSE:Factory checked in at Wed Mar 31 19:59:07 CEST 2010. -------- --- sysconfig/sysconfig.changes 2010-03-12 19:01:16.000000000 +0100 +++ /mounts/work_src_done/STABLE/sysconfig/sysconfig.changes 2010-03-29 11:00:05.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Mar 29 08:59:30 UTC 2010 - coolo@novell.com + +- make the network script cleanup the netconfig scripts on stop, + so that it doesn't have to be done on boot - where it's much more + expensive + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- cleanup.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.spolvF/_old 2010-03-31 19:58:34.000000000 +0200 +++ /var/tmp/diff_new_pack.spolvF/_new 2010-03-31 19:58:34.000000000 +0200 @@ -20,7 +20,7 @@ Name: sysconfig Version: 0.73.4 -Release: 1 +Release: 2 Summary: The sysconfig scheme Group: System/Base License: GPLv2+ @@ -29,6 +29,7 @@ Requires: iproute2 dbus-1 procps BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %name-%version.tar.bz2 +Patch0: cleanup.diff %description This package provides the SuSE system configuration scheme. @@ -49,6 +50,7 @@ %prep %setup -n sysconfig-%{version} +%patch0 -p1 %build autoreconf --force --install ++++++ cleanup.diff ++++++ Index: sysconfig-0.73.4/scripts/network =================================================================== --- sysconfig-0.73.4.orig/scripts/network 2010-03-12 18:59:05.000000000 +0100 +++ sysconfig-0.73.4/scripts/network 2010-03-29 10:59:08.000000000 +0200 @@ -199,6 +199,7 @@ case "$ACTION" in $FAKE killproc -TERM $NETWORKMANAGER_BIN rc_status -v fi + netconfig update # else fall through to NetControl ;; try-restart) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de