fix multiple deliveries (#4777)

This commit is contained in:
sdepassio 2023-12-18 14:44:32 +01:00 committed by GitHub
parent 8958c7f6d5
commit 03659abde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 9 deletions

View File

@ -42,6 +42,12 @@ runs:
using: composite using: composite
steps: steps:
- name: Remove previously packaged DEBs and RPMs
run: |
rm -f ./*.deb
rm -f ./*.rpm
shell: bash
- name: Import gpg key - name: Import gpg key
env: env:
RPM_GPG_SIGNING_KEY: ${{ inputs.rpm_gpg_key }} RPM_GPG_SIGNING_KEY: ${{ inputs.rpm_gpg_key }}

View File

@ -10,9 +10,8 @@ maintainer: "Centreon <contact@centreon.com>"
description: | description: |
Openwsman library for packages dependent on openwsman. Openwsman library for packages dependent on openwsman.
Commit: @COMMIT_HASH@ Commit: @COMMIT_HASH@
vendor: "Centreon" homepage: "http://www.openwsman.org/"
homepage: "https://www.centreon.com" license: "BSD"
license: "Apache-2.0"
contents: contents:
- src: "/tmp/openwsman-@VERSION@/build/src/lib/libwsman.so.*" - src: "/tmp/openwsman-@VERSION@/build/src/lib/libwsman.so.*"

View File

@ -10,9 +10,8 @@ maintainer: "Centreon <contact@centreon.com>"
description: | description: |
This package provides Perl bindings to access the OpenWSMAN client API. This package provides Perl bindings to access the OpenWSMAN client API.
Commit: @COMMIT_HASH@ Commit: @COMMIT_HASH@
vendor: "Centreon" homepage: "http://www.openwsman.org/"
homepage: "https://www.centreon.com" license: "BSD"
license: "Apache-2.0"
contents: contents:
- src: "/tmp/openwsman-@VERSION@/build/bindings/perl/openwsman.so" - src: "/tmp/openwsman-@VERSION@/build/bindings/perl/openwsman.so"

View File

@ -10,9 +10,8 @@ maintainer: "Centreon <contact@centreon.com>"
description: | description: |
Small Footprint CIM Client Library Runtime Libraries Small Footprint CIM Client Library Runtime Libraries
Commit: @COMMIT_HASH@ Commit: @COMMIT_HASH@
vendor: "Centreon" homepage: "http://www.sblim.org"
homepage: "https://www.centreon.com" license: "EPL-1.0"
license: "Apache-2.0"
contents: contents:
- src: "/tmp/sblim-sfcc-SFCC_2_2_8/.libs/lib*.so*" - src: "/tmp/sblim-sfcc-SFCC_2_2_8/.libs/lib*.so*"