I have two boxes that I\'m using to build a source rpm. One of them runs: /usr/lib/rpm/find-debu开发者_运维知识库ginfo.sh /usr/src/redhat/BUILD/name-of-package
I am trying to build a rpm but unfortunately in my build machine I only have limted permission, which means the operation in %install can\'t be done inside the build machine. How to build the package(
I am creating an RPM. This RPM will be packed with the CentOS ISO and will install when CentOs is installed. This can also be installed using normal rpm installation method. But rpm installation need
I am writing a .spec file for a rpm that is simply going to unpack a tar ball into some directory on the filesystem
Not really certain if this belongs here... but... I am successfully building an RPM for Centos, the problem is that it is a 32bit binary (don\'t ask..) - the requires part of the rpm spec only instal
I\'m a newbie and I\'m trying to write a python script to build rpm packages as part of an automated build system (Hudson).
for an r开发者_Python百科pm based system, I need to change a package with another package while installing the new one. fg, installation of package2.rpm shall uninstall package1.rpm and continue its i
So when I create a debian package, I am able to write a post-installation shell script that runs just fine. Currently mine is configured to do
I\'m modifying an automated build, and want to tell rpmbuild to use a specific build area when invoking it.
I have a target directory t开发者_如何学JAVAhat is checked into svn.I use the target as the --buildroot when I run rpmbuild.This causes rpmbuild to loose it mind because of the .svn directories in eac