SHA256
1
0
forked from pool/rpmlint

- Update rpmlint-checks to version master (bsc#1125314):

* coding style: fix indentation to satisfy flake8 travis-ci test
  * CheckPolkitPrivs: implement new check for files put into rules.d dirs
  * CheckPolkitPrivs: separate and refactor check for actions
  * CheckPolkitPrivs: separate and refactor check of polkit-default-privs.d
  * CheckPolkitPrivs: remove oudated PolicyKit path
  * CheckPolkitPrivs: clearer error message for files in /etc/polkit-default-privs.d

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=659
This commit is contained in:
Matthias Gerstner 2019-02-27 12:05:41 +00:00 committed by Git OBS Bridge
parent 53cccd9828
commit 7bd003f3d5
3 changed files with 14 additions and 3 deletions

View File

@ -3,4 +3,4 @@
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
<param name="changesrevision">8914352f9a703602fbe68224878d4b540bff72c4</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">2fa6dd19efd033b406b56ecbd664497fba602a2d</param></service></servicedata>
<param name="changesrevision">0182da1c31214e0b718e511a9a19178313e63852</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:599a413113b5713394ad2a0c5ce84f36a51f23f38d530a0593528abe919003f0
size 23508
oid sha256:a20b83d04eacafb220586ebac2e21e9ed90274b5616ad84f61f8f0f5f7a21fd5
size 25196

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 27 11:33:42 UTC 2019 - opensuse-packaging@opensuse.org
- Update rpmlint-checks to version master (bsc#1125314):
* coding style: fix indentation to satisfy flake8 travis-ci test
* CheckPolkitPrivs: implement new check for files put into rules.d dirs
* CheckPolkitPrivs: separate and refactor check for actions
* CheckPolkitPrivs: separate and refactor check of polkit-default-privs.d
* CheckPolkitPrivs: remove oudated PolicyKit path
* CheckPolkitPrivs: clearer error message for files in /etc/polkit-default-privs.d
-------------------------------------------------------------------
Thu Feb 14 08:26:11 UTC 2019 - jsegitz@suse.com