Quantcast
Channel: Michael Paquier » linux
Viewing all articles
Browse latest Browse all 12

RPM building

$
0
0
Here is a memo about RPM building in Linux environment. First is necessary an RPM-based distribution. The most famous are Fedora and CentOS. Let’s suppose you want to build your RPMs in the folder $RPMREPO. You need first the correct folder tree for package creation. mkdir $RPMREPO cp -r /usr/src/redhat/* $RPMREPO Then what is necessary [...]

Viewing all articles
Browse latest Browse all 12

Trending Articles