dnf update does not show updates
Everytime I restart my laptop and there are updates available, the Software Manager GUI tells me to update. So I type in
$ sudo dnf update
Last metadata expiration check performed 0:00:00 ago on Fri Aug 14 11:03:51 2015.
Dependencies resolved.
Nothing to do.
Complete!
Which is not the expected behavior. I need to do
$ sudo dnf clean all
every time, which is tedious.
Is there any simpler workaround or does this qualify as a bug?