fix multiple deliveries (#4777)
This commit is contained in:
parent
8958c7f6d5
commit
03659abde0
|
@ -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 }}
|
||||
|
|
|
@ -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.*"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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*"
|
||||
|
|
Loading…
Reference in New Issue