Bug 487597

Summary: "md5" remains in user interface
Product: [Fedora] Fedora Reporter: Miloslav Trmač <mitr>
Component: rpmAssignee: Jindrich Novy <jnovy>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ffesti, jnovy, pknirsch, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-27 13:42:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miloslav Trmač 2009-02-26 21:43:57 UTC
... which is mostly cosmetic, but someone was already confused by %verify(md5)...

Identified places:
- %verify
- {no,}md5 in rpmdiff and rpmdiff.cgi
- --nomd5 in poptI.c, poptQV.c
- cpio.c: "MD5 sum mismatch"

Comment 1 Jindrich Novy 2009-02-27 13:42:30 UTC
Fixed upstream.

--nomd5 is now replaced with --nofiledigest and new %verify(filedigest) is added. All the former md5 stuff like %verify(md5), etc. should go on to be functional. It is obsolete now though.