#11 rpmlint.config: corrected typo in bad_crypto_warning for gnutls
Merged 4 years ago by tibbs. Opened 4 years ago by nmav.
rpms/ nmav/rpmlint tmp-rpmlint-fix  into  master

file modified
+1 -1
@@ -472,7 +472,7 @@ 

                                         'description' : bad_crypto_warning},

                    'crypto-policy-non-compliance-gnutls-2' :

                                        {'f_name' : 'gnutls_priority_init',

-                                        'good_param' : 'SYSLOG',

+                                        'good_param' : 'SYSTEM',

                                         'description' : bad_crypto_warning}

                   }

  setOption("WarnOnFunction", call_blacklist)

This corrects a typo in rpmlint.config

Pull-Request has been merged by tibbs

4 years ago

Wow, I completely flaked on the repository this was in. The PR notice was right in the middle of a bunch notifications from the packaging-committee repository, and I didn't even notice that this was a different repository. I thought this was changing an example in the packaging guidelines.

So, uh, it still seems OK to me but... feel free to revert. I'm also not sure if rawhide should get bumped or if this should get pulled back to any release branches.

Seems fine to me. I probably would have merged it eventually.