summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-03-15 09:47:18 +0100
committerPetr Vobornik <pvoborni@redhat.com>2012-03-19 18:38:46 +0100
commit2449b4d827f5402369ff9c41e66ea226710e520b (patch)
treeba333f285975a13c711a0d1dae8f6f7d13501886 /freeipa.spec.in
parent66692127c6754e9123f6bb4eaab479284112b85a (diff)
downloadfreeipa-2449b4d827f5402369ff9c41e66ea226710e520b.tar.gz
freeipa-2449b4d827f5402369ff9c41e66ea226710e520b.tar.xz
freeipa-2449b4d827f5402369ff9c41e66ea226710e520b.zip
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
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index ba329ecec..de0c401b1 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -572,7 +572,8 @@ fi
%{_usr}/share/ipa/ui/*.svg
%{_usr}/share/ipa/ui/*.ttf
%{_usr}/share/ipa/ui/*.woff
-%config(noreplace) %{_usr}/share/ipa/ui/extension.js
+%dir %{_usr}/share/ipa/ui/ext
+%config(noreplace) %{_usr}/share/ipa/ui/ext/extension.js
%dir %{_usr}/share/ipa/ui/images
%{_usr}/share/ipa/ui/images/*.png
%{_usr}/share/ipa/ui/images/*.gif