Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 238 Bytes

RPM.org

File metadata and controls

13 lines (12 loc) · 238 Bytes

RPM

源码RPM

sudo yum install -y yum-utils rpm-build
yumdownloader --source kernel
rpm -ivh ./kernel*.rpm
sudo yum-builddep kernel
cd rpmbuild/SPECS
# Apply patches
rpmbuild -bp kernel.spec