Find Trailing Packages
by
zcat
—
last modified
Dec 20, 2007 12:21 PM
—
filed under:
Testing
This is a script to run after upgrading from the previous Fedora release to the current respin, in order to check for un-upgraded trailing packages, dupes, and other potential upgrade problems.
The script
The script's not perfect, but it works well enough for now.
Example output for f7 default -> f8-20071218:
[root@localhost ~]# ./find-trailing-packages.sh /mnt/f8respin/
Packages Installed: 880
Packages Upgraded: 789
Packages Not Upgraded: 91
Package Duplicates: 1
Dupes list:
2 avahi
dbus-python not upgraded for some other reason
Reasons why some packages were not upgraded:
1) Version unchanged [OK]: 73
2) Package unavailable [??]: 17
3) Other [??]: 1
Unavailable packages:
avahi-compat-howl
bittorrent-gui
chkfontpath
gnome-python2-gtksourceview
gpg-pubkey
gutenprint-plugin
libFS
libtermcap
mgetty
perl-CPAN
PyXML
readahead
tcsh
termcap
xorg-x11-fonts-75dpi
xorg-x11-xfs
yum-fastestmirror
Other packages:
dbus-python

