CentOS7 How to build an RPM in CentOS 7 Step 1 Install the required packages #yum install -y rpm-build make tree Step 2 Create the required directories #mkdir -p /project/my-rpm/{BUILD,RPMS,SOURCES,SPECS,SRPMS,tmp} # tree /project/
RHEL7 Spacewalk Installation & Configuration on CentOS 7 Spacewalk is an open source Linux systems management solution that can be used to create inventories of your systems, develop kick starts and deploy system wide configuration files. In this article we will look on how to install spacewalk on CentOS7.