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

Fixes for RHEL-15902 #2085

Merged

Commits on Apr 23, 2024

  1. Fix handling installonly packages reasons

    Upstream commit: a4d815e
    
    The original code took the first item from all remaining packages.
    It means a random reason and use it to keep installonly package reason.
    
    Related: https://issues.redhat.com/browse/RHEL-15902
    Closes: rpm-software-management#2061
    j-mracek authored and ppisar committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    186be49 View commit details
    Browse the repository at this point in the history
  2. Remove confusing sentence from documentation

    Upstream commit: 824a95e
    
    Installonly packages are handled by autoremove command in a similar
    way like other package.
    
    Resolves: https://issues.redhat.com/browse/RHEL-15902
    j-mracek authored and ppisar committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a0a8504 View commit details
    Browse the repository at this point in the history
  3. Remove "leaf" word from documentation

    Upstream commit: a6d4cd7
    
    Leaf packages term is not define in documentation and it even
    represent different set of packages that are showed by leaves command.
    
    Related: https://issues.redhat.com/browse/RHELDOCS-17711
    Resolves: https://issues.redhat.com/browse/RHEL-15902
    j-mracek authored and ppisar committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    28e3165 View commit details
    Browse the repository at this point in the history
  4. Update documentation of history userinstalled command

    Upstream commit: 929d913
    
    The described behavior differs from current behavior therefore
    it might create a confusion.
    
    Resolves: https://issues.redhat.com/browse/RHEL-15902
    j-mracek authored and ppisar committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1aaaccb View commit details
    Browse the repository at this point in the history