Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 881041 Details for
Bug 1082763
include userspace tools/lib/lockdep in kernel-tools*
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
lockdep build/package for rawhide kernel.spec
k (text/plain), 1.37 KB, created by
Frank Ch. Eigler
on 2014-03-31 18:56:56 UTC
(
hide
)
Description:
lockdep build/package for rawhide kernel.spec
Filename:
MIME Type:
Creator:
Frank Ch. Eigler
Created:
2014-03-31 18:56:56 UTC
Size:
1.37 KB
patch
obsolete
>diff --git a/kernel.spec b/kernel.spec >index 5fc7e37642b2..4f2fba762ba0 100644 >--- a/kernel.spec >+++ b/kernel.spec >@@ -1681,6 +1681,9 @@ chmod +x tools/power/cpupower/utils/version-gen.sh > pushd tools/thermal/tmon/ > %{make} > popd >+pushd tools/lib/lockdep >+%{make} >+popd > %endif > > # In the modsign case, we do 3 things. 1) We check the "flavour" and hard >@@ -1816,6 +1819,10 @@ install -m644 %{SOURCE2001} %{buildroot}%{_sysconfdir}/sysconfig/cpupower > pushd tools/thermal/tmon > make INSTALL_ROOT=%{buildroot} install > popd >+pushd tools/lib/lockdep >+make DESTDIR=%{buildroot} libdir=%{_libdir} bindir=%{_bindir} install >+cp -a include/liblockdep %{buildroot}%{_includedir} >+popd > %endif > > %if %{with_bootwrapper} >@@ -1986,6 +1993,7 @@ fi > %{_mandir}/man8/turbostat* > %endif > %{_bindir}/tmon >+%{_bindir}/lockdep > %endif > > %if %{with_debuginfo} >@@ -1993,16 +2001,22 @@ fi > %defattr(-,root,root) > %endif > >-%ifarch %{cpupowerarchs} > %files -n kernel-tools-libs >+%ifarch %{cpupowerarchs} > %{_libdir}/libcpupower.so.0 > %{_libdir}/libcpupower.so.0.0.0 >+%endif >+%{_libdir}/liblockdep.so > > %files -n kernel-tools-libs-devel >+%ifarch %{cpupowerarchs} > %{_libdir}/libcpupower.so > %{_includedir}/cpufreq.h > %endif >-%endif # with_perf >+%{_includedir}/liblockdep >+%{_libdir}/liblockdep.a >+ >+%endif # with_tools > > # This is %%{image_install_path} on an arch where that includes ELF files, > # or empty otherwise.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1082763
: 881041