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

Add an <internet/> kind to requires/recommends/supports #421

Closed
wants to merge 2 commits into from

Commits on Jul 23, 2022

  1. spec: Add an <internet/> kind to requires/recommends/supports

    This allows apps to specify whether they require the internet to work,
    or whether they explicitly work fully without internet.
    
    Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
    
    Fixes: ximion#343
    pwithnall committed Jul 23, 2022
  2. as-relation: Add support for the new <internet/> requires/recommends …

    …kind
    
    Includes tests for the XML and YAML implementations.
    
    Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
    
    Fixes: ximion#343
    pwithnall committed Jul 23, 2022