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
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@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
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.
First of all, thanks for the reply. That's what I'm doing now but I'm trying to find a smaller set (possibly the absolutely minimum) since I have to upload long distance to many places.
On 1/3/06, Johnny Hughes mailing-lists@hughesjr.com wrote:
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.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQBDuvIoTKkMgmrBY7MRAl+BAJ4l9s0Zb5hncjbSoyMEh9qtj25KSACfazea fk/7PDc6G4TISLJoa8zopns= =P9gR -----END PGP SIGNATURE-----
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Fong Vang sudoyang@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. ;->
On 1/3/06, Bryan J. Smith thebs413@earthlink.net wrote:
Fong Vang sudoyang@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. ;->
That would be great! Looking forward to it.
-- Bryan J. Smith Professional, Technical Annoyance b.j.smith@ieee.org http://thebs413.blogspot.com
*** Speed doesn't kill, difference in speed does *** _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos