SHA256
1
0
forked from pool/rpmlint

Accepting request 196707 from home:msmeissn:branches:devel:openSUSE:Factory:rpmlint

- allow pam_mate_keyring (same to gnome keyring) (bnc#831404)

OBS-URL: https://build.opensuse.org/request/show/196707
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=207
This commit is contained in:
Marcus Meissner 2013-08-29 16:06:22 +00:00 committed by Git OBS Bridge
parent 1ef8f2a98c
commit a29728ce0c
2 changed files with 7 additions and 0 deletions

2
config
View File

@ -680,6 +680,8 @@ setOption("PAMModules.WhiteList", (
"pam_chroot.so",
# pam_snapper (bnc#815383)
"pam_snapper.so",
# pam_mate_keyring.so (bnc#831404)
"pam_mate_keyring.so",
))
# Output filters

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 28 15:53:26 UTC 2013 - meissner@suse.com
- allow pam_mate_keyring (same to gnome keyring) (bnc#831404)
-------------------------------------------------------------------
Fri Aug 9 09:07:50 UTC 2013 - dmueller@suse.com