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/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/index.html') diff --git a/install/ui/index.html b/install/ui/index.html index 6b1be869..01335d75 100644 --- a/install/ui/index.html +++ b/install/ui/index.html @@ -44,7 +44,7 @@ - + -- cgit