Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-nfs-client for
openSUSE:Factory checked in at 2023-03-08 14:52:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-nfs-client.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nfs-client"
Wed Mar 8 14:52:00 2023 rev:95 rq:1069941 version:4.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2022-05-14 22:52:23.731008397 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-nfs-client.new.31432/yast2-nfs-client.changes
2023-03-08 14:52:02.106500435 +0100
@@ -1,0 +2,12 @@
+Tue Mar 7 12:27:28 UTC 2023 - Ladislav Slezák <[email protected]>
+
+- Fixed unit test to not read the values from the current system
+ (bsc#1209007)
+- 4.6.1
+
+-------------------------------------------------------------------
+Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <[email protected]>
+
+- Bump version to 4.6.0 (bsc#1208913)
+
+-------------------------------------------------------------------
Old:
----
yast2-nfs-client-4.5.1.tar.bz2
New:
----
yast2-nfs-client-4.6.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.XXTy8P/_old 2023-03-08 14:52:02.646503375 +0100
+++ /var/tmp/diff_new_pack.XXTy8P/_new 2023-03-08 14:52:02.654503419 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-nfs-client
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-nfs-client
-Version: 4.5.1
+Version: 4.6.1
Release: 0
URL: https://github.com/yast/yast-nfs-client
Summary: YaST2 - NFS Configuration
@@ -53,8 +53,8 @@
# showmount, #150382, #286300
Recommends: nfs-client
# Better integration with Partitioner
-Requires: yast2-ruby-bindings >= 1.0.0
Requires: yast2-storage-ng >= 4.4.35
+Requires: yast2-ruby-bindings >= 1.0.0
# bsc#1161687
Requires: /usr/bin/killall
++++++ yast2-nfs-client-4.5.1.tar.bz2 -> yast2-nfs-client-4.6.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-nfs-client-4.5.1/package/yast2-nfs-client.changes
new/yast2-nfs-client-4.6.1/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-4.5.1/package/yast2-nfs-client.changes 2022-05-12
14:25:10.000000000 +0200
+++ new/yast2-nfs-client-4.6.1/package/yast2-nfs-client.changes 2023-03-07
14:30:20.000000000 +0100
@@ -1,4 +1,16 @@
-------------------------------------------------------------------
+Tue Mar 7 12:27:28 UTC 2023 - Ladislav Slezák <[email protected]>
+
+- Fixed unit test to not read the values from the current system
+ (bsc#1209007)
+- 4.6.1
+
+-------------------------------------------------------------------
+Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <[email protected]>
+
+- Bump version to 4.6.0 (bsc#1208913)
+
+-------------------------------------------------------------------
Wed May 11 13:12:14 UTC 2022 - Josef Reidinger <[email protected]>
- Fix localization of NFS Version widget values (bsc#1198076)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-client-4.5.1/package/yast2-nfs-client.spec
new/yast2-nfs-client-4.6.1/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-4.5.1/package/yast2-nfs-client.spec 2022-05-12
14:25:10.000000000 +0200
+++ new/yast2-nfs-client-4.6.1/package/yast2-nfs-client.spec 2023-03-07
14:30:20.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-nfs-client
-Version: 4.5.1
+Version: 4.6.1
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.5.1/test/nfs_test.rb
new/yast2-nfs-client-4.6.1/test/nfs_test.rb
--- old/yast2-nfs-client-4.5.1/test/nfs_test.rb 2022-05-12 14:25:10.000000000
+0200
+++ new/yast2-nfs-client-4.6.1/test/nfs_test.rb 2023-03-07 14:30:20.000000000
+0100
@@ -52,6 +52,7 @@
add_nfs_devices
subject.skip_fstab = false
+ allow_read_side_effects
subject.Read
end