RPM

Comment 1 for bug 633683

Revision history for this message
In , Christian (christian-redhat-bugs) wrote :

Description of problem:

I have xorg-x11-server-utils installed and when I install bash-completion a lot of symbolic link in /etc/bash_completion.d are created to files in /usr/share/bash-completion/ by trigger scripts in bash-completion. However the xrandr script is not installed (no symbolic link) so it is not available (unless manually creating link).

Version-Release number of selected component (if applicable):
xorg-x11-server-utils-7.4-13.fc12.x86_64
bash-completion-1.1-6.fc12.noarch

How reproducible:
Always

Steps to Reproduce:
1. Make sure xorg-x11-server-utils is installed
2. Install bash-completion: yum install bash-completion

Actual results:
The symbolic link /etc/bash_completion.d/xrandr does not exists.

Expected results:
The symbolic link /etc/bash_completion.d/xrandr should exists.

Additional info:
I think the problem is that there are 2 triggerin scriptlet attached to
xorg-x11-server-utils in the bash-completion package. The first one is for xhost, the second one is for xrandr. While xrandr is not installed properly, xhost seems fine.

Therefore there is probably a limit in rpm preventing duplicate triggers from working properly. So the xhost and xrandr should be merged into one triggerin.