Is there any way to extract the spec file from rpm package ( I have only RPM file ) not by rpm --scripts -qp my-great-app-1.1.2.rpm
I woul开发者_如何学JAVAd like to use \'chkconfig --del NetworkManager\' command in the %install section of a rpm spec file. If I include this command the rpm is building fine but when I install that r
I need to build yum with a patch under Ubuntu 10.4 (reason being that i need a yum with chroot support for my vserver instance)
I\'m attempting to use the %{dist} tag in my 开发者_如何学CRPM spec file to provide distribution-specific dependencies between Fedora Core (e.g. fc12), CentOS 5 (e.g. el5) and Amazon\'s Linux AMI:
I am developing an RPM spec file for an in-house package. The package depends on libuuid, which is available as the libuuid package on Fedora, but there is no libuuid package for CentOS 5 in the stand
I am building a custom rpm to install apache, among other things.When i try and build i get the above error, and then it lists /httpd-2.2.17/ and all of its subfiles.
Can any one tell me how to create an rpm which would install another rpm,how to f开发者_C百科ind the spec file for this.Or please indicate the tutorial for building such a spec fileYou cannot. Specify
I finally got my program packaged in a RPM on Fedora 14 yesterday, and I thought that it would be easy to build it the same way on a CentOS 4.8 box. It turns out that the older version of rpm and dist
Background. $ rpmbuild --version RPM version 4.3.3 I am working on a spec file that needs to process a list of files in multiple scriptlets. DRY (don\'t repeat youself) has me defining the list once
I\'m trying to build my first RPM, but getting an error. My .rpmmarcos files looks like this: %packager Your Name