SHA256
1
0
forked from pool/rpmlint

Accepting request 768785 from home:jsegitz:branches:devel:openSUSE:Factory:rpmlint

- Update to version 84.87+git20200130.c0de5f4:
  * libzork4.spec: removed define for 'basename' in libzork4.spec. 
    This causes build errors because 'basename' is a builtin and it's 
    not used

- Update to version 84.87+git20200115.9339533:
  * use uname -m instead of uname -i as the latter is not portable
  * remove rpm directory upon make clean
  * Support for different output based on architecture. For that create a
    <NAME>.<ARCH>.ref file instead of <NAME>.ref E.g. debug.i386.ref
  * verify that new permissions paths need whitelisting

- Update to version master:
  * CheckCronJobs: correct cronjob-unauthorized-file explanation
  * Use named constants to check file modes
  * CheckSUIDPermissions.py: check new permission paths

OBS-URL: https://build.opensuse.org/request/show/768785
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=706
This commit is contained in:
Johannes Segitz
2020-01-30 15:50:27 +00:00
committed by Git OBS Bridge
parent 8db6ea5999
commit 32adcd543d
8 changed files with 36 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 30 08:06:15 UTC 2020 - jsegitz@suse.de
- Update to version master:
* CheckCronJobs: correct cronjob-unauthorized-file explanation
* Use named constants to check file modes
* CheckSUIDPermissions.py: check new permission paths
-------------------------------------------------------------------
Wed Dec 18 11:41:24 UTC 2019 - matthias.gerstner@suse.com