Silence rpmlint warnings about non-issues

Rename rpmlint.cf to epel-rpm-macros.rpmlintrc so `fedpkg lint` will
read it.  Escape a stray '%' in %changelog.
epel9
Todd Zullinger 4 years ago
parent 3524d18e09
commit 3cb4370ece

@ -0,0 +1,5 @@
addFilter("epel-rpm-macros\.src: W: strange-permission cmake-(build|configure|install) 755")
addFilter("epel-rpm-macros\.src: W: strange-permission gpgverify 755")
addFilter("no-%build-section")
addFilter("no-documentation")
addFilter("only-non-binary-in-usr-lib")

@ -88,6 +88,7 @@ install -Dpm 644 %{SOURCE24} \
* Sat May 01 2021 Todd Zullinger <tmz@pobox.com> - 8-20 * Sat May 01 2021 Todd Zullinger <tmz@pobox.com> - 8-20
- Backport %%gpgverify API simplification - Backport %%gpgverify API simplification
- Remove exec perms from /etc/rpm/macros.zzz-epel-override-cmake - Remove exec perms from /etc/rpm/macros.zzz-epel-override-cmake
- Silence rpmlint warnings about non-issues
* Tue Dec 22 2020 Miro Hrončok <mhroncok@redhat.com> - 8-19 * Tue Dec 22 2020 Miro Hrončok <mhroncok@redhat.com> - 8-19
- Define %%python_disable_dependency_generator - Define %%python_disable_dependency_generator
@ -125,7 +126,7 @@ install -Dpm 644 %{SOURCE24} \
- Add the %%pycached macro - Add the %%pycached macro
* Fri Apr 03 2020 Troy Dawson <tdawson@redhat.com> - 8-9 * Fri Apr 03 2020 Troy Dawson <tdawson@redhat.com> - 8-9
- Add %qt5_qtwebengine_arches to macros - Add %%qt5_qtwebengine_arches to macros
* Thu Nov 21 2019 Troy Dawson <tdawson@redhat.com> - 8-8 * Thu Nov 21 2019 Troy Dawson <tdawson@redhat.com> - 8-8
- Bump release to be in sync with playground build. - Bump release to be in sync with playground build.

@ -1 +0,0 @@
addFilter("no-%build-section")
Loading…
Cancel
Save