Description of problem: Missing /usr/bin/ctags Version-Release number of selected component (if applicable): ctags-5.8-7 How reproducible: always Steps to Reproduce: In spec: mv %{buildroot}/%_bindir/ctags %{buildroot}/%_bindir/exuberant-ctags mv %{buildroot}/%_mandir/man1/ctags.1 %{buildroot}/%_mandir/man1/exuberant-ctags.1 Fedora have /usr/bin/ctags Please add symlinks. Reproducible: Steps to Reproduce:
Keywords: (none) => TriagedAssignee: bugsquad => bruno
ctags uses the update-alternative method to provide /usr/bin/ctags: $ update-alternatives --list ctags /usr/bin/exuberant-ctags $ which ctags /usr/bin/ctags This is manage in the %post part.
Status: NEW => RESOLVEDResolution: (none) => INVALID
If %post part does not work always, then you forgot to add reguires for update-alternatives. Requires(pre): update-alternatives
Status: RESOLVED => REOPENEDResolution: INVALID => (none)
Indeed ! Update in rev 8 now pushed to cauldron
Status: REOPENED => RESOLVEDResolution: (none) => FIXED