diff --git a/.github/actions/package-nfpm/action.yml b/.github/actions/package-nfpm/action.yml index 62323c950..0cd140c3e 100644 --- a/.github/actions/package-nfpm/action.yml +++ b/.github/actions/package-nfpm/action.yml @@ -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 }} diff --git a/dependencies/perl-openwsman/libwsman.yaml b/dependencies/perl-openwsman/libwsman.yaml index a09dffe48..4af6428b4 100644 --- a/dependencies/perl-openwsman/libwsman.yaml +++ b/dependencies/perl-openwsman/libwsman.yaml @@ -10,9 +10,8 @@ maintainer: "Centreon " 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.*" diff --git a/dependencies/perl-openwsman/perl-openwsman.yaml b/dependencies/perl-openwsman/perl-openwsman.yaml index 3dec5b066..08572463a 100644 --- a/dependencies/perl-openwsman/perl-openwsman.yaml +++ b/dependencies/perl-openwsman/perl-openwsman.yaml @@ -10,9 +10,8 @@ maintainer: "Centreon " 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" diff --git a/dependencies/perl-openwsman/sblim-sfcc.yaml b/dependencies/perl-openwsman/sblim-sfcc.yaml index 88f6374db..a3be033e7 100644 --- a/dependencies/perl-openwsman/sblim-sfcc.yaml +++ b/dependencies/perl-openwsman/sblim-sfcc.yaml @@ -10,9 +10,8 @@ maintainer: "Centreon " 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*"