xsuchy / fedora-upgrade

Upgrade Fedora to next version using DNF upgrade without the need to reboot during the upgrade.
GNU General Public License v2.0
43 stars 16 forks source link

add wget require explicit dependency #6

Closed lmello closed 11 years ago

lmello commented 11 years ago

We use wget on fedora-upgrade and it isn't installed by default on fedora.

Bellow is the error message user would get when running fedora-upgrade without having wget on the system:

/sbin/fedora-upgrade: line 93: wget: command not found argument is not an RPM package cpio: premature end of file

This commit fix this issue, by explicit requiring wget on RPM Spec file.

xsuchy commented 11 years ago

I thought that wget is in minimal installation? Hmm. I was obviously wrong. Thanks for that catch. Will merge this one, but I will partialy revert that change of release number and changelog, because 1) bump up just version (release is for downstream, i.e Fedora distribution) 2) This is automatically done by "tito tag", which do some more things.

xsuchy commented 11 years ago

https://admin.fedoraproject.org/updates/fedora-upgrade-20.2-1.fc19

lmello commented 11 years ago

Thanks for addressing this issue so fast!! :-)
I am in the process of updating my fedora 19. :-D