Panagiotis Georgiadis changed bug 1116116
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment # 4 on bug 1116116 from
Fixed :) To sum up:

1. I replaced the package caasp-dex with dex-oidc
2. I obsoleted these pkgs, so zypper removes caasp-dex in case is installed.
3. zypper ask you if it's OK the conflict with 'dex' provided by 'dex' pkg
(this is intentional).


Reproducer for QA Maintenance:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Before:
-------
> zypper -n in caasp-dex; caasp-dex version
> dex Version: was not built properly
> Go Version: go1.10.2
> Go OS/ARCH: linux amd6

-> Bug reproduced

After:
------
> zypper in dex-oidc  # that is dex-oidc-2.13.0-1.1.x86_64

> dex version
> dex Version: 2.13.0
> Go Version: go1.11.1
> Go OS/ARCH: linux amd64

-> Bug fixed


You are receiving this mail because: