Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2023-05-18 15:19:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh" Thu May 18 15:19:41 2023 rev:296 rq:1087718 version:4.5.0+20230517.b2cb988b Changes: -------- --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2023-05-15 16:54:53.700363360 +0200 +++ /work/SRC/openSUSE:Factory/.crmsh.new.1533/crmsh.changes 2023-05-18 15:19:52.034053515 +0200 @@ -1,0 +2,6 @@ +Wed May 17 14:34:05 UTC 2023 - xli...@suse.com + +- Update to version 4.5.0+20230517.b2cb988b: + * Dev: workflows: Deliver package to network:ha-clustering:Stable + +------------------------------------------------------------------- Old: ---- crmsh-4.5.0+20230515.64893bc7.tar.bz2 New: ---- crmsh-4.5.0+20230517.b2cb988b.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crmsh.spec ++++++ --- /var/tmp/diff_new_pack.WGinlx/_old 2023-05-18 15:19:52.642057243 +0200 +++ /var/tmp/diff_new_pack.WGinlx/_new 2023-05-18 15:19:52.646057268 +0200 @@ -1,7 +1,7 @@ # # spec file for package crmsh # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,9 +36,9 @@ Summary: High Availability cluster command-line interface License: GPL-2.0-or-later Group: %{pkg_group} -Version: 4.5.0+20230515.64893bc7 +Version: 4.5.0+20230517.b2cb988b Release: 0 -URL: http://crmsh.github.io +Url: http://crmsh.github.io Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.tmpfiles.d.conf ++++++ _service ++++++ --- /var/tmp/diff_new_pack.WGinlx/_old 2023-05-18 15:19:52.682057489 +0200 +++ /var/tmp/diff_new_pack.WGinlx/_new 2023-05-18 15:19:52.682057489 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="filename">crmsh</param> <param name="versionformat">4.5.0+%cd.%h</param> - <param name="revision">master</param> + <param name="revision">crmsh-4.5</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.WGinlx/_old 2023-05-18 15:19:52.706057635 +0200 +++ /var/tmp/diff_new_pack.WGinlx/_new 2023-05-18 15:19:52.710057661 +0200 @@ -9,7 +9,7 @@ </service> <service name="tar_scm"> <param name="url">https://github.com/ClusterLabs/crmsh.git</param> - <param name="changesrevision">64893bc7fff6898a8bf1495e104537a9d1f14193</param> + <param name="changesrevision">03c1da25a4e2c9a80032e824dad72a2ffbad614a</param> </service> </servicedata> (No newline at EOF) ++++++ crmsh-4.5.0+20230515.64893bc7.tar.bz2 -> crmsh-4.5.0+20230517.b2cb988b.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh-4.5.0+20230515.64893bc7/.github/workflows/crmsh-ci.yml new/crmsh-4.5.0+20230517.b2cb988b/.github/workflows/crmsh-ci.yml --- old/crmsh-4.5.0+20230515.64893bc7/.github/workflows/crmsh-ci.yml 2023-05-15 09:32:17.000000000 +0200 +++ new/crmsh-4.5.0+20230517.b2cb988b/.github/workflows/crmsh-ci.yml 2023-05-17 08:24:19.000000000 +0200 @@ -13,7 +13,7 @@ PACKAGE_NAME: crmsh OBS_USER: ${{ secrets.OBS_USER }} OBS_PASS: ${{ secrets.OBS_PASS }} - OBS_PROJECT: ${{ secrets.OBS_PROJECT }} + OBS_PROJECT: ${{ secrets.OBS_PROJECT_CRMSH45 }} TARGET_PROJECT: ${{ secrets.TARGET_PROJECT }} jobs: @@ -355,7 +355,7 @@ steps: - uses: actions/checkout@v3 - name: delivery process - if: github.repository == 'ClusterLabs/crmsh' && github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.5' && github.event_name == 'push' run: | docker pull shap/continuous_deliver:latest docker run -t -v "$(pwd):/package" \ @@ -374,7 +374,7 @@ steps: - uses: actions/checkout@v3 - name: submit process - if: github.repository == 'ClusterLabs/crmsh' && github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.5' && github.event_name == 'push' run: | docker pull shap/continuous_deliver:latest docker run -t -v "$(pwd):/package" \