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

rpm missing symbolic link (1.1.3) #242

Closed
bovy89 opened this issue Jun 21, 2019 · 4 comments · Fixed by #244
Closed

rpm missing symbolic link (1.1.3) #242

bovy89 opened this issue Jun 21, 2019 · 4 comments · Fixed by #244
Labels

Comments

@bovy89
Copy link

bovy89 commented Jun 21, 2019

/usr/bin/rd symbolic link is missing in version 1.1.3

# repoquery -ql rundeck-cli-1.1.2
/usr/bin/rd
/var/lib/rundeck-cli
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.2
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.2/bin
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.2/bin/rd
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.2/lib
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.2/lib/rundeck-cli-1.1.2-all.jar
# repoquery -ql rundeck-cli-1.1.3
/var/lib/rundeck-cli
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.3
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.3/bin
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.3/bin/rd
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.3/lib
/var/lib/rundeck-cli/rundeck-cli-shadow-1.1.3/lib/rundeck-cli-1.1.3-all.jar
@padraiglennon
Copy link

padraiglennon commented Jun 26, 2019

This is causing an issue for me also and has caused me to rollback the upgrade

@gschueler gschueler added the bug label Jun 26, 2019
@gschueler
Copy link
Member

does it work with a clean install? we encountered an upgrade error from 1.1.2->1.1.3 relating to the symlink for /usr/bin/rd

@jplassnibatt
Copy link
Contributor

Workaround:
unlink /usr/bin/rd and reinstall rundeck-cli

gschueler added a commit that referenced this issue Jun 26, 2019
Fix #242 overwrite symlink if present, and remove on uninstall, add tests
@padraiglennon
Copy link

Hi Worked with a reinstall of the package. Thanks for the quick turnaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants