public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/pypy3.11] rawhide: Rename rpmlintrc file to match package name
Date: Wed, 23 Sep 2026 21:48:51 GMT [thread overview]
Message-ID: <179020013191.1.7987293435539356656.rpms-pypy3.11-18c081d0184d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pypy3.11
Branch : rawhide
Commit : 18c081d0184dc64f30727286e32b3d6c09f457f5
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-09-23T19:24:25+00:00
Stats : +74/-74 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/pypy3.11/c/18c081d0184dc64f30727286e32b3d6c09f457f5?branch=rawhide
Log:
Rename rpmlintrc file to match package name
[skip changelog]
---
diff --git a/pypy3.10.rpmlintrc b/pypy3.10.rpmlintrc
deleted file mode 100644
index 8b50ec4..0000000
--- a/pypy3.10.rpmlintrc
+++ /dev/null
@@ -1,74 +0,0 @@
-# KNOWN BUGS:
-# https://bugzilla.redhat.com/show_bug.cgi?id=1489816
-addFilter(r'crypto-policy-non-compliance-openssl')
-
-
-# TESTS:
-addFilter(r'(zero-length|pem-certificate|uncompressed-zip) /usr/lib(64)?/pypy3\.\d+/test')
-
-
-# OTHER DELIBERATES:
-# chroot function
-addFilter(r'missing-call-to-chdir-with-chroot')
-
-# intentionally hardcoded
-addFilter(r'hardcoded-library-path in %{_prefix}/lib/(debug/%{_libdir}|pypy%{pyversion})')
-
-# we have non binary stuff, python files
-addFilter(r'only-non-binary-in-usr-lib')
-
-# some devel files that are deliberately needed
-addFilter(r'devel-file-in-non-devel-package /usr/include/pypy3\.\d+m?/pyconfig-(32|64)\.h')
-addFilter(r'devel-file-in-non-devel-package /usr/lib(64)?/pypy3\.\d+/distutils/tests/xxmodule\.c')
-addFilter(r'devel-file-in-non-devel-package /usr/lib(64)?/pypy3\.\d+/_.*test.*\.[ch]')
-
-# SORRY, NOT SORRY:
-# manual pages
-addFilter(r'no-manual-page-for-binary pypy(3(\.\d+)?)?')
-
-# missing documentation from subpackages
-addFilter(r'^pypy3(\.\d+)?-(debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation')
-
-# Obviously deliberately empty file(s)
-addFilter(r'hidden-file-or-dir /usr/lib(64)?/pypy3\.\d+/.*\.empty')
-
-# we have extra tokens at the end of %endif/%else directives, we consider them useful
-addFilter(r'extra tokens at the end of %(endif|else) directive')
-
-
-# RPMLINT IMPERFECTIONS
-# https://github.com/rpm-software-management/rpmlint/issues/123
-addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3393')
-# https://github.com/rpm-software-management/rpmlint/pull/133
-addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3394')
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1550562
-# https://github.com/rpm-software-management/rpmlint/issues/128
-addFilter(r'python-bytecode-inconsistent-mtime .* 1970')
-
-# debugsource
-addFilter(r'^pypy3(\.\d+)?-debugsource\.[^:]+: (E|W): no-documentation')
-
-# debuginfo
-addFilter(r'^pypy3(\.\d+)?-debuginfo\.[^:]+: (E|W): useless-provides debuginfo\(build-id\)')
-
-# we just don't have the macro installed when rpmlint runs, but the package is BuildRequired
-addFilter(r'Possible unexpanded macro in:\s+Requires:\s+emacs-filesystem')
-
-# this is OK for F28+
-addFilter(r'library-without-ldconfig-post')
-
-# debug package contains devel and non-devel files
-addFilter(r'pypy3(\.\d+)?-debug\.[^:]+: (E|W): (non-)?devel-file-in-(non-)?devel-package')
-
-# Python modules don't need to be linked against libc
-# Since 3.8 they are no longer linked against libpypy-c
-addFilter(r'(E|W): library-not-linked-against-libc /usr/lib(64)?/pypy3\.\d+/')
-addFilter(r'(E|W): shared-lib-without-dependency-information /usr/lib(64)?/pypy3\.\d+/')
-
-# specfile-errors are listed twice, once with reason and once without
-# we filter out the empty ones
-addFilter(r'\bpypy3(\.\d+)?\.(src|spec): (E|W): specfile-error\s+$')
-
-# SPELLING ERRORS
-addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')
diff --git a/pypy3.11.rpmlintrc b/pypy3.11.rpmlintrc
new file mode 100644
index 0000000..8b50ec4
--- /dev/null
+++ b/pypy3.11.rpmlintrc
@@ -0,0 +1,74 @@
+# KNOWN BUGS:
+# https://bugzilla.redhat.com/show_bug.cgi?id=1489816
+addFilter(r'crypto-policy-non-compliance-openssl')
+
+
+# TESTS:
+addFilter(r'(zero-length|pem-certificate|uncompressed-zip) /usr/lib(64)?/pypy3\.\d+/test')
+
+
+# OTHER DELIBERATES:
+# chroot function
+addFilter(r'missing-call-to-chdir-with-chroot')
+
+# intentionally hardcoded
+addFilter(r'hardcoded-library-path in %{_prefix}/lib/(debug/%{_libdir}|pypy%{pyversion})')
+
+# we have non binary stuff, python files
+addFilter(r'only-non-binary-in-usr-lib')
+
+# some devel files that are deliberately needed
+addFilter(r'devel-file-in-non-devel-package /usr/include/pypy3\.\d+m?/pyconfig-(32|64)\.h')
+addFilter(r'devel-file-in-non-devel-package /usr/lib(64)?/pypy3\.\d+/distutils/tests/xxmodule\.c')
+addFilter(r'devel-file-in-non-devel-package /usr/lib(64)?/pypy3\.\d+/_.*test.*\.[ch]')
+
+# SORRY, NOT SORRY:
+# manual pages
+addFilter(r'no-manual-page-for-binary pypy(3(\.\d+)?)?')
+
+# missing documentation from subpackages
+addFilter(r'^pypy3(\.\d+)?-(debug|tkinter|test|idle)\.[^:]+: (E|W): no-documentation')
+
+# Obviously deliberately empty file(s)
+addFilter(r'hidden-file-or-dir /usr/lib(64)?/pypy3\.\d+/.*\.empty')
+
+# we have extra tokens at the end of %endif/%else directives, we consider them useful
+addFilter(r'extra tokens at the end of %(endif|else) directive')
+
+
+# RPMLINT IMPERFECTIONS
+# https://github.com/rpm-software-management/rpmlint/issues/123
+addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3393')
+# https://github.com/rpm-software-management/rpmlint/pull/133
+addFilter(r'python-bytecode-wrong-magic-value .* expected 33\d\d \(3\.7\), found 3394')
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=1550562
+# https://github.com/rpm-software-management/rpmlint/issues/128
+addFilter(r'python-bytecode-inconsistent-mtime .* 1970')
+
+# debugsource
+addFilter(r'^pypy3(\.\d+)?-debugsource\.[^:]+: (E|W): no-documentation')
+
+# debuginfo
+addFilter(r'^pypy3(\.\d+)?-debuginfo\.[^:]+: (E|W): useless-provides debuginfo\(build-id\)')
+
+# we just don't have the macro installed when rpmlint runs, but the package is BuildRequired
+addFilter(r'Possible unexpanded macro in:\s+Requires:\s+emacs-filesystem')
+
+# this is OK for F28+
+addFilter(r'library-without-ldconfig-post')
+
+# debug package contains devel and non-devel files
+addFilter(r'pypy3(\.\d+)?-debug\.[^:]+: (E|W): (non-)?devel-file-in-(non-)?devel-package')
+
+# Python modules don't need to be linked against libc
+# Since 3.8 they are no longer linked against libpypy-c
+addFilter(r'(E|W): library-not-linked-against-libc /usr/lib(64)?/pypy3\.\d+/')
+addFilter(r'(E|W): shared-lib-without-dependency-information /usr/lib(64)?/pypy3\.\d+/')
+
+# specfile-errors are listed twice, once with reason and once without
+# we filter out the empty ones
+addFilter(r'\bpypy3(\.\d+)?\.(src|spec): (E|W): specfile-error\s+$')
+
+# SPELLING ERRORS
+addFilter(r'spelling-error .* en_US (bytecode|pyc|filename|tkinter|namespaces|pytest) ')
reply other threads:[~2026-09-23 21:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179020013191.1.7987293435539356656.rpms-pypy3.11-18c081d0184d@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox