rpmbuild
How can I rebuild rpm package exclude some dependencies?
Have next kind of question. Wanna to rebuild garbage collector (gc-7.1-10.el6.src.rpm) and exclude ld-linux.so.2, ld-linux.so.2(GLIBC_2.3) & libpthread.so.0(GLIBC_2.3.2) dependencies.[详细]
2023-04-12 13:58 分类:问答How to detect rpm post scriptlet failure
How to detect if the rpm package installatio开发者_Python百科n\'s post install section code failed ?[详细]
2023-04-12 00:42 分类:问答Facing RPM build error on version update
Any idea about this RPM build error? I am doing version update and re-run RPM build. My SOURCES dir has a tar called electric-fence_2.1.13-0.1.tar.gz and patches, which i don\'t want to change the ori[详细]
2023-04-10 05:16 分类:问答RPM : How to get Requires(post) list
Have generated rpm package with the spec file, where used Requires(post) to specify the required tools for the post installation section.[详细]
2023-04-08 14:42 分类:问答Create RPM package with runtime libraries and executable file
I have created a C++ application under redhat linux environment. Beside this application, I have also created many *.so libraries required by the application. The created application uses some Boost C[详细]
2023-04-07 06:04 分类:问答Package updating another package from another repository
I\'ve created repository where I store my own packages. System uses my and some other public repositories.[详细]
2023-04-06 12:36 分类:问答rpmbuild: How can I use rpmbuild tell autoconf or configure to disable a flag?
I am running on a CentOS 5.7 system. I downloaded a source package and a .spec file from someone else. I am trying to build a RPM from the source using a vanilla command like:[详细]
2023-04-06 03:32 分类:问答Python RPM I built won't install
Because I have to install multiple versions of Python on multiple Oracle Linux servers which are built via a kickstart process, I wanted to build a python rpm for our yum repository.I was able to buil[详细]
2023-04-05 11:27 分类:问答how to update a pre-existing config file using rpmbuild?
I\'ve been looking into how to use an rpmbuild spec file to update an already existing config file. As an example, in my rpm I\'d like to add lines to a config file e.g. /etc/stunnel/stunnel[详细]
2023-04-05 00:09 分类:问答RPM upgrade uninstalls the RPM
I am upgrading our project RPM.The problem is when I upgrade from projectname-1.0-0 to projectname-1.0-1, it first installs the new project and uninstalls the old project, which, in overall view, remo[详细]
2023-04-05 00:02 分类:问答