From fe6868ba1e7b6e84a1f4a101f2fd9f30406c788b Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 7 Dec 2021 08:07:36 -0500 Subject: [PATCH] Fix some rpmlint policy issues --- fedora.toml | 6 +++--- rpmlint.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/fedora.toml b/fedora.toml index fec4609..acf06c8 100644 --- a/fedora.toml +++ b/fedora.toml @@ -73,7 +73,7 @@ Filters = [ # '.*invalid-buildhost.*', '.*executable-in-library-package.*', '.*non-versioned-file-in-library-package.*', -# '.*shlib-policy-name-error.*', + '.*shlib-policy-name-error.*', # '.*hardcoded-path-in-buildroot-tag.*', '.*no-buildroot-tag.*', # '.*cross-directory-hard-link.*', @@ -266,7 +266,7 @@ Filters = [ ' ghost-files-without-postin', ' no-provides ', ' -debuginfo.* /usr/lib/debug/', - ' -debugsource.* /usr/src/debug/', + ' -debugsource.* /usr/src/debug/', '^gpg-pubkey:', ' doc-file-dependency .* /bin/sh$', 'explicit-lib-dependency (liberation-fonts|libertas-.*-firmware|libvirt$|.*-(java|python|utils)$)', @@ -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. ''' 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.''' diff --git a/rpmlint.spec b/rpmlint.spec index c6ab6d4..9f4a21a 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -2,7 +2,7 @@ Name: rpmlint Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool for checking common errors in RPM packages License: GPLv2 URL: https://github.com/rpm-software-management/rpmlint @@ -76,6 +76,9 @@ cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysc %{python3_sitelib}/rpmlint* %changelog +* Tue Dec 07 2021 Neal Gompa - 2.1.0-6 +- Fix some rpmlint policy issues + * Tue Oct 5 2021 Tom Callaway - 2.1.0-5 - add explicit Requires for pyenchant