bbdbf1e live-minimizations: don't exclude wget

Authored and Committed by dustymabe 6 years ago
    live-minimizations: don't exclude wget
    
    Needed by a few different things. For example to build the security live
    image you run into these problems if you exclude wget:
    
     Problem 1: conflicting requests
      - nothing provides /usr/bin/wget needed by openvas-scanner-5.1.1-4.fc27.x86_64
     Problem 2: package wireshark-gtk-1:2.4.4-2.fc28.x86_64 requires wireshark-cli = 1:2.4.4-2.fc28, but none of the providers can be installed
      - package wireshark-cli-1:2.4.4-2.fc28.i686 requires libsmi.so.2, but none of the providers can be installed
      - package wireshark-cli-1:2.4.4-2.fc28.x86_64 requires libsmi.so.2()(64bit), but none of the providers can be installed
      - conflicting requests
      - nothing provides wget needed by libsmi-0.4.8-21.fc28.i686
      - nothing provides wget needed by libsmi-0.4.8-21.fc28.x86_64
     Problem 3: package wireshark-1:2.4.4-2.fc28.x86_64 requires wireshark-cli = 1:2.4.4-2.fc28, but none of the providers can be installed
      - package wireshark-cli-1:2.4.4-2.fc28.i686 requires libsmi.so.2, but none of the providers can be installed
      - package wireshark-cli-1:2.4.4-2.fc28.x86_64 requires libsmi.so.2()(64bit), but none of the providers can be installed
      - conflicting requests
      - nothing provides wget needed by libsmi-0.4.8-21.fc28.i686
      - nothing provides wget needed by libsmi-0.4.8-21.fc28.x86_64
    
    Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
    
        
file modified
+0 -1