SHA256
1
0
forked from pool/rpmlint

Accepting request 613952 from devel:openSUSE:Factory:rpmlint

- add Lua/NodeJS related groups to list of valid groups (bsc#1095769)

- 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

- Add Development/Languages/OCaml group.

OBS-URL: https://build.opensuse.org/request/show/613952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=295
This commit is contained in:
Dominique Leuenberger 2018-06-05 10:52:03 +00:00 committed by Git OBS Bridge
commit b6d886339b
4 changed files with 25 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>

4
config
View File

@ -104,6 +104,9 @@ 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',
'Development/Languages/Python',
@ -137,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,21 @@
-------------------------------------------------------------------
Mon Jun 4 09:20:38 UTC 2018 - dmueller@suse.com
- add Lua/NodeJS related groups to list of valid groups (bsc#1095769)
-------------------------------------------------------------------
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
- Add Development/Languages/OCaml group.
-------------------------------------------------------------------
Fri May 4 17:06:53 UTC 2018 - okurz@suse.com