Mailinglist Archive: opensuse-commit (1792 mails)

< Previous Next >
commit yast2-users for openSUSE:11.4

Hello community,

here is the log from the commit of package yast2-users for openSUSE:11.4
checked in at Fri Feb 18 14:22:35 CET 2011.



--------
--- old-versions/11.4/all/yast2-users/yast2-users.changes 2010-12-03
12:43:33.000000000 +0100
+++ /mounts/work_src_done/11.4/yast2-users/yast2-users.changes 2011-02-17
11:10:47.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Feb 17 10:59:38 CET 2011 - jsuchome@xxxxxxx
+
+- do not run both 'user' and 'user_non_interactive' steps
+ (bnc#672139)
+- 2.20.2
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


Old:
----
yast2-users-2.20.1.tar.bz2

New:
----
yast2-users-2.20.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.ArlLv6/_old 2011-02-18 14:22:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ArlLv6/_new 2011-02-18 14:22:33.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package yast2-users (Version 2.20.1)
+# spec file for package yast2-users
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,11 +19,11 @@


Name: yast2-users
-Version: 2.20.1
-Release: 1
+Version: 2.20.2
+Release: 1.<RELEASE2>

BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-users-2.20.1.tar.bz2
+Source0: yast2-users-2.20.2.tar.bz2

Prefix: /usr

@@ -50,7 +50,7 @@
This package provides GUI for maintenance of linux users and groups.

%prep
-%setup -n yast2-users-2.20.1
+%setup -n yast2-users-2.20.2

%build
%{prefix}/bin/y2tool y2autoconf
@@ -96,4 +96,5 @@
%{_libdir}/YaST2/plugin/libpy2ag_crack.so
%{_libdir}/YaST2/plugin/libpy2ag_crack.la
%doc %{prefix}/share/doc/packages/yast2-users
+
%changelog

++++++ yast2-users-2.20.1.tar.bz2 -> yast2-users-2.20.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-users-2.20.1/VERSION
new/yast2-users-2.20.2/VERSION
--- old/yast2-users-2.20.1/VERSION 2010-12-03 12:42:09.000000000 +0100
+++ new/yast2-users-2.20.2/VERSION 2011-02-17 11:00:16.000000000 +0100
@@ -1 +1 @@
-2.20.1
+2.20.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-users-2.20.1/src/Users.pm
new/yast2-users-2.20.2/src/Users.pm
--- old/yast2-users-2.20.1/src/Users.pm 2010-12-03 10:59:56.000000000 +0100
+++ new/yast2-users-2.20.2/src/Users.pm 2010-12-03 12:42:55.000000000 +0100
@@ -4,7 +4,7 @@
# Package: Configuration of users and groups
# Summary: I/O routines + main data structures
#
-# $Id: Users.pm 62056 2010-05-24 12:19:10Z jsuchome $
+# $Id: Users.pm 62935 2010-12-03 11:42:55Z jsuchome $
#

package Users;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-users-2.20.1/src/UsersSimple.pm
new/yast2-users-2.20.2/src/UsersSimple.pm
--- old/yast2-users-2.20.1/src/UsersSimple.pm 2010-02-26 14:48:34.000000000
+0100
+++ new/yast2-users-2.20.2/src/UsersSimple.pm 2011-02-17 11:05:57.000000000
+0100
@@ -918,12 +918,16 @@
}
# enable inst_user to either run auth client or write first user
if ($after_auth ne "users" || $user_defined) {
- y2milestone ("enabling step 'user' for second stage");
+ # do not let both steps to run (bnc#672139)
if ($user_defined) {
+ y2milestone ("enabling 'user_non_interactive', disabling 'user' for
second stage");
ProductControl->EnableModule ("user_non_interactive");
+ ProductControl->DisableModule ("user");
}
else {
+ y2milestone ("enabling 'user', disabling 'user_non_interactive' for
second stage");
ProductControl->EnableModule ("user");
+ ProductControl->DisableModule ("user_non_interactive");
}
}
# no user entered + 2nd stage visible => enable clients (bnc#393722)


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



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