rpmlint is a tool for checking for errors in rpm packages.
Questions tagged [rpmlint]
2 questions
5
votes
2 answers
Why is "dir-or-file-in-usr-local" an error rather than a warning?
I'm building some rpm packages and checking for standards and style conformance using rpmlint. The packages are specific to systems at my place of work and they won't get pushed upstream. Our packages include a variety of software, including…
jayhendren
- 8,224
- 2
- 30
- 55
1
vote
2 answers
Rpmlint "use-tmp-in-%postun" error
rpmlint output:
E: use-tmp-in-%postun
Spec file:
%postun
rm -r /var/aci /tmp/aci_tmp 2> /dev/null
Also, I cant remove package
How I can remove directory in /tmp after or before uninstalling this package?
PHPoenX
- 366
- 3
- 10