From e4735c0145ada43a5057cb541ce41b89d5bd6142 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 28 May 2012 15:38:51 +0200 Subject: [PATCH] Fix handling of bundled gnulib in the spec file --- m4.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/m4.spec b/m4.spec index d6d10aa..dda5627 100644 --- a/m4.spec +++ b/m4.spec @@ -1,7 +1,7 @@ Summary: The GNU macro processor Name: m4 Version: 1.4.16 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz @@ -13,6 +13,9 @@ Patch0: m4-1.4.16-readlink-einval.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +# Gnulib bundled - the library has been granted an exception, see https://fedorahosted.org/fpc/ticket/174 +# Gnulib is not versioned, see m4 ChangeLog for approximate date of Gnulib copy +Provides: bundled(gnulib) %description A GNU implementation of the traditional UNIX macro processor. M4 is @@ -64,6 +67,10 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Mon May 28 2012 Vitezslav Crhonek - 1.4.16-4 +- Fix handling of bundled gnulib in the spec file + Resolves: #821777 + * Fri Jan 13 2012 Fedora Release Engineering - 1.4.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild