SHA256
1
0
forked from pool/rpmlint

- add Lua/NodeJS related groups to list of valid groups

- Update rpmlint-checks to version master:
  * Blacklist python test folder in python packages
  * Error out on /etc/bash_completion.d in packages
  * Do not use otherproviders() SUSEism

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=593
This commit is contained in:
Dirk Mueller 2018-06-04 09:20:58 +00:00 committed by Git OBS Bridge
parent 84940addb2
commit c570150c6e
4 changed files with 19 additions and 3 deletions

View File

@ -3,4 +3,4 @@
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
<param name="changesrevision">f4dfbdc2cc367245537df410353a64d67cbcc519</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">aecdbb0c5cee167387f7769a77148668e908a8d8</param></service></servicedata>
<param name="changesrevision">b8bbedf5f1bdfae4e9a50253abf09f81be4a55e4</param></service></servicedata>

3
config
View File

@ -104,6 +104,8 @@ setOption('ValidGroups', [
'Development/Languages/Fortran',
'Development/Languages/Haskell',
'Development/Languages/Java',
'Development/Languages/Lua',
'Development/Languages/NodeJS',
'Development/Languages/OCaml',
'Development/Languages/Other',
'Development/Languages/Perl',
@ -138,6 +140,7 @@ setOption('ValidGroups', [
'Documentation/Howto',
'Documentation/HTML',
'Documentation/Man',
'Documentation/NodeJS',
'Documentation/Other',
'Documentation/SUSE',
'Hardware/Camera',

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:673615c77f0afe748213b301d070b584cfbc2a45e60012e62714106cd5f00c69
size 23192
oid sha256:75d6dcf83002964adefe908ed67f151ae2ce7b6f3cbd09edab9f0ef519e35cea
size 23252

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jun 4 09:20:38 UTC 2018 - dmueller@suse.com
- add Lua/NodeJS related groups to list of valid groups
-------------------------------------------------------------------
Mon Jun 04 09:16:19 UTC 2018 - opensuse-packaging@opensuse.org
- Update rpmlint-checks to version master:
* Blacklist python test folder in python packages
* Error out on /etc/bash_completion.d in packages
* Do not use otherproviders() SUSEism
-------------------------------------------------------------------
Wed May 16 03:26:14 UTC 2018 - andy@onthewings.net