From 2449b4d827f5402369ff9c41e66ea226710e520b Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 15 Mar 2012 09:47:18 +0100 Subject: 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 --- install/ui/ext/extension.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 install/ui/ext/extension.js (limited to 'install/ui/ext/extension.js') diff --git a/install/ui/ext/extension.js b/install/ui/ext/extension.js new file mode 100644 index 00000000..e69de29b -- cgit