Mailinglist Archive: opensuse-commit (858 mails)

< Previous Next >
commit yast2-runlevel
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 02 Nov 2007 01:07:55 +0100
  • Message-id: <20071102000755.8C8806781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-runlevel
checked in at Fri Nov 2 01:07:55 CET 2007.

--------
--- yast2-runlevel/yast2-runlevel.changes 2007-08-29 15:05:11.000000000
+0200
+++ /mounts/work_src_done/NOARCH/yast2-runlevel/yast2-runlevel.changes
2007-11-01 16:12:38.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Nov 1 16:10:27 CET 2007 - locilka@xxxxxxx
+
+- Removed dependency on yast2-update
+- Client runlevel_finish doesn't rewrite runlevel configuration in
+ case of update - /etc/inittab is not owned by yast2-runlevel.
+- 2.16.0
+
+-------------------------------------------------------------------

Old:
----
yast2-runlevel-2.15.3.tar.bz2

New:
----
yast2-runlevel-2.16.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-runlevel.spec ++++++
--- /var/tmp/diff_new_pack.P28107/_old 2007-11-02 01:07:50.000000000 +0100
+++ /var/tmp/diff_new_pack.P28107/_new 2007-11-02 01:07:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-runlevel (Version 2.15.3)
+# spec file for package yast2-runlevel (Version 2.16.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,22 +11,20 @@
# norootforbuild

Name: yast2-runlevel
-Version: 2.15.3
+Version: 2.16.0
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-runlevel-2.15.3.tar.bz2
-prefix: /usr
+Source0: yast2-runlevel-2.16.0.tar.bz2
+Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools
yast2-testsuite
Requires: yast2
-# Required only in Inst-Sys
-# Requires: yast2-update
Provides: yast2-config-runlevel
Obsoletes: yast2-config-runlevel
Provides: yast2-trans-runlevel
Obsoletes: yast2-trans-runlevel
-BuildArchitectures: noarch
+BuildArch: noarch
Summary: YaST2 - Runlevel Editor

%description
@@ -43,7 +41,7 @@
Lukas Ocilka <locilka@xxxxxxx>

%prep
-%setup -n yast2-runlevel-2.15.3
+%setup -n yast2-runlevel-2.16.0

%build
%{prefix}/bin/y2tool y2autoconf
@@ -84,8 +82,12 @@
/usr/share/YaST2/modules/RunlevelEd.ybc
/usr/share/YaST2/schema/autoyast/rnc/runlevels.rnc
%doc %{prefix}/share/doc/packages/yast2-runlevel
-
%changelog
+* Thu Nov 01 2007 - locilka@xxxxxxx
+- Removed dependency on yast2-update
+- Client runlevel_finish doesn't rewrite runlevel configuration in
+ case of update - /etc/inittab is not owned by yast2-runlevel.
+- 2.16.0
* Wed Aug 29 2007 - locilka@xxxxxxx
- Fixed used buttons in runlevel proposal (#305899).
- 2.15.3

++++++ yast2-runlevel-2.15.3.tar.bz2 -> yast2-runlevel-2.16.0.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-runlevel-2.15.3/src/runlevel_finish.ycp
new/yast2-runlevel-2.16.0/src/runlevel_finish.ycp
--- old/yast2-runlevel-2.15.3/src/runlevel_finish.ycp 2007-05-18
10:43:34.000000000 +0200
+++ new/yast2-runlevel-2.16.0/src/runlevel_finish.ycp 2007-11-01
16:13:31.000000000 +0100
@@ -8,7 +8,7 @@
* Authors:
* Jiri Srain <jsrain@xxxxxxx>
*
- * $Id: runlevel_finish.ycp 27936 2006-02-13 20:01:14Z olh $
+ * $Id: runlevel_finish.ycp 41712 2007-11-01 15:13:30Z locilka $
*
*/

@@ -19,7 +19,6 @@
import "Mode";
import "RunlevelEd";
import "Directory";
-import "Update";

any ret = nil;
string func = "";
@@ -67,10 +66,7 @@
}
else
{
- // Set default runlevel cause inittab will be overwritten by
- // installing aaa_base
-
- set_runlevel (Update::last_runlevel != -1 ? Update::last_runlevel : 3);
+ y2milestone ("Update mode, no need to set runlevel again...");
}

}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-runlevel-2.15.3/VERSION
new/yast2-runlevel-2.16.0/VERSION
--- old/yast2-runlevel-2.15.3/VERSION 2007-08-29 15:05:16.000000000 +0200
+++ new/yast2-runlevel-2.16.0/VERSION 2007-11-01 16:12:45.000000000 +0100
@@ -1 +1 @@
-2.15.3
+2.16.0


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages