rpm-spec
How can I force Anaconda to install my package after coreutils?
I have a customized RPM that builds a set of subpackages. Each subpackage has a %post script in the spec file that is used to copy some symlinks to another folder:[详细]
2023-03-10 11:39 分类:问答How to override CONFIG_SITE in a spec file (best practice)
If a user attempting to build an rpm from a specfile has CONFIG_SITE set in the environment when running rpmbuild, and the specfile builds with \"./configure --prefix=/usr && make\", then the[详细]
2023-03-08 09:37 分类:问答RPM + rpm installation (not create directory according to SPEC)
I need advice about the following I build simple spec file and build rpm I transfer the new rpm to other Linux machine in order to install the new rpm[详细]
2023-02-27 02:54 分类:问答Side by side RPM versions
What is the \"right\" way, if any, to design RPMs so that multiple versions can be installed via YUM/RPM side by side without stomping on each other? For libraries, the right answer seems to be relate[详细]
2023-02-24 23:17 分类:问答extract the spec file from rpm package
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[详细]
2023-02-23 18:28 分类:问答Specifying RPM dependency as "one of the following"
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[详细]
2023-02-11 18:59 分类:问答rpmbuild error: Installed (but unpackaged) file(s) found
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.[详细]
2023-02-11 06:25 分类:问答Build rpm for packages
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[详细]
2023-02-09 18:39 分类:问答Distutils, older rpm, and customized spec file
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[详细]
2023-01-31 16:11 分类:问答OR dependencies in RPM?
Can I produce开发者_JAVA百科 an RPM package where several dependencies are listed in a choose-one-from-those manner? Reason why I\'m asking, my app needs a scalable Mincho-style Japanese font, and it[详细]
2023-01-30 07:49 分类:问答