forked from pool/rpmlint
Accepting request 823721 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint
- Update of rpmlint-tests to version 84.87+git20200724.ef05f7e: * use /usr/bin/su instead of /bin/su since the latter is no longer allowed - Update of rpmlint-checks to version master: * Introduce new metadata whitelist type and related checks. Device files and world-writeable files will now be covered by new whitelists from rpmlint-security-whitelistings. - config: Enable new CheckWorldWritable and CheckDeviceFiles OBS-URL: https://build.opensuse.org/request/show/823721 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=743
This commit is contained in:
parent
b9aba72033
commit
d8994ce7f2
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
|
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
|
||||||
<param name="changesrevision">3ea152ba41f080462891f99711fee3712c56c8c7</param></service><service name="tar_scm">
|
<param name="changesrevision">3d948bb4c8be26e2ec8922d4c3430b0e0451994b</param></service><service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
|
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
|
||||||
<param name="changesrevision">00c0040faa30370f367de0d2bec3e7449db8c44b</param></service></servicedata>
|
<param name="changesrevision">9db2d998028dac60a5c5e16af303693b158b7272</param></service></servicedata>
|
2
config
2
config
@ -28,6 +28,8 @@ addCheck("BrandingPolicyCheck")
|
|||||||
addCheck("CheckSUIDPermissions")
|
addCheck("CheckSUIDPermissions")
|
||||||
# polkit-default-privs would need to be installed always
|
# polkit-default-privs would need to be installed always
|
||||||
addCheck("CheckPolkitPrivs")
|
addCheck("CheckPolkitPrivs")
|
||||||
|
addCheck("CheckWorldWritable")
|
||||||
|
addCheck("CheckDeviceFiles")
|
||||||
addCheck("CheckDBUSServices")
|
addCheck("CheckDBUSServices")
|
||||||
addCheck("CheckDBusPolicy")
|
addCheck("CheckDBusPolicy")
|
||||||
addCheck("CheckFilelist")
|
addCheck("CheckFilelist")
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:894bf2d7d531c04f1e49c0a90ad0d69c859b7f6ecdbc1363ad2287fdd4d06233
|
oid sha256:99c0c9bc7ceae9002020d0d557b5b023f2f9baa7a150a8e54292e174f9e9aceb
|
||||||
size 29240
|
size 31604
|
||||||
|
3
rpmlint-tests-84.87+git20200724.ef05f7e.tar.xz
Normal file
3
rpmlint-tests-84.87+git20200724.ef05f7e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5423af9fa9924f86439a06e98867d2a9895d51e457447d1df111913a72450e8
|
||||||
|
size 13632
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 31 10:28:58 UTC 2020 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Update of rpmlint-tests to version 84.87+git20200724.ef05f7e:
|
||||||
|
* use /usr/bin/su instead of /bin/su since the latter is no longer allowed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 28 14:28:17 UTC 2020 - malte.kraus@suse.com
|
Fri Feb 28 14:28:17 UTC 2020 - malte.kraus@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: rpmlint-Factory-strict
|
|||||||
BuildRequires: rpmlint-mini
|
BuildRequires: rpmlint-mini
|
||||||
|
|
||||||
Name: rpmlint-tests
|
Name: rpmlint-tests
|
||||||
Version: 84.87+git20200221.3ea152b
|
Version: 84.87+git20200724.ef05f7e
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: rpmlint regression tests
|
Summary: rpmlint regression tests
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 31 10:29:00 UTC 2020 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Update of rpmlint-checks to version master:
|
||||||
|
* Introduce new metadata whitelist type and related checks. Device files and
|
||||||
|
world-writeable files will now be covered by new whitelists from
|
||||||
|
rpmlint-security-whitelistings.
|
||||||
|
- config: Enable new CheckWorldWritable and CheckDeviceFiles
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 24 09:05:55 UTC 2020 - matthias.gerstner@suse.com
|
Fri Jul 24 09:05:55 UTC 2020 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user