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.
How to detect if the rpm package installatio开发者_Python百科n\'s post install section code failed ?
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
Have generated rpm package with the spec file, where used Requires(post) to specify the required tools for the post installation section.
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
I\'ve created repository where I store my own packages. System uses my and some other public repositories.
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:
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
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
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