Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-nfs-server for
openSUSE:Factory checked in at 2026-03-26 21:06:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-server (Old)
and /work/SRC/openSUSE:Factory/.yast2-nfs-server.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nfs-server"
Thu Mar 26 21:06:56 2026 rev:70 rq:1342580 version:5.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-server/yast2-nfs-server.changes
2024-06-17 19:28:22.411793519 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-nfs-server.new.8177/yast2-nfs-server.changes
2026-03-27 06:53:30.519874348 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 09:00:28 UTC 2026 - Michal Filka <[email protected]>
+
+- jsc#PED-14507
+ - Removed reference to update-desktop-files from spec file
+ - 5.0.2
+-------------------------------------------------------------------
Old:
----
yast2-nfs-server-5.0.1.tar.bz2
New:
----
yast2-nfs-server-5.0.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-nfs-server.spec ++++++
--- /var/tmp/diff_new_pack.ibl8Qx/_old 2026-03-27 06:53:31.047896147 +0100
+++ /var/tmp/diff_new_pack.ibl8Qx/_new 2026-03-27 06:53:31.047896147 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-nfs-server
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: yast2-nfs-server
Summary: YaST2 - NFS Server Configuration
-Version: 5.0.1
+Version: 5.0.2
Release: 0
URL: https://github.com/yast/yast-nfs-server
Group: System/YaST
@@ -28,7 +28,6 @@
# SuSEFirewall2 replaced by firewalld (fate#323460)
BuildRequires: yast2 >= 4.0.39
-BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
++++++ yast2-nfs-server-5.0.1.tar.bz2 -> yast2-nfs-server-5.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-server-5.0.1/.github/workflows/ci.yml
new/yast2-nfs-server-5.0.2/.github/workflows/ci.yml
--- old/yast2-nfs-server-5.0.1/.github/workflows/ci.yml 2024-06-17
08:31:46.000000000 +0200
+++ new/yast2-nfs-server-5.0.2/.github/workflows/ci.yml 2026-03-25
18:34:41.000000000 +0100
@@ -39,6 +39,9 @@
github-token: ${{ secrets.GITHUB_TOKEN }}
Package:
+ # skip in master, but run in forks
+ if: github.ref_name != 'master' || github.repository_owner != 'yast'
+
runs-on: ubuntu-latest
strategy:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-server-5.0.1/.github/workflows/submit.yml
new/yast2-nfs-server-5.0.2/.github/workflows/submit.yml
--- old/yast2-nfs-server-5.0.1/.github/workflows/submit.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-nfs-server-5.0.2/.github/workflows/submit.yml 2026-03-25
18:34:41.000000000 +0100
@@ -0,0 +1,29 @@
+# See
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
+
+name: OBS
+
+on:
+ # only when committing to master
+ push:
+ branches: master
+
+ # allow running manually from GitHub Web
+ workflow_dispatch:
+
+jobs:
+ submit:
+ # do not run in forks
+ if: github.repository_owner == 'yast'
+
+ runs-on: ubuntu-latest
+
+ # the default timeout is 6 hours, do not wait for that long if osc gets
stucked
+ timeout-minutes: 30
+
+ steps:
+ - name: Submit the package
+ # see https://github.com/yast/actions/blob/master/submit/action.yml
+ uses: yast/actions/submit@master
+ with:
+ obs_user: ${{ secrets.OBS_USER }}
+ obs_password: ${{ secrets.OBS_PASSWORD }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-server-5.0.1/README.md
new/yast2-nfs-server-5.0.2/README.md
--- old/yast2-nfs-server-5.0.1/README.md 2024-06-17 08:31:46.000000000
+0200
+++ new/yast2-nfs-server-5.0.2/README.md 2026-03-25 18:34:41.000000000
+0100
@@ -3,8 +3,7 @@
[](
https://github.com/yast/yast-nfs-server/actions?query=branch%3Amaster)
-[](
-https://ci.opensuse.org/view/Yast/job/yast-yast-nfs-server-master/)
+[](https://github.com/yast/yast-nfs-server/actions/workflows/submit.yml)
[](https://coveralls.io/r/yast/yast-nfs-server?branch=master)
[](http://inch-ci.org/github/yast/yast-nfs-server)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-nfs-server-5.0.1/package/yast2-nfs-server.changes
new/yast2-nfs-server-5.0.2/package/yast2-nfs-server.changes
--- old/yast2-nfs-server-5.0.1/package/yast2-nfs-server.changes 2024-06-17
08:31:46.000000000 +0200
+++ new/yast2-nfs-server-5.0.2/package/yast2-nfs-server.changes 2026-03-25
18:34:41.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Mar 10 09:00:28 UTC 2026 - Michal Filka <[email protected]>
+
+- jsc#PED-14507
+ - Removed reference to update-desktop-files from spec file
+ - 5.0.2
+-------------------------------------------------------------------
Wed Jun 12 08:22:45 UTC 2024 - Michal Filka <[email protected]>
- bsc#1218158
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-server-5.0.1/package/yast2-nfs-server.spec
new/yast2-nfs-server-5.0.2/package/yast2-nfs-server.spec
--- old/yast2-nfs-server-5.0.1/package/yast2-nfs-server.spec 2024-06-17
08:31:46.000000000 +0200
+++ new/yast2-nfs-server-5.0.2/package/yast2-nfs-server.spec 2026-03-25
18:34:41.000000000 +0100
@@ -18,7 +18,7 @@
Name: yast2-nfs-server
Summary: YaST2 - NFS Server Configuration
-Version: 5.0.1
+Version: 5.0.2
Release: 0
URL: https://github.com/yast/yast-nfs-server
Group: System/YaST
@@ -28,7 +28,6 @@
# SuSEFirewall2 replaced by firewalld (fate#323460)
BuildRequires: yast2 >= 4.0.39
-BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)