Accepting request 719393 from home:marxin:branches:devel:openSUSE:Factory:rpmlint

- Update add-check-for-a-non-zero-.text-segment-in-.a-archive.patch patch
  to:
  97d6caf9ac

OBS-URL: https://build.opensuse.org/request/show/719393
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=676
This commit is contained in:
Johannes Segitz 2019-07-30 08:15:16 +00:00 committed by Git OBS Bridge
parent defff5a11b
commit 3fbea9d881
2 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,7 @@ index 36d73f8..8200f1b 100644
+ # [Nr] Name Type Address Off Size ES Flg Lk Inf Al
+ # [ 1] .text PROGBITS 0000000000000000 000040 000000 00 AX 0 0 1
+ text_section_regex = re.compile(r'.*\.text\s*\w+\s*\w*\s*\w*\w*\s*(\w*).*')
+ text_section_regex = re.compile(r'\s*\[[ 0-9]+\]\s*\.text\s*\w+\s*\w*\s*\w*\w*\s*(\w*).*.')
+
def __init__(self, pkg, path, fname, is_ar, is_shlib):
self.readelf_error = False

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 28 15:04:34 UTC 2019 - Martin Liška <mliska@suse.cz>
- Update add-check-for-a-non-zero-.text-segment-in-.a-archive.patch patch
to:
https://github.com/rpm-software-management/rpmlint/commit/97d6caf9ac3eb011e3f30dbc473f079b20fb56f9
-------------------------------------------------------------------
Mon Jul 22 11:44:51 UTC 2019 - Martin Liška <mliska@suse.cz>