From 0520e8267a741013df72a10d2393c4c635cfdc0b78d7720a230136a497a4dfb6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 25 Nov 2017 10:11:14 +0000 Subject: [PATCH] * Rewrite BashismsCheck to actually work OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=552 --- _servicedata | 2 +- config | 2 +- rpmlint-checks-master.tar.xz | 4 ++-- rpmlint.changes | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_servicedata b/_servicedata index f7a5402..5c1d8f3 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://github.com/openSUSE/rpmlint-tests.git 8b163ac0aaf41e8424edbc4074a60f18e9cb9438 https://github.com/openSUSE/rpmlint-checks.git - 6dad4d07a25985d55850d2f6ba955ff25a9d7e47 \ No newline at end of file + 19a2516ec526f44b39a88e1757fc4f9fa1f3b603 \ No newline at end of file diff --git a/config b/config index 7063cdd..15af9b2 100644 --- a/config +++ b/config @@ -33,7 +33,7 @@ addCheck("CheckDBusPolicy") addCheck("CheckFilelist") addCheck("KMPPolicyCheck") addCheck("CheckUpdateAlternatives") -#addCheck("BashismsCheck") +addCheck("BashismsCheck") addCheck("CheckBuildDate") addCheck("CheckLogrotate") addCheck("CheckPAMModules") diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index 75d6dcc..8abc535 100644 --- a/rpmlint-checks-master.tar.xz +++ b/rpmlint-checks-master.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a30d4c3288ae15b88e5ee8f688a84f67fd66c8ef3a7aaa153d0834d8efeeda24 -size 23228 +oid sha256:31ced77bac654f56787b2d941e7b821696c79116204ff5943e31f1bfa7956f40 +size 23176 diff --git a/rpmlint.changes b/rpmlint.changes index c8fd6de..8bbbdfa 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -7,6 +7,7 @@ Fri Nov 24 10:09:26 UTC 2017 - opensuse-packaging@opensuse.org * Open paths within the rpm file itself * Fix python warning * BashismCheck: Only check regular files + * Rewrite BashismsCheck to actually work ------------------------------------------------------------------- Tue Nov 14 15:47:20 UTC 2017 - dimstar@opensuse.org