How to detect if the rpm package installatio开发者_Python百科n\'s post install section code failed ?
is it possible to keep RPM from changing the permissions of a directory when an update is done. I.e. we have some directories that are needed for the application to work correctly. However the user mi
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
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
Not sure if this is the right place to post the question. I am trying to create rpm\'s for my project, this is the first time I am writing a spec file. When I am building the spec the file with the co
My goal is to come up with a spec file that defines subpackages dynamically. Currently, I have a macro defined in the spec file so that I can call it with different parameters to generate different %
While creating RPMs, the RPM spec files have a directive %defattr . I know that it defines the default attributes for the files that are installed by that RPM开发者_C百科. If I write the %defattr as b
Summary: A small lighttpd Name: lighttpd Version: 1.4.28 Release: 1000 License: LGPL Group: Applications/Webserver
How to update a RPM version? Shall i开发者_如何学JAVA just update it in my spec file and re-build the entire package?That would be the first step, yes. You may also have to download the new source. An