Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gorgone): move centreon-common dependency (#1792) #1796

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
* @centreon/owners-cpp

.github/** @centreon/owners-pipelines
packaging/** @centreon/owners-pipelines
selinux/** @centreon/owners-pipelines

tests/** @centreon/owners-robot-e2e
*.pm @centreon/owners-perl
*.pl @centreon/owners-perl

gorgone/ @centreon/owners-perl
gorgone/docs/ @centreon/owners-doc

.github/** @centreon/owners-pipelines
**/packaging/** @centreon/owners-pipelines
**/selinux/** @centreon/owners-pipelines

tests/** @centreon/owners-robot-e2e

gorgone/tests/robot/config/ @centreon/owners-perl
*.pm @centreon/owners-perl
*.pl @centreon/owners-perl
2 changes: 2 additions & 0 deletions gorgone/packaging/centreon-gorgone-centreon-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ overrides:
rpm:
depends:
- centreon-gorgone = ${VERSION}-${RELEASE}${DIST}
- centreon-common
deb:
depends:
- centreon-gorgone (= ${VERSION}-${RELEASE}${DIST})
- centreon-common
replaces:
- centreon-gorgone (<< 24.04.0)

Expand Down
4 changes: 1 addition & 3 deletions gorgone/packaging/centreon-gorgone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ scripts:
overrides:
rpm:
depends:
- centreon-common
- bzip2
- perl-Libssh-Session >= 0.8
- perl-CryptX
Expand Down Expand Up @@ -185,8 +184,7 @@ overrides:
- tar
- perl(lib)
deb:
depends: # those dependencies are taken from centreon-gorgone/packaging/debian/control
- centreon-common
depends:
- libdatetime-perl
- libtime-parsedate-perl
- libtry-tiny-perl
Expand Down