summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2011-09-20 12:41:00 +0200
committerVitezslav Crhonek <vcrhonek@redhat.com>2011-09-20 12:41:00 +0200
commit4e8ea6fed94ec479754f20696e1f1e479d4f5313 (patch)
tree8acefb9d0787fb4c78c4750c43ded1bd438cb064 /m4.spec
parent2bbbe80b7718057d7f373825ce24337cecbfd5a9 (diff)
downloadm4-4e8ea6fed94ec479754f20696e1f1e479d4f5313.tar.gz
m4-4e8ea6fed94ec479754f20696e1f1e479d4f5313.tar.xz
m4-4e8ea6fed94ec479754f20696e1f1e479d4f5313.zip
Temporarily fix readlink test to accept EINVAL also
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/m4.spec b/m4.spec
index ff02399..c4c8602 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,12 +1,15 @@
Summary: The GNU macro processor
Name: m4
Version: 1.4.16
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3+
Group: Applications/Text
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
Source1: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz.sig
URL: http://www.gnu.org/software/m4/
+# Patch0: Temporary fix to avoid fails, already fixed in gnulib, this patch
+# should be removed after updating m4 to newer gnulib
+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
@@ -23,6 +26,7 @@ Install m4 if you need a macro processor.
%prep
%setup -q
+%patch0 -p1 -b .readlink-einval
chmod 644 COPYING
%build
@@ -60,6 +64,10 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Sep 20 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.16-2
+- Temporarily fix readlink test to accept EINVAL also
+ Resolves: #739189
+
* Wed Mar 02 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.16-1
- Update to m4-1.4.16