xsuchy / rpmconf

Tool to handle rpmnew and rpmsave files
43 stars 19 forks source link

Don't exit with an error code if directory /usr/share/rpmconf does not exist #8

Closed mavit closed 10 years ago

xsuchy commented 10 years ago

rpmconf requires rpmconf-base, which owns /usr/share/rpmconf. Therefore this condition should be always satisfied. What story happened to you that you have need to add this condition?

mavit commented 10 years ago

I was running rpmconf from git, without installing it with rpm first.

xsuchy commented 10 years ago

This will does not work, it will fail on importing gpg keys anyway. I have no intention to support running directly from git. Installing development version is easy as:

git commit -a -m 'some testing'
tito build --test --rpm -i

WONTFIX