- Update to version 84.87+git20171009.dfac67b:

* Adjust output for enabled non-std group checks
- Update rpmlint-checks to version master:
  * Fix false positives for -theme- -> -branding- rename
  * Stop leaking filedescriptors
  * Pythonic fixes
  * Drop CheckAppdata (there is AppDataCheck upstream)
  * Tighten ELF check
  * Tiny code formatting cleanup
  * Tighten the branding policy reporting a bit to make it less confusing

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=519
This commit is contained in:
Dirk Mueller 2017-10-10 09:22:46 +00:00 committed by Git OBS Bridge
parent 35d99b203b
commit 92b014372d
8 changed files with 22 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
<param name="changesrevision">a05216ca4502eb1c029f68534ada12092e139999</param></service><service name="tar_scm">
<param name="changesrevision">dfac67b7f6db8d9310edb03d77da958a925ea4e0</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">b82179a9c8d48a3573e8c4f4770500d1fe932921</param></service></servicedata>
<param name="changesrevision">cc484338f1fe7e84ee618c3f2c46fa3daaf68912</param></service></servicedata>

1
config
View File

@ -38,7 +38,6 @@ addCheck("CheckBuildDate")
addCheck("CheckLogrotate")
addCheck("CheckPAMModules")
addCheck("CheckRCLinks")
addCheck("CheckAppdata")
addCheck("CheckSystemdInstall")
addCheck("TmpFilesCheck")
addCheck("CheckSysVinitOnSystemd")

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a0d1c0f84b777aa36e5f31dda97ce4cf4d803eb4f2d256edd75063c6e679bcb
size 23192
oid sha256:21c900237358f0f050749f7d61b2607de84959f2729f5c6cdd28374ccbcf80cb
size 23024

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68342457aa0a0e55de2482a10ff6607b2ae0540cea0a5e8bee734e67cb41ef1a
size 11204

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dceb111b4ebbee16f1f0f51f6318d52bf7b30146afca5de4d679c7480fc178a1
size 11228

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 10 09:19:30 UTC 2017 - opensuse-packaging@opensuse.org
- Update to version 84.87+git20171009.dfac67b:
* Adjust output for enabled non-std group checks
-------------------------------------------------------------------
Sat Sep 30 16:19:07 UTC 2017 - opensuse-packaging@opensuse.org

View File

@ -23,7 +23,7 @@ BuildRequires: rpmlint-Factory-strict
BuildRequires: rpmlint-mini
Name: rpmlint-tests
Version: 84.87+git20170930.a05216c
Version: 84.87+git20171009.dfac67b
Release: 0
Summary: rpmlint regression tests
License: SUSE-Public-Domain

View File

@ -2,6 +2,14 @@
Tue Oct 10 09:06:23 UTC 2017 - dmueller@suse.com
- add 0001-Avoid-false-positives-on-is_elf-check.patch (bsc#1057216)
- Update rpmlint-checks to version master:
* Fix false positives for -theme- -> -branding- rename
* Stop leaking filedescriptors
* Pythonic fixes
* Drop CheckAppdata (there is AppDataCheck upstream)
* Tighten ELF check
* Tiny code formatting cleanup
* Tighten the branding policy reporting a bit to make it less confusing
-------------------------------------------------------------------
Fri Oct 6 09:20:48 UTC 2017 - lnussel@suse.de