Re: build rpm packages such as Redhat/Fedora

2010-11-14 Thread Garrett Holmstrom
On 11/13/2010 18:15, Christopher Stolzenberg wrote: yum install mock useradd mockbuild usermod -G mock mockbuild Unless you want to ``su'' to a dedicated mockbuild account every time you want to build you should add your usual account to the mock group instead. mock rebuild -r

build rpm packages such as Redhat/Fedora

2010-11-13 Thread Christopher Stolzenberg
Hello Fedora Devel List, Im a newcomer with mock and rpmbuild. How can I rebuild el6 packages such as Redhat? My idea would be yum install mock useradd mockbuild usermod -G mock mockbuild mock rebuild -r epel-6-x86_64 /home/mockbuild/kernel-2.6.32-71.7.1.el6.src.rpm Is that right? Should I