Bug 830866

Summary: use update-alternatives --slave
Product: [Fedora] Fedora Reporter: Christophe Fergeau <cfergeau>
Component: valaAssignee: Michel Lind <michel>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: michel, zeenix
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-01 05:04:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christophe Fergeau 2012-06-11 14:33:16 UTC
Description of problem:
The vala package currently install 8 alternatives:
/etc/alternatives/vala
/etc/alternatives/valac
/etc/alternatives/valac.1.gz
/etc/alternatives/vala-gen-introspect
/etc/alternatives/vala-gen-introspect.1.gz
/etc/alternatives/vapicheck
/etc/alternatives/vapigen
/etc/alternatives/vapigen.1.gz


However, I don't think it makes sense to have some of them point to vala 0.14 and others point to 0.16. Changing one should change all the others. update-alternatives has a master/slave feature to handle this:
«
       It  is  often useful for a number of alternatives to be synchronised,
       so that they are changed as a group; for example, when  several  ver‐
       sions  of  the vi(1) editor are installed, the man page referenced by
       /usr/share/man/man1/vi.1 should correspond to the  executable  refer‐
       enced  by  /usr/bin/vi.  alternatives handles this by means of master
       and slave links; when the master is changed,  any  associated  slaves
       are  changed  too.  A master link and its associated slaves make up a
       link group.
»

I think the way to achieve this is something like
update-alternatives /usr/bin/vala vala /usr/bin/vala-0.16 90 --slave /usr/bin/valac valac /usr/bin/valac-0.16 --slave /usr/share/man/man1/vala.1.gz vala.1.gz /usr/share/man/man1/vala-0.16.1.gz --slave ...

Comment 1 Fedora End Of Life 2013-07-04 00:59:54 UTC
This message is a reminder that Fedora 17 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 17. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '17'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 17's end of life.

Bug Reporter:  Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 17 is end of life. If you 
would still like  to see this bug fixed and are able to reproduce it 
against a later version  of Fedora, you are encouraged  change the 
'version' to a later Fedora version prior to Fedora 17's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 Fedora End Of Life 2013-08-01 05:04:19 UTC
Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.