This pops up from time to time as a bug report. The message rpm prints for too 
low disk space/too few inodes is a bit confusing:
```
foo.noarch needs 377MB on the /usr/src filesystem
```
But the disk has more than 377 MB free space.

What's meant is that it needs 377 MB *more* disk space. Could you please change 
the
messages to:

```
installing package %s needs %" PRIu64 "%cB more space on the %s filesystem
installing package %s needs %" PRIu64 " more inodes on the %s filesystem
```
I.e. add `more space` and `more`.


-- 
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/879
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to