From 3fbea9d88199c12fe905eabab33bfa09d9f9ddecda2459cafec9fbc40478ab2e Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Tue, 30 Jul 2019 08:15:16 +0000 Subject: [PATCH] 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: https://github.com/rpm-software-management/rpmlint/commit/97d6caf9ac3eb011e3f30dbc473f079b20fb56f9 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 --- add-check-for-a-non-zero-.text-segment-in-.a-archive.patch | 2 +- rpmlint.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/add-check-for-a-non-zero-.text-segment-in-.a-archive.patch b/add-check-for-a-non-zero-.text-segment-in-.a-archive.patch index c69fe75..8e88db3 100644 --- a/add-check-for-a-non-zero-.text-segment-in-.a-archive.patch +++ b/add-check-for-a-non-zero-.text-segment-in-.a-archive.patch @@ -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 diff --git a/rpmlint.changes b/rpmlint.changes index bb7ce1e..674005e 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jul 28 15:04:34 UTC 2019 - Martin Liška + +- 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