mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user