Re: rpm 5.1.9 issues on powerPC architecture

2016-04-12 Thread Rajul Bhavsar
Thanks Jeff. Please find answers inline. -Rajul On Tue, Apr 12, 2016 at 9:58 PM, Jeff Johnson <n3...@mac.com> wrote: > > On Apr 11, 2016, at 1:25 PM, Rajul Bhavsar wrote: > > Hi, > > We are trying to use rpm 5.1.9 on powerPC architecture. But, we see that > there are

rpm 5.1.9 issues on powerPC architecture

2016-04-11 Thread Rajul Bhavsar
Hi, We are trying to use rpm 5.1.9 on powerPC architecture. But, we see that there are issues with basic querying: $ rpm -qai rpm: -qai: unknown option $ When we try to query custom metadata (implemented using arbitrary tags) then also it is failing (giving output as *(none)*). We have proper

hard-linked files handling by rpm

2014-01-21 Thread Rajul Bhavsar
Hi, In my build root directory, I have created a file (say temp.txt) and then I created a hard-link to it (say temp1.txt). After this, I created rpm out of build root directory. On installing this rpm I see that i-node numbers of both files are same; that means rpm is aware of this hard-link and

Re: functionality opposite to --excludepath

2014-01-21 Thread Rajul Bhavsar
On Tue, Jan 21, 2014 at 10:10 PM, Jeffrey Johnson n3...@me.com wrote: On Jan 21, 2014, at 2:21 AM, Rajul Bhavsar rajulbhav...@gmail.com wrote: Hi, Does rpm5 provides selective installation of files that begins with a certain path? e.g. I want to install files beginning with /usr/lib

Re: hard-linked files handling by rpm

2014-01-21 Thread Rajul Bhavsar
On Tue, Jan 21, 2014 at 10:23 PM, Jeffrey Johnson n3...@me.com wrote: On Jan 21, 2014, at 3:03 AM, Rajul Bhavsar rajulbhav...@gmail.com wrote: Hi, In my build root directory, I have created a file (say temp.txt) and then I created a hard-link to it (say temp1.txt). After this, I created