Hello community, here is the log from the commit of package yast2-nfs-client for openSUSE:Factory checked in at 2012-02-16 16:25:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old) and /work/SRC/openSUSE:Factory/.yast2-nfs-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nfs-client", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes 2012-02-08 17:21:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes 2012-02-16 16:25:11.000000000 +0100 @@ -1,0 +2,13 @@ +Thu Feb 16 12:44:04 UTC 2012 - [email protected] + +- autoinstallation fails to enable portmapper/rpcbind service - bnc#744357 +- 2.21.4 + +------------------------------------------------------------------- +Thu Feb 16 12:23:00 UTC 2012 - [email protected] + +- accepted comments from earlier review. +- some formatting +- 2.21.4 + +------------------------------------------------------------------- Old: ---- yast2-nfs-client-2.21.3.tar.bz2 New: ---- yast2-nfs-client-2.21.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-nfs-client.spec ++++++ --- /var/tmp/diff_new_pack.sgCCv5/_old 2012-02-16 16:25:12.000000000 +0100 +++ /var/tmp/diff_new_pack.sgCCv5/_new 2012-02-16 16:25:12.000000000 +0100 @@ -19,7 +19,7 @@ Name: yast2-nfs-client -Version: 2.21.3 +Version: 2.21.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,6 +45,7 @@ BuildArch: noarch Summary: YaST2 - NFS Configuration +Url: http://en.opensuse.org/Portal:YaST %description The YaST2 component for configuration of NFS. NFS stands for network ++++++ yast2-nfs-client-2.21.3.tar.bz2 -> yast2-nfs-client-2.21.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.3/VERSION new/yast2-nfs-client-2.21.4/VERSION --- old/yast2-nfs-client-2.21.3/VERSION 2012-02-08 13:03:19.000000000 +0100 +++ new/yast2-nfs-client-2.21.4/VERSION 2012-02-16 13:45:15.000000000 +0100 @@ -1 +1 @@ -2.21.3 +2.21.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.3/src/Nfs.ycp new/yast2-nfs-client-2.21.4/src/Nfs.ycp --- old/yast2-nfs-client-2.21.3/src/Nfs.ycp 2012-02-06 08:04:39.000000000 +0100 +++ new/yast2-nfs-client-2.21.4/src/Nfs.ycp 2012-02-16 13:47:55.000000000 +0100 @@ -13,7 +13,7 @@ * Dan Vesely <[email protected]> * Martin Vidner <[email protected]> * - * $Id: Nfs.ycp 64602 2011-06-27 12:20:15Z jreidinger $ + * $Id: Nfs.ycp 67463 2012-02-16 12:47:25Z mfilka $ */ { @@ -137,22 +137,23 @@ } }); - //Backwards compatibility: with FaTE#302031, we support nfsv4 mounts - //thus we need to keep info on nfs version (v3 vs. v4) - //But older AY profiles might not contain this element - //so let's assume nfsv3 in that case (#395850) - if ( !haskey(s, "vfstype") ) - { - s["vfstype"] = "nfs"; - } else { - if (s["vfstype"]:"nfs" == "nfs4") - { - nfs4_enabled = true; - } - } + //Backwards compatibility: with FaTE#302031, we support nfsv4 mounts + //thus we need to keep info on nfs version (v3 vs. v4) + //But older AY profiles might not contain this element + //so let's assume nfsv3 in that case (#395850) + if ( !haskey(s, "vfstype") ) + { + s["vfstype"] = "nfs"; + } else { + if (s["vfstype"]:"nfs" == "nfs4") + { + nfs4_enabled = true; + } + } return s; }); + if (missing) { return false; @@ -305,10 +306,10 @@ Progress::set(progress_orig); portmapper = FindPortmapper(); - //There is neither rpcbind nor portmap + //There is neither rpcbind nor portmap if ( portmapper == "" ) { - //so let's install rpcbind (default since #423026) + //so let's install rpcbind (default since #423026) required_packages = add( required_packages, "rpcbind" ); portmapper = "rpcbind"; } @@ -379,6 +380,7 @@ // Service::Adjust ("nfs", "disable"); // what if autofs needs it? }*/ + portmapper = FindPortmapper(); if (size (nfs_entries) != 0) { Service::Enable( portmapper ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nfs-client-2.21.3/src/ui.ycp new/yast2-nfs-client-2.21.4/src/ui.ycp --- old/yast2-nfs-client-2.21.3/src/ui.ycp 2012-02-08 13:06:32.000000000 +0100 +++ new/yast2-nfs-client-2.21.4/src/ui.ycp 2012-02-16 13:43:18.000000000 +0100 @@ -13,7 +13,7 @@ * Dan Vesely <[email protected]> * Martin Vidner <[email protected]> * - * $Id: ui.ycp 67377 2012-02-08 12:03:57Z mfilka $ + * $Id: ui.ycp 67462 2012-02-16 12:43:13Z mfilka $ * * Network NFS client dialogs * @@ -223,9 +223,7 @@ foreach( map nfs_entry, nfs_entries, { term couple = SpecToServPath( nfs_entry[ "spec"]:""); - string known_server = ""; - - known_server = couple[0]:""; + string known_server = couple[0]:""; if( !contains( servers, known_server)) servers = add( servers, known_server); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
