From 3ccd6f5b6cb32023b4c0415adf98b4b07deed2931fbc0eda331b1f3b47312d48 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 14 May 2012 14:48:11 +0000 Subject: [PATCH 1/2] - add 'mktex' group as used by texlive OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=111 --- config | 1 + rpmlint.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config b/config index a9124d8..8c74541 100644 --- a/config +++ b/config @@ -120,6 +120,7 @@ setOption('StandardGroups', ( 'mdom', 'memcached', 'messagebus', + 'mktex', 'modem', 'mumble-server', 'nagcmd', diff --git a/rpmlint.changes b/rpmlint.changes index f7a7026..b1d5f6a 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 14 14:47:25 UTC 2012 - lnussel@suse.de + +- add 'mktex' group as used by texlive + ------------------------------------------------------------------- Wed Mar 21 17:59:23 CET 2012 - dmueller@suse.de From 268b335d11bb6cc7555156253b122c1079d1b8e593604f52582a4b4f03c8ad3d Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 15 May 2012 14:33:11 +0000 Subject: [PATCH 2/2] - add texlive.texlive to whitelist (bnc#762144) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=112 --- CheckSUIDPermissions.py | 2 +- rpmlint.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CheckSUIDPermissions.py b/CheckSUIDPermissions.py index 16ea8d4..6521950 100644 --- a/CheckSUIDPermissions.py +++ b/CheckSUIDPermissions.py @@ -24,7 +24,7 @@ _permissions_d_whitelist = ( "sendmail.paranoid", "squid", "texlive", -"texlive.paranoid", +"texlive.texlive", ) class SUIDCheck(AbstractCheck.AbstractCheck): diff --git a/rpmlint.changes b/rpmlint.changes index b1d5f6a..5d17254 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 15 14:33:01 UTC 2012 - lnussel@suse.de + +- add texlive.texlive to whitelist (bnc#762144) + ------------------------------------------------------------------- Mon May 14 14:47:25 UTC 2012 - lnussel@suse.de