Re: [Freeipa-devel] [PATCH] Fixed rpm build warning - extension.js listed twice

2012-03-14 Thread Petr Vobornik
On 03/14/2012 04:06 PM, Petr Viktorin wrote: On 03/14/2012 03:40 PM, Petr Vobornik wrote: First, I have to say that I'm new to rpm specs and I don't like this patch but I don't have better solution. Problem: Building the ipa rpms returns this: warning: File listed twice: /usr/share/ipa/ui/exten

Re: [Freeipa-devel] [PATCH] Fixed rpm build warning - extension.js listed twice

2012-03-14 Thread Petr Viktorin
On 03/14/2012 03:40 PM, Petr Vobornik wrote: First, I have to say that I'm new to rpm specs and I don't like this patch but I don't have better solution. Problem: Building the ipa rpms returns this: warning: File listed twice: /usr/share/ipa/ui/extension.js Cause: This is because of a glob: %{_

[Freeipa-devel] [PATCH] Fixed rpm build warning - extension.js listed twice

2012-03-14 Thread Petr Vobornik
First, I have to say that I'm new to rpm specs and I don't like this patch but I don't have better solution. Problem: Building the ipa rpms returns this: warning: File listed twice: /usr/share/ipa/ui/extension.js Cause: This is because of a glob: %{_usr}/share/ipa/ui/*.js and then more specifi