[Rpm-maint] [rpm-software-management/rpm] RFE: actually implement --nomanifest* while installing packages. (#458)

Panu Matilainen notifications at github.com
Wed Aug 15 09:57:09 UTC 2018


Like said in #437, it IS handled, added way way back in commit 
0e6c5e890460224f455c0ef9e516ea675b00208d:

```
[pmatilai at sopuli ~]$ echo no_such_file > junk
[pmatilai at sopuli ~]$ rpm -Uvh junk 
error: open of no_such_file failed: No such file or directory
[pmatilai at sopuli ~]$ rpm -Uvh --nomanifest junk 
error: junk cannot be installed
[pmatilai at sopuli ~]$ rpm -i --nomanifest junk 
error: junk cannot be installed
```

If you have a case that is *actually* not working, a reproducer please.

-- 
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/issues/458#issuecomment-413150492
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180815/3abcc815/attachment.html>


More information about the Rpm-maint mailing list