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
steps:
- name: Remove previously packaged DEBs and RPMs
run: |
rm -f ./*.deb
rm -f ./*.rpm
shell: bash
- name: Import gpg key
env:
RPM_GPG_SIGNING_KEY: ${{ inputs.rpm_gpg_key }}

View File

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

View File

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

View File

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