On Wed, Mar 18, 2015 at 3:34 PM, stan <stanl-fedorau...@vfemail.net> wrote:
>
> Here's my Fedora rpmbuild procedure:
>
> I go to koji, the fedora central build repository for package
> maintainers, and download the src.rpm.
>
> http://koji.fedoraproject.org/koji/packageinfo?packageID=8
>
> I use rpm to install it into the ~/rpmbuild heirarchy as a user.
> rpm -ivh kernel-4.0.0-0.rc3.git1.1.fc22.src.rpm
>
> <snip>

You can also run (after doing the config and patching):

CONCURRENCY_LEVEL=$(getconf _NPROCESSORS_ONLN) INSTALL_MOD_STRIP=1 make rpm-pkg
sudo yum install ~/rpmbuild/RPMS/x86_64/kernel-4.0.0-rc4-1.x86_64.rpm
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to