mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
Suppress packaging warning
Only under Ubuntu Lucid the rpm packaging step mistakenly adds the following files twice to the package because of the /lib naming convention. This is harmless but results in a warning which the buildot flags as a failure. Suppress this warning. warning: File listed twice: /lib/udev/rules.d warning: File listed twice: /lib/udev/rules.d/60-zpool.rules warning: File listed twice: /lib/udev/rules.d/60-zvol.rules warning: File listed twice: /lib/udev/rules.d/90-zfs.rules warning: File listed twice: /lib/udev/sas_switch_id warning: File listed twice: /lib/udev/zpool_id warning: File listed twice: /lib/udev/zvol_id Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
5547c2f1bf
commit
8c19f5b407
@ -4,3 +4,4 @@
|
||||
None : ^libtool: install: warning: relinking `.*'$
|
||||
None : ^libtool: install: warning: remember to run `libtool --finish .*'$
|
||||
None : ^libtool: install: warning: `.*' has not been installed in `.*'$
|
||||
None : ^warning: File listed twice:.*
|
||||
|
Loading…
Reference in New Issue
Block a user