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 2026-03-26 21:06:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-nfs-client.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nfs-client"
Thu Mar 26 21:06:58 2026 rev:98 rq:1342583 version:5.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2024-06-17 19:28:23.663839336 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-nfs-client.new.8177/yast2-nfs-client.changes
2026-03-27 06:53:29.371826951 +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-client-5.0.1.tar.bz2
New:
----
yast2-nfs-client-5.0.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.LMevzm/_old 2026-03-27 06:53:29.987852384 +0100
+++ /var/tmp/diff_new_pack.LMevzm/_new 2026-03-27 06:53:29.987852384 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-nfs-client
#
-# 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
@@ -17,7 +17,7 @@
Name: yast2-nfs-client
-Version: 5.0.1
+Version: 5.0.2
Release: 0
URL: https://github.com/yast/yast-nfs-client
Summary: YaST2 - NFS Configuration
@@ -27,7 +27,6 @@
Source0: %{name}-%{version}.tar.bz2
BuildRequires: perl-XML-Writer
-BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-testsuite
# Replace PackageSystem with Package
++++++ yast2-nfs-client-5.0.1.tar.bz2 -> yast2-nfs-client-5.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-client-5.0.1/.github/workflows/ci.yml
new/yast2-nfs-client-5.0.2/.github/workflows/ci.yml
--- old/yast2-nfs-client-5.0.1/.github/workflows/ci.yml 2024-06-17
08:34:23.000000000 +0200
+++ new/yast2-nfs-client-5.0.2/.github/workflows/ci.yml 2026-03-25
18:34:35.000000000 +0100
@@ -57,6 +57,9 @@
run: rake check:rubocop
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-client-5.0.1/.github/workflows/submit.yml
new/yast2-nfs-client-5.0.2/.github/workflows/submit.yml
--- old/yast2-nfs-client-5.0.1/.github/workflows/submit.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-nfs-client-5.0.2/.github/workflows/submit.yml 2026-03-25
18:34:35.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-client-5.0.1/README.md
new/yast2-nfs-client-5.0.2/README.md
--- old/yast2-nfs-client-5.0.1/README.md 2024-06-17 08:34:23.000000000
+0200
+++ new/yast2-nfs-client-5.0.2/README.md 2026-03-25 18:34:35.000000000
+0100
@@ -2,7 +2,6 @@
[](
https://github.com/yast/yast-nfs-client/actions?query=branch%3Amaster)
-[](
-https://ci.opensuse.org/view/Yast/job/yast-yast-nfs-client-master/)
+[](https://github.com/yast/yast-nfs-client/actions/workflows/submit.yml)
[](https://coveralls.io/r/yast/yast-nfs-client?branch=master)
[](http://inch-ci.org/github/yast/yast-nfs-client)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-nfs-client-5.0.1/package/yast2-nfs-client.changes
new/yast2-nfs-client-5.0.2/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-5.0.1/package/yast2-nfs-client.changes 2024-06-17
08:34:23.000000000 +0200
+++ new/yast2-nfs-client-5.0.2/package/yast2-nfs-client.changes 2026-03-25
18:34:35.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
+-------------------------------------------------------------------
Fri Jun 14 09:12:20 UTC 2024 - Michal Filka <[email protected]>
- bsc#1218158
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-nfs-client-5.0.1/package/yast2-nfs-client.spec
new/yast2-nfs-client-5.0.2/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-5.0.1/package/yast2-nfs-client.spec 2024-06-17
08:34:23.000000000 +0200
+++ new/yast2-nfs-client-5.0.2/package/yast2-nfs-client.spec 2026-03-25
18:34:35.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-nfs-client
-Version: 5.0.1
+Version: 5.0.2
Release: 0
Url: https://github.com/yast/yast-nfs-client
Summary: YaST2 - NFS Configuration
@@ -27,7 +27,6 @@
Source0: %{name}-%{version}.tar.bz2
BuildRequires: perl-XML-Writer
-BuildRequires: update-desktop-files
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-testsuite
# Replace PackageSystem with Package