FWIW, here's how to bypass the broken md5 in verify:
```
[root@sopuli rpm]# ./rpm -Uvh /tmp/hello-uc.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
        package hello-2.0-1.x86_64 does not verify: MD5 digest: BAD (Expected 
055607c4dee6464b9415ae726e7d81a7 != 839d24c30e5188e0b83599fbe3865919)
[root@sopuli rpm]# ./rpm -Uvh --define "_pkgverify_flags 0x20000" 
/tmp/hello-uc.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:hello-2.0-1                      ################################# [100%]
[root@sopuli rpm]#
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/880#issuecomment-537939976
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to