edb6320 Storing and restoring alterntives during update manually

Authored and Committed by jvanek 2 years ago
    Storing and restoring alterntives during update manually
    
    Fixing:
    Bug 2001567 - update of JDK/JRE is removing its manually selected alterantives and select (as auto) system JDK/JRE
    
    The move of alternatives creation to posttrans to fix:
    Bug 1200302 - dnf reinstall breaks alternatives
    Had caused the alternatives to be removed, and then created again,
    instead of being added, and then removing the old, and thus persisting
    the selection in family
    
    Thus this fix, is storing the family of manually selected master, and if
    stored, then it is restoring the family of the master
    
        
  • Package tests for edb63206: passed
    2 years ago
  • Zuul
    failure
    Jobs result is failure
    2 years ago
  • Build completed
    success
    Built as java-1.8.0-openjdk-1:1.8.0.322.b06-6.fc37
    2 years ago
  • Build failed
    failure
    Built as java-1.8.0-openjdk-1:1.8.0.322.b06-6.eln114
    2 years ago
  • Build completed
    success
    Built as java-1.8.0-openjdk-1:1.8.0.322.b06-6.eln115
    2 years ago
file modified
+120 -25