Closed okynos closed 6 years ago
Hi @okynos,
I will explain the problem. If you install a wazuh-manager-3.2.4-1.x86_64
, you can install a wazuh-api-3.2.4-1.x86_64
which requires a wazuh-manager package installed. This will create a dependency tree between the wazuh-api package and the wazuh-manager package.
If you install the wazuh-manager package for v3.7.0 using yum install wazuh-manager-3.7.0-0.0.3713.30102018.37.nightly
this will update the wazuh-manager package to v3.7.0 and break the dependency with the wazuh-api-3.2.4 package.
To preserve this dependency, yum
will install the wazuh-manager-3.2.4.i386 package. This will preserve the dependency wazuh-api-3.2.4 => wazuh-manager-3.2.4
, but, this package will conflict with the wazuh-manager-3.7.0 package.
This issue doesn't appear if you try to upgrade the manager using yum upgrade wazuh-manager-3.7.0-0.0.3713.30102018.37.nightly
. This will upgrade the wazuh-manager and the wazuh-api packages.
Also, if you run yum install wazuh-api-3.7.0-0.0.3702.30102018.37.nightly
, this will upgrade also both packages. In addition, you can specify the version of both packages using yum upgrade wazuh-manager-3.7.0-0.0.3713.30102018.37.nightly wazuh-api-3.7.0-0.0.3702.30102018.37.nightly
.
So, we need to change the test to avoid this kind of errors.
Regards, Braulio.
Hi team,
This night the upgrade test in Fedora 26 fails with the next log:
It seems like want to install i386 version, but other updates from Fedora 26 work well.