OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-463-gab01859
Gerrit Code Review
gerrit@openafs.org
Mon, 27 Apr 2026 11:59:15 -0400
The following commit has been merged in the master branch:
commit ab01859f59c89a4235d3d8de164ececa00d60960
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Sat Apr 25 10:36:01 2026 -0400
RedHat: Remove kmod debuginfo pkg on newer distros
Starting with RHEL 8 and Fedora 28, building the kmod debuginfo package
is done automaticaly when building the kmod package. Currently, we
always define an explicit separate debuginfo package for the kmod, which
is redundant, and generates numerous warnings because we're effectively
making the same package twice. For example:
$ make rpm
[...]
rpmbuild --rebuild [...] packages/openafs-*.src.rpm
[...]
package kmod-openafs-debuginfo already exists
File listed twice: /usr/lib/debug
File listed twice: /usr/lib/debug/.build-id/6b/160aa196a99d8416e273152499541bfbd8791b
File listed twice: /usr/lib/debug/.build-id/6b/160aa196a99d8416e273152499541bfbd8791b.debug
File listed twice: /usr/lib/debug/lib
File listed twice: /usr/lib/debug/lib/modules
File listed twice: /usr/lib/debug/lib/modules/6.12.0-124.49.1.el10_1.x86_64
[...]
Remove the explicit kmod debuginfo package for RHEL 8+ and Fedora 28+ to
avoid these warnings.
Change-Id: Ie0e18cb1f3eeaf6d2e77bf64bd65b1c0a0c614d1
Reviewed-on: https://gerrit.openafs.org/16776
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/packaging/RedHat/openafs-kmodtool | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository