0d003b3 Fixed rpm build warning - extension.js listed twice

Authored and Committed by pvoborni 12 years ago
    Fixed rpm build warning - extension.js listed twice
    
    Building the ipa rpms returns this:
    warning: File listed twice: /usr/share/ipa/ui/extension.js
    
    This is because of a glob:
    %{_usr}/share/ipa/ui/*.js
    
    and then more specifically:
    %config(noreplace) %{_usr}/share/ipa/ui/extension.js
    
    https://fedorahosted.org/freeipa/ticket/2253
    
        
file modified
+2 -1
file modified
+1 -0
file modified
+1 -1
install/ui/ext/extension.js install/ui/extension.js
file renamed
file was renamed with no change to the file
file modified
+1 -1