diff options
author | Brian Behlendorf <[email protected]> | 2011-11-08 11:07:02 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-11-08 11:32:04 -0800 |
commit | 8c19f5b407132b7ee1d6b7dc7c763f2ae80be976 (patch) | |
tree | dc6e6f43e2b5e99fc4fcbfed5dc751af8689f255 /config | |
parent | 5547c2f1bf49802835fd6c52f15115ba344a2a8b (diff) |
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 <[email protected]>
Diffstat (limited to 'config')
-rw-r--r-- | config/suppressed-warnings.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/suppressed-warnings.txt b/config/suppressed-warnings.txt index 13a1efd76..621e3cdba 100644 --- a/config/suppressed-warnings.txt +++ b/config/suppressed-warnings.txt @@ -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:.* |