Filter out non PIE warning for tdbbackup, tdbdump, and tdbtool.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=13
This commit is contained in:
parent
61907ba5e7
commit
b9164136b4
@ -1,2 +1,9 @@
|
||||
# non PIE is ok for tdbbackup tdbdump tdbrestore tdbtool
|
||||
setBadness('non-position-independent-executable',0)
|
||||
## non PIE is ok for tdbbackup tdbdump tdbtool
|
||||
#setBadness('non-position-independent-executable',0)
|
||||
#https://build.opensuse.org/request/show/123311
|
||||
#For Factory submissions, you can not use setBadness. Use filters in tdb/tdb-tools.rpmlintrc
|
||||
#
|
||||
# filter non PIE executable warning for tdbbackup tdbdump tdbtool
|
||||
addFilter("W: non-position-independent-executable /usr/bin/tdbbackup")
|
||||
addFilter("W: non-position-independent-executable /usr/bin/tdbdump")
|
||||
addFilter("W: non-position-independent-executable /usr/bin/tdbtool")
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 20:17:54 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Filter out non PIE warning for tdbbackup, tdbdump, and tdbtool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 18:38:42 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user