From f1cdd68405db14bf2c00164b5ef7c3dcf30588ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 7 Apr 2017 15:51:41 +0200 Subject: [PATCH] Add eclipse-nls to additional packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For depsolving with YUM this has no effect, but will add the package to DNF based compose. YUM is matching the packages against NVR, so the `-*` at the end of the pattern matches version. DNF-based Pungi is only looking at package names. Signed-off-by: Lubomír Sedlář --- fedora.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora.conf b/fedora.conf index 3374f85..b7a5009 100644 --- a/fedora.conf +++ b/fedora.conf @@ -98,6 +98,7 @@ additional_packages = [ 'kernel*', 'dracut*', 'autocorr-*', + 'eclipse-nls', 'eclipse-nls-*', 'hunspell-*', 'hyphen-*',