Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package skelcd-control-MicroOS for
openSUSE:Factory checked in at 2024-10-17 18:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-MicroOS (Old)
and /work/SRC/openSUSE:Factory/.skelcd-control-MicroOS.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-MicroOS"
Thu Oct 17 18:38:50 2024 rev:36 rq:1208402 version:20241015
Changes:
--------
---
/work/SRC/openSUSE:Factory/skelcd-control-MicroOS/skelcd-control-MicroOS.changes
2024-06-06 12:31:33.618160128 +0200
+++
/work/SRC/openSUSE:Factory/.skelcd-control-MicroOS.new.19354/skelcd-control-MicroOS.changes
2024-10-17 18:39:13.593984094 +0200
@@ -1,0 +2,7 @@
+Tue Oct 15 09:29:52 UTC 2024 - Josef Reidinger <[email protected]>
+
+- Update dependencies as micro role dialog is moved to
+ yast2-installation (gh#yast/yast-caasp#49)
+- 20241015
+
+-------------------------------------------------------------------
Old:
----
skelcd-control-MicroOS-20240527.tar.bz2
New:
----
skelcd-control-MicroOS-20241015.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-MicroOS.spec ++++++
--- /var/tmp/diff_new_pack.yQE4LF/_old 2024-10-17 18:39:14.310014123 +0200
+++ /var/tmp/diff_new_pack.yQE4LF/_new 2024-10-17 18:39:14.314014291 +0200
@@ -53,13 +53,12 @@
Requires: autoyast2
Requires: yast2-add-on
Requires: yast2-buildtools
-Requires: yast2-caasp >= 4.2.1
Requires: yast2-devtools
Requires: yast2-fcoe-client
# For creating the AutoYast profile at the end of installation (bnc#887406)
Requires: yast2-firewall
-# instsys_cleanup
-Requires: yast2-installation >= 3.1.217.9
+# microos_role
+Requires: yast2-installation >= 5.0.13
Requires: yast2-iscsi-client
%ifnarch %{arm}
Requires: yast2-kdump
@@ -92,7 +91,7 @@
# we really do not need the YaST packages for building, ignore the dependencies
# to have faster builds and less rebuilds triggered by dependencies
# these are pulled in by the skelcd-control-openSUSE dependencies
-#!BuildIgnore: yast2-caasp yast2-branding-openSUSE yast2-qt-branding-openSUSE
+#!BuildIgnore: yast2-branding-openSUSE yast2-qt-branding-openSUSE
#!BuildIgnore: autoyast2 yast2-add-on yast2-buildtools yast2-devtools
#!BuildIgnore: yast2-fcoe-client yast2-firewall
#!BuildIgnore: yast2-installation yast2-iscsi-client yast2-kdump
yast2-multipath
@@ -122,7 +121,7 @@
URL: https://github.com/yast/skelcd-control-MicroOS
AutoReqProv: off
-Version: 20240527
+Version: 20241015
Release: 0
Summary: The MicroOS control file needed for installation
License: MIT
++++++ skelcd-control-MicroOS-20240527.tar.bz2 ->
skelcd-control-MicroOS-20241015.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-MicroOS-20240527/.github/workflows/ci.yml
new/skelcd-control-MicroOS-20241015/.github/workflows/ci.yml
--- old/skelcd-control-MicroOS-20240527/.github/workflows/ci.yml
2024-06-04 09:39:02.000000000 +0200
+++ new/skelcd-control-MicroOS-20241015/.github/workflows/ci.yml
2024-10-15 16:47:27.000000000 +0200
@@ -36,4 +36,6 @@
run: rake test:validate
- name: Package Build
+ # skip in master, but run in forks
+ if: github.ref_name != 'master' || github.repository_owner != 'yast'
run: yast-ci-ruby -o package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-MicroOS-20240527/.github/workflows/submit.yml
new/skelcd-control-MicroOS-20241015/.github/workflows/submit.yml
--- old/skelcd-control-MicroOS-20240527/.github/workflows/submit.yml
1970-01-01 01:00:00.000000000 +0100
+++ new/skelcd-control-MicroOS-20241015/.github/workflows/submit.yml
2024-10-15 16:47:27.000000000 +0200
@@ -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/skelcd-control-MicroOS-20240527/package/skelcd-control-MicroOS.changes
new/skelcd-control-MicroOS-20241015/package/skelcd-control-MicroOS.changes
--- old/skelcd-control-MicroOS-20240527/package/skelcd-control-MicroOS.changes
2024-06-04 09:39:02.000000000 +0200
+++ new/skelcd-control-MicroOS-20241015/package/skelcd-control-MicroOS.changes
2024-10-15 16:47:27.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Oct 15 09:29:52 UTC 2024 - Josef Reidinger <[email protected]>
+
+- Update dependencies as micro role dialog is moved to
+ yast2-installation (gh#yast/yast-caasp#49)
+- 20241015
+
+-------------------------------------------------------------------
Mon May 27 17:03:13 UTC 2024 - Richard Brown <[email protected]>
- Remove MicroOS GNOME Desktop/Aeon, now installed via own media
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/skelcd-control-MicroOS-20240527/package/skelcd-control-MicroOS.spec
new/skelcd-control-MicroOS-20241015/package/skelcd-control-MicroOS.spec
--- old/skelcd-control-MicroOS-20240527/package/skelcd-control-MicroOS.spec
2024-06-04 09:39:02.000000000 +0200
+++ new/skelcd-control-MicroOS-20241015/package/skelcd-control-MicroOS.spec
2024-10-15 16:47:27.000000000 +0200
@@ -53,13 +53,12 @@
Requires: autoyast2
Requires: yast2-add-on
Requires: yast2-buildtools
-Requires: yast2-caasp >= 4.2.1
Requires: yast2-devtools
Requires: yast2-fcoe-client
# For creating the AutoYast profile at the end of installation (bnc#887406)
Requires: yast2-firewall
-# instsys_cleanup
-Requires: yast2-installation >= 3.1.217.9
+# microos_role
+Requires: yast2-installation >= 5.0.13
Requires: yast2-iscsi-client
%ifnarch %{arm}
Requires: yast2-kdump
@@ -92,7 +91,7 @@
# we really do not need the YaST packages for building, ignore the dependencies
# to have faster builds and less rebuilds triggered by dependencies
# these are pulled in by the skelcd-control-openSUSE dependencies
-#!BuildIgnore: yast2-caasp yast2-branding-openSUSE yast2-qt-branding-openSUSE
+#!BuildIgnore: yast2-branding-openSUSE yast2-qt-branding-openSUSE
#!BuildIgnore: autoyast2 yast2-add-on yast2-buildtools yast2-devtools
#!BuildIgnore: yast2-fcoe-client yast2-firewall
#!BuildIgnore: yast2-installation yast2-iscsi-client yast2-kdump
yast2-multipath
@@ -122,7 +121,7 @@
Url: https://github.com/yast/skelcd-control-MicroOS
AutoReqProv: off
-Version: 20240527
+Version: 20241015
Release: 0
Summary: The MicroOS control file needed for installation
License: MIT