From 36eb156f9b549b064c40123ed6eb7e940a2957335f751a2c6718d0aeedb8e6bc Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 31 Mar 2020 08:07:49 +0000 Subject: [PATCH 1/2] Accepting request 789355 from home:DocB:branches:devel:openSUSE:Factory:rpmlint boo#1167431 OBS-URL: https://build.opensuse.org/request/show/789355 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=717 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 33414b9..5a27187 100644 --- a/config +++ b/config @@ -184,6 +184,7 @@ setOption('StandardGroups', ( 'ntp', 'oinstall', 'openvswitch', + 'orthanc', 'ovirtagent', 'ceilometer', 'cinder', @@ -397,6 +398,7 @@ setOption('StandardUsers', ( 'octavia', 'openvswitch', 'oracle', + 'orthanc' 'otrs', 'ovirtagent', 'partimag', diff --git a/rpmlint.changes b/rpmlint.changes index 315a271..7e94bf6 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 27 16:59:18 UTC 2020 - Axel Braun + +- Bug 1167431 - AUDIT-0: User/group orthanc for rpmlint + ------------------------------------------------------------------- Thu Feb 20 14:05:50 UTC 2020 - Malte Kraus From f45585e94ca2880a30ecb4586f46b67f2cece0a4a335ed9868cd6b981cb42acd Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Tue, 31 Mar 2020 12:36:07 +0000 Subject: [PATCH 2/2] Accepting request 790149 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - Update to version master: * Whitelisting: avoid duplicate checks / error messages for the same files * Whitelisting: fix whitelisting checks when files are symbolic links * Mention upstream repo in README OBS-URL: https://build.opensuse.org/request/show/790149 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=718 --- _servicedata | 2 +- rpmlint-checks-master.tar.xz | 4 ++-- rpmlint.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_servicedata b/_servicedata index b3ced9d..398039b 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://github.com/openSUSE/rpmlint-tests.git 3ea152ba41f080462891f99711fee3712c56c8c7 https://github.com/openSUSE/rpmlint-checks.git - d26befa3c953dd4f96265bd58c6dad472a6ea512 \ No newline at end of file + 00c0040faa30370f367de0d2bec3e7449db8c44b \ No newline at end of file diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz index 3a3727d..1bb1620 100644 --- a/rpmlint-checks-master.tar.xz +++ b/rpmlint-checks-master.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c64ecd1cb32d063d42574ee291e960dfdc5f5cd1c1ff6a0e24be50a89d0774d -size 28692 +oid sha256:894bf2d7d531c04f1e49c0a90ad0d69c859b7f6ecdbc1363ad2287fdd4d06233 +size 29240 diff --git a/rpmlint.changes b/rpmlint.changes index 7e94bf6..05aa2f2 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 31 11:52:38 UTC 2020 - matthias.gerstner@suse.com + +- Update to version master: + * Whitelisting: avoid duplicate checks / error messages for the same files + * Whitelisting: fix whitelisting checks when files are symbolic links + * Mention upstream repo in README + ------------------------------------------------------------------- Fri Mar 27 16:59:18 UTC 2020 - Axel Braun