Fong Vang
2006-Jan-03 21:21 UTC
[CentOS] Determine what changed between CentOS 4.1 and CentOS 4.2
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. Thanks for any help. ID:FONGVANG
Jim Wildman
2006-Jan-03 21:48 UTC
[CentOS] Determine what changed between CentOS 4.1 and CentOS 4.2
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 ------------------------------------------------------------------------ Jim Wildman, CISSP, RHCE jim at rossberry.com http://www.rossberry.com "Society in every state is a blessing, but Government, even in its best state, is a necessary evil; in its worst state, an intolerable one." Thomas Paine
Bryan J. Smith
2006-Jan-03 22:07 UTC
[CentOS] Determine what changed between CentOS 4.1 and CentOS 4.2
Fong Vang <sudoyang at gmail.com> wrote:> Is there a way to determine what package changed from > CentOS 4.1 to 4.2 (or between any two versions)?Update one system, then look at the /var/cache/yum directory to see what packages were updated. You can use those packages directly.> I need to create a yum repository to upgrade some machines > that cannot talk to the Internet.You're getting into the larger realm of enterprise configuration management. Damn I really need to get moving on that book. ;-> -- Bryan J. Smith Professional, Technical Annoyance b.j.smith at ieee.org http://thebs413.blogspot.com ---------------------------------------------------- *** Speed doesn't kill, difference in speed does ***