Fix some rpmlint policy issues

This commit is contained in:
Neal Gompa 2021-12-07 08:07:36 -05:00
parent a80a7e3835
commit fe6868ba1e
2 changed files with 7 additions and 4 deletions

View File

@ -73,7 +73,7 @@ Filters = [
# '.*invalid-buildhost.*', # '.*invalid-buildhost.*',
'.*executable-in-library-package.*', '.*executable-in-library-package.*',
'.*non-versioned-file-in-library-package.*', '.*non-versioned-file-in-library-package.*',
# '.*shlib-policy-name-error.*', '.*shlib-policy-name-error.*',
# '.*hardcoded-path-in-buildroot-tag.*', # '.*hardcoded-path-in-buildroot-tag.*',
'.*no-buildroot-tag.*', '.*no-buildroot-tag.*',
# '.*cross-directory-hard-link.*', # '.*cross-directory-hard-link.*',
@ -352,4 +352,4 @@ To register the group, please make a pull request to the rpmlint config file
configs/Fedora/fedora.toml in the rpmlint repository. configs/Fedora/fedora.toml in the rpmlint repository.
''' '''
no-changelogname-tag = '''There is no changelog. Please insert a '%changelog' section heading in your no-changelogname-tag = '''There is no changelog. Please insert a '%changelog' section heading in your
spec file and prepare your changes file using e.g. the 'osc vc' command.''' spec file and prepare your changelog entry using e.g. the 'rpmdev-bumpspec' command.'''

View File

@ -2,7 +2,7 @@
Name: rpmlint Name: rpmlint
Version: 2.1.0 Version: 2.1.0
Release: 5%{?dist} Release: 6%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
License: GPLv2 License: GPLv2
URL: https://github.com/rpm-software-management/rpmlint URL: https://github.com/rpm-software-management/rpmlint
@ -76,6 +76,9 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysc
%{python3_sitelib}/rpmlint* %{python3_sitelib}/rpmlint*
%changelog %changelog
* Tue Dec 07 2021 Neal Gompa <ngompa@fedoraproject.org> - 2.1.0-6
- Fix some rpmlint policy issues
* Tue Oct 5 2021 Tom Callaway <spot@fedoraproject.org> - 2.1.0-5 * Tue Oct 5 2021 Tom Callaway <spot@fedoraproject.org> - 2.1.0-5
- add explicit Requires for pyenchant - add explicit Requires for pyenchant