the problem is quite easy to exhibit: rpm --eval \"%define xyz\" error: Macro %xyz has empty body i want to get the patch_level and echo_dist may return sles11 or sles11sp1, for sle1s11 i just want
Is it a good or a bad ide开发者_如何学JAVAa to package and deploy web applications in rpm format. Did anyone experiment with this. ?
In my install section of my rpm Spec file I h开发者_StackOverflowave a bunch of mkdir\'s to create the directories I need. The ones that don\'t have any files installed in them get pruned out in the e
The following code uses the rpm module to query the version of an installed package.What I would like to do is to query a set of packages specified by a glob, for example searchi开发者_JAVA技巧ng for
I\'m trying to build an RPM that will install file dependencies if they don\'t exist. Is there an RPM Spec Section that will be executed before the RPM checks for dependencies. (I\'m refering to file
Closed. This question is off-topic. It is not currently accepting answers. 开发者_JAVA技巧 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'ve read over this question and I think that is a great start, but I\'m looking for more insight. I have written an application using Python 2.6 and Django 1.2.1.
I\'m trying to find out how I can compare 2 lists of RPMS (Currently installed) and (Available in local repository) and see which RPMS are out of date. I\'ve been tinkering with regex but there are so
We have to compile binary RPMs for both architectures (i386 and x86_64) for centos. When we want to install both, we have conflicts on common files (like in /usr/include, /bin, ...)
I\'m working on an RPM spec for centos and it need开发者_开发百科s to install the shared libraries to /usr/lib64 if the arch is 64 bit and /usr/lib otherwise?That\'s not how it\'s supposed to work. It