On Tue, 2006-01-03 at 16:48 -0500, Jim Wildman wrote:
On Tue, 3 Jan 2006, Fong Vang wrote:
Is there a way to determine what package changed from CentOS 4.1 to 4.2 (or between any two versions)? I need to create a yum repository to upgrade some machines that cannot talk to the Internet.
ls /centos4.1-rpm-dir > 4.1.rpms ls /centos4.2-rpm-dir > 4.2.rpms
comm -13 4.1.rpms 4.2.rpms
Also ... all you need to do is just copy all the 4.2 stuff into one directory and web enable it ... all the headers and repodata are already there to do a yum upgrade.