From be18af57a7fe80fe22f5cb3cdcc363e25a3ab322 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 26 Nov 2018 19:21:47 +0530 Subject: [PATCH] Added Provides: bundled(gnulib) --- m17n-lib.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/m17n-lib.spec b/m17n-lib.spec index a64c13a..ccc9d02 100644 --- a/m17n-lib.spec +++ b/m17n-lib.spec @@ -3,7 +3,7 @@ Name: m17n-lib Version: 1.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multilingual text library License: LGPLv2+ @@ -19,6 +19,10 @@ BuildRequires: libXaw-devel libotf-devel BuildRequires: autoconf gettext-devel BuildRequires: automake libtool +# The upstream source contains part of gnulib +# library which includes directories intl and m4 +Provides: bundled(gnulib) + %if %{with anthy} BuildRequires: anthy-devel %endif @@ -112,6 +116,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/libm17n-gui.so.* %changelog +* Mon Nov 26 2018 Parag Nemade - 1.8.0-3 +- Added Provides: bundled(gnulib) + * Fri Jul 13 2018 Fedora Release Engineering - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild