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
This commit is contained in:
Petr Vobornik
2012-03-15 09:47:18 +01:00
parent 66692127c6
commit 2449b4d827
6 changed files with 19 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = 1.7
NULL =
SUBDIRS = \
ext \
images \
$(NULL)
@@ -20,7 +21,6 @@ app_DATA = \
dns.js \
entitle.js \
entity.js \
extension.js \
facet.js \
favicon.ico \
field.js \