From: Jan Stancek <[email protected]> redhat/kernel.spec: don't clear entire libdir when building tools
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. At the moment this actually doesn't delete anything so drop it. Signed-off-by: Jan Stancek <[email protected]> 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 @@ -3330,7 +3330,6 @@ 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} %find_lang cpupower mv cpupower.lang ../ %ifarch x86_64 -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3465 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
