From: Jan Stancek <jstancek@xxxxxxxxxx> redhat/kernel.spec: don't clear entire libdir when building cpupower cpupower build commands currently clear out entire libdir, wiping out any other libraries that might be built before. It causes an issue for upcoming ynl subpackage, which also puts a library into libdir. Signed-off-by: Jan Stancek <jstancek@xxxxxxxxxx> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -3322,7 +3322,7 @@ rm -rf %{buildroot}%{_libdir}/libperf.a %if %{with_tools} %ifarch %{cpupowerarchs} %{make} -C tools/power/cpupower DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir} mandir=%{_mandir} CPUFREQ_BENCH=false install -rm -f %{buildroot}%{_libdir}/*.{a,la} +rm -f %{buildroot}%{_libdir}/cpupower*.{a,la} %find_lang cpupower mv cpupower.lang ../ %ifarch x86_64 -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3465 -- _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue