Hello community,
here is the log from the commit of package yast2-nfs-client for
openSUSE:Factory checked in at 2019-11-20 10:25:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-nfs-client.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nfs-client"
Wed Nov 20 10:25:13 2019 rev:80 rq:744142 version:4.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2019-09-07 11:26:46.622484142 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-nfs-client.new.26869/yast2-nfs-client.changes
2019-11-20 10:25:15.666538654 +0100
@@ -1,0 +2,8 @@
+Wed Oct 30 08:31:58 UTC 2019 - Knut Anderssen <[email protected]>
+
+- Removed nfsidmap hardcoded dependency once libnfsidmap was merged
+ into nfs-utils and a separate package should not be needed
+ anymore (bsc#1150807, bsc#1153568)
+- 4.2.3
+
+-------------------------------------------------------------------
Old:
----
yast2-nfs-client-4.2.2.tar.bz2
New:
----
yast2-nfs-client-4.2.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.ejjKyj/_old 2019-11-20 10:25:16.250538770 +0100
+++ /var/tmp/diff_new_pack.ejjKyj/_new 2019-11-20 10:25:16.254538771 +0100
@@ -17,7 +17,7 @@
Name: yast2-nfs-client
-Version: 4.2.2
+Version: 4.2.3
Release: 0
Url: https://github.com/yast/yast-nfs-client
Summary: YaST2 - NFS Configuration
++++++ yast2-nfs-client-4.2.2.tar.bz2 -> yast2-nfs-client-4.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-nfs-client-4.2.2/package/yast2-nfs-client.changes
new/yast2-nfs-client-4.2.3/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-4.2.2/package/yast2-nfs-client.changes 2019-08-27
19:39:28.000000000 +0200
+++ new/yast2-nfs-client-4.2.3/package/yast2-nfs-client.changes 2019-10-30
12:54:23.000000000 +0100
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Wed Oct 30 08:31:58 UTC 2019 - Knut Anderssen <[email protected]>
+
+- Removed nfsidmap hardcoded dependency once libnfsidmap was merged
+ into nfs-utils and a separate package should not be needed
+ anymore (bsc#1150807, bsc#1153568)
+- 4.2.3
+
+-------------------------------------------------------------------
Tue Aug 27 18:17:47 CEST 2019 - [email protected]
- Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-client-4.2.2/package/yast2-nfs-client.spec
new/yast2-nfs-client-4.2.3/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-4.2.2/package/yast2-nfs-client.spec 2019-08-27
19:39:28.000000000 +0200
+++ new/yast2-nfs-client-4.2.3/package/yast2-nfs-client.spec 2019-10-30
12:54:23.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-nfs-client
-Version: 4.2.2
+Version: 4.2.3
Release: 0
Url: https://github.com/yast/yast-nfs-client
Summary: YaST2 - NFS Configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-client-4.2.2/src/modules/Nfs.rb
new/yast2-nfs-client-4.2.3/src/modules/Nfs.rb
--- old/yast2-nfs-client-4.2.2/src/modules/Nfs.rb 2019-08-27
19:39:28.000000000 +0200
+++ new/yast2-nfs-client-4.2.3/src/modules/Nfs.rb 2019-10-30
12:54:23.000000000 +0100
@@ -708,9 +708,6 @@
@required_packages = Builtins.add(@required_packages, "rpcbind")
@portmapper = "rpcbind"
end
- if @nfs4_enabled
- @required_packages = Builtins.add(@required_packages, "nfsidmap")
- end
if Mode.installation
Builtins.foreach(@required_packages) do |p|