From: Prarit Bhargava on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2255

There are several groups of warnings and output that should be fixed in
the kernel's rpm build commands.

1) The output of pathfix.py is too noisy.  Users do not need to see the
directory traversal messages, and only need to see files that were changed
(or not changed) by the script.

2) There is a vmlinux_decompressor error in !s390x builds.  This code
must only be executed on s390x builds.

3) There are references to an old .tmp_versions directory that is no
longer used in the build.  These references can be removed entirely from
the tree.

4) There are "File listed twice" rpm build errors that occur because the
rpm spec's kernel-modules-internal section %files section lists them
twice.  Of course, they should only be listed once.

The four commits in this series fix the above four issues.

Test build: https://koji.fedoraproject.org/koji/taskinfo?taskID=96528106

Signed-off-by: Prarit Bhargava <pra...@redhat.com>

---
 redhat/scripts/mod/mod-denylist.sh |  11 -----------
 redhat/kernel.spec.template        |  27 ++++++++++-----------------
 2 files changed, 10 insertions(+), 28 deletions(-)
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to