TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[errata] Rpm 3.0.2 release for all Red Hat platforms. (fwd)
FYI:
Forwarded message:
> From redhat-announce-list-request@redhat.com Wed Jul 7 13:26:02 1999
> MBOX-Line: From redhat-announce-list-request@redhat.com Wed Jul 7 14:27:04 1999
> Resent-Date: 7 Jul 1999 18:27:03 -0000
> Resent-Cc: "recipient.list.not.shown":;
> MBOX-Line: From redhat-watch-list-request@redhat.com Wed Jul 7 14:27:03 1999
> Message-ID: <19990707140513.W16480@devserv.devel.redhat.com>
> Date: Wed, 7 Jul 1999 14:05:13 -0400
> From: Jeff Johnson <jbj@redhat.com>
> To: redhat-watch-list@redhat.com
> Subject: [errata] Rpm 3.0.2 release for all Red Hat platforms.
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> X-Mailer: Mutt 0.91.1
> Approved: djb@redhat.com
> Resent-Message-ID: <"eEkrb2.0.tt2.tlvWt"@lists.redhat.com>
> Resent-From: redhat-watch-list@redhat.com
> Reply-To: redhat-watch-list@redhat.com
> X-Mailing-List: <redhat-watch-list@redhat.com> archive/latest/41
> X-Loop: redhat-watch-list@redhat.com
> X-URL: http://www.redhat.com
> X-Loop: redhat-announce-list@redhat.com
> Precedence: list
> Resent-Sender: redhat-announce-list-request@redhat.com
> X-URL: http://www.redhat.com
>
> ---------------------------------------------------------------------
> Red Hat, Inc. Errata Advisory
>
> Synopsis: Rpm 3.0.2 release for all Red Hat platforms.
> Advisory ID: RHEA-1999:018-01
> Issue date: 1999-07-07
> Keywords: rpm
> ---------------------------------------------------------------------
>
> 1. Topic:
> This release of rpm is intended to permit all Red Hat platforms to
> use the same version of rpm.
>
> 2. Bug IDs fixed:
> The most significant user-visible bugs fixed in rpm-3.0.2 are
> #2727 tetex after upgrade is missing files
> #2916 Cannot verify installed package against package.rpm
> #3449 Build of a noarch source package dumps core
>
> 3. Relevant releases/architectures:
> Red Hat Linux 4.x/5.x/6.0, all architectures
>
> 4. Obsoleted by:
>
> 5. Conflicts with:
>
> Packages that are linked with rpm-2.5.x libraries. This includes
> rpmfind, rpm2html, gnorpm, and kpackage. You will need to upgrade
> to a version of these packages that have been linked with rpm-3.0.x
> libraries.
>
> 6. RPMs required:
>
> Intel:
> For Redhat 4.x use ftp://updates.redhat.com/4.2/i386/
> rpm-3.0.2-4.x.i386.rpm
> rpm-devel-3.0.2-4.x.i386.rpm
> For Redhat 5.x use ftp://updates.redhat.com/5.2/i386/
> rpm-3.0.2-5.x.i386.rpm
> rpm-devel-3.0.2-5.x.i386.rpm
> For Redhat 6.0 use ftp://updates.redhat.com/6.0/i386/
> rpm-3.0.2-6.0.i386.rpm
> rpm-devel-3.0.2-6.0.i386.rpm
>
> Alpha:
> For Redhat 4.x use ftp://updates.redhat.com/4.2/alpha/
> rpm-3.0.2-4.x.alpha.rpm
> rpm-devel-3.0.2-4.x.alpha.rpm
> For Redhat 5.x use ftp://updates.redhat.com/5.2/alpha/
> rpm-3.0.2-5.x.alpha.rpm
> rpm-devel-3.0.2-5.x.alpha.rpm
> For Redhat 6.0 use ftp://updates.redhat.com/6.0/alpha/
> rpm-3.0.2-6.0.alpha.rpm
> rpm-devel-3.0.2-6.0.alpha.rpm
>
> Sparc:
> For Redhat 4.x use ftp://updates.redhat.com/4.2/sparc/
> rpm-3.0.2-4.x.sparc.rpm
> rpm-devel-3.0.2-4.x.sparc.rpm
> For Redhat 5.x use ftp://updates.redhat.com/5.2/sparc/
> rpm-3.0.2-5.x.sparc.rpm
> rpm-devel-3.0.2-5.x.sparc.rpm
> For Redhat 6.x use ftp://updates.redhat.com/6.0/sparc/
> rpm-3.0.2-6.0.sparc.rpm
> rpm-devel-3.0.2-6.0.sparc.rpm
>
> Source rpm:
> For Redhat 4.x use ftp://updates.redhat.com/4.2/SRPMS/rpm-3.0.2-4.x.src.rpm
> For Redhat 5.x use ftp://updates.redhat.com/5.2/SRPMS/rpm-3.0.2-5.x.src.rpm
> For Redhat 6.0 use ftp://updates.redhat.com/6.0/SRPMS/rpm-3.0.2-6.0.src.rpm
>
> 7. Problem description:
> This release of rpm is intended to permit all Red Hat platforms to
> use the same version of rpm.
>
> 8. Solution:
>
> Upgrade to the latest errata release of rpm by downloading the correct
> rpm and rpm-devel packages for your architecture and version of Red Hat
> Linux.
>
> You should install the packages by typing (assuming Red Hat 6.0/i386)
> rpm -U rpm-3.0.2-6.0.i386.rpm rpm-devel-3.0.2-6.0.i386.rpm
>
> If you are upgrading from rpm-2.5.x, you should then type
> rpm --rebuilddb
> because the database format has changed in rpm-3.0. (Note: if you
> decide to reinstall rpm-2.5.x, you should also type "rpm --rebuilddb" after
> reinstalling rpm-2.5.x in order to convert the database format back to
> the form used by rpm-2.5.x).
>
> If you use rpm to build packages, please note that the method of
> configuring rpm has changed. The commonest configuration problem
> encountered by packagers who upgrade is how to set topdir to
> something other than /usr/src/redhat:
>
> In rpm-2.5.x, you would put the following in ~/.rpmrc
> topdir: /path/to/your/directory/here
>
> In rpm-3.0.x, you should put the following in ~/.rpmmacros
> %_topdir /path/to/your/directory/here
>
> 9. Verification:
>
> MD5 sum Package Name
> --------------------------------------------------------------------------
> ac9fefe3016b7e5e6f3c98d514b66191 4.2/i386/rpm-3.0.2-4.x.i386.rpm
> 27cee0b5bb1f2792b4c0881e33f2384f 4.2/i386/rpm-devel-3.0.2-4.x.i386.rpm
> 5f391cb539caab922b12ff6aa1ef4b41 4.2/alpha/rpm-3.0.2-4.x.alpha.rpm
> 418416eaf031b5aaeeed062bc4f6ef40 4.2/alpha/rpm-devel-3.0.2-4.x.alpha.rpm
> 449c5368d3622a1038e0a081f3078aab 4.2/sparc/rpm-3.0.2-4.x.sparc.rpm
> 3b3761a5e5f75b7cf1dae17c7859a350 4.2/sparc/rpm-devel-3.0.2-4.x.sparc.rpm
> f34c98878a18e230150666f2dacdbbeb 4.2/SRPMS/rpm-3.0.2-4.x.src.rpm
>
> 8918ae8ed68a26745b0377c70b35339a 5.2/i386/rpm-3.0.2-5.x.i386.rpm
> 2e978540f2eb07a3f20131dfae6cd04f 5.2/i386/rpm-devel-3.0.2-5.x.i386.rpm
> 5af3d4d74fe67fd126c203599595857e 5.2/alpha/rpm-3.0.2-5.x.alpha.rpm
> ea70406e65d2d3a14a1177736927eef9 5.2/alpha/rpm-devel-3.0.2-5.x.alpha.rpm
> f3a5e6e32cdb401def5115aa866b1248 5.2/sparc/rpm-3.0.2-5.x.sparc.rpm
> 69931f1feae0b975667c3670c371ac50 5.2/sparc/rpm-devel-3.0.2-5.x.sparc.rpm
> 34d0fc0512071c6b2b2a97bd0e09a2f7 5.2/SRPMS/rpm-3.0.2-5.x.src.rpm
>
> d61023910fbc78b26148351a48dbe43c 6.0/i386/rpm-3.0.2-6.0.i386.rpm
> 9b7900703296c5f7537b3bbce01f6a7c 6.0/i386/rpm-devel-3.0.2-6.0.i386.rpm
> fdccf153bea81cccecb139de30d6a905 6.0/alpha/rpm-3.0.2-6.0.alpha.rpm
> be85e986366234610c9da6c317c21767 6.0/alpha/rpm-devel-3.0.2-6.0.alpha.rpm
> c753a9ecf3eb09bde232d3c7193c9c1b 6.0/sparc/rpm-3.0.2-6.0.sparc.rpm
> 83633bf49436404ed2a868de8265b85b 6.0/sparc/rpm-devel-3.0.2-6.0.sparc.rpm
> 95ab5869c82043c8c51e6d1449b24422 6.0/SRPMS/rpm-3.0.2-6.0.src.rpm
>
> These packages are also PGP signed by Red Hat Inc. for security. Our
> key is available at:
> http://www.redhat.com/corp/contact.html
>
> You can verify each package with the following command:
> rpm --checksig <filename>
>
> If you only wish to verify that each package has not been corrupted or
> tampered with, examine only the md5sum with the following command:
> rpm --checksig --nopgp <filename>
>
> 10. References:
>
>
>
> --
> To unsubscribe: mail redhat-watch-list-request@redhat.com with
> "unsubscribe" as the Subject.
>
> --
> To unsubscribe:
> mail -s unsubscribe redhat-announce-list-request@redhat.com < /dev/null
>