#1014 Replace all 'wget' with 'wget2-wget': Wget2asWget Change
Merged 4 months ago by ngompa. Opened 4 months ago by adamwill.
adamwill/fedora-kickstarts wget2-wget  into  main

file modified
+1 -1
@@ -92,7 +92,7 @@ 

  mc

  vim

  nano

- wget

+ wget2-wget

  

  # Add dependencies for the welcome screen

  # (this makes it run also on non-GNOME systems)

file modified
+1 -1
@@ -99,7 +99,7 @@ 

  vim-minimal

  vte-profile

  vulkan-loader

- wget

+ wget2-wget

  which

  whois

  words

file modified
+1 -1
@@ -21,7 +21,7 @@ 

  gnome-keyring-pam

  # Admin tools are handy to have

  @admin-tools

- wget

+ wget2-wget

  # Better more popular browser

  system-config-printer

  # Install XFCE polkit

@@ -10,7 +10,7 @@ 

  nano

  openssh-clients

  vim-enhanced

- wget

+ wget2-wget

  

  # Remove Pythons possibly recommended by tox

  -python2

file modified
+1 -1
@@ -19,7 +19,7 @@ 

  @xfce-media

  @xfce-office

  

- wget

+ wget2-wget

  system-config-printer

  

  # save some space

Per https://fedoraproject.org/wiki/Changes/Wget2asWget , wget
has been retired from Rawhide and replaced by wget2-wget.

I think kickstarts do resolve Provides so this probably works
okay as-is, but it seems clearer to update the name.

Signed-off-by: Adam Williamson awilliam@redhat.com

Pull-Request has been merged by ngompa

4 months ago