SHA256
1
0
forked from pool/rpmlint

* Rewrite BashismsCheck to actually work

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=552
This commit is contained in:
Dirk Mueller 2017-11-25 10:11:14 +00:00 committed by Git OBS Bridge
parent ac9ade0a1e
commit 0520e8267a
4 changed files with 5 additions and 4 deletions

View File

@ -3,4 +3,4 @@
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
<param name="changesrevision">8b163ac0aaf41e8424edbc4074a60f18e9cb9438</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">6dad4d07a25985d55850d2f6ba955ff25a9d7e47</param></service></servicedata>
<param name="changesrevision">19a2516ec526f44b39a88e1757fc4f9fa1f3b603</param></service></servicedata>

2
config
View File

@ -33,7 +33,7 @@ addCheck("CheckDBusPolicy")
addCheck("CheckFilelist")
addCheck("KMPPolicyCheck")
addCheck("CheckUpdateAlternatives")
#addCheck("BashismsCheck")
addCheck("BashismsCheck")
addCheck("CheckBuildDate")
addCheck("CheckLogrotate")
addCheck("CheckPAMModules")

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a30d4c3288ae15b88e5ee8f688a84f67fd66c8ef3a7aaa153d0834d8efeeda24
size 23228
oid sha256:31ced77bac654f56787b2d941e7b821696c79116204ff5943e31f1bfa7956f40
size 23176

View File

@ -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