9ddfac9 Introduce the critpath package lists for f33 and f34.

Authored and Committed by mcermak 4 years ago
    Introduce the critpath package lists for f33 and f34.
    
    Based on https://fedoraproject.org/wiki/Critical_path_package
    Here's how the lists were constructed:
    
    for i in base gnome apps kde lxde xfce; do
    	dnf -q group info critical-path-$i
    done |\
    fgrep -v -e 'Packages:' -e 'Description:' -e 'Group:' |\
    sort -u
    
        
file modified
+1 -0