[latex2rtf/f21: 2/3] gawk includes /usr/bin/awk, not sure why I merged with awk directly

Christopher Meng cicku at fedoraproject.org
Thu Feb 19 13:06:40 UTC 2015


commit 75f8454451a3a9adb486f283b035a25c920975ea
Author: Christopher Meng <i at cicku.me>
Date:   Thu Feb 19 21:04:39 2015 +0800

    gawk includes /usr/bin/awk, not sure why I merged with awk directly

 latex2rtf.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/latex2rtf.spec b/latex2rtf.spec
index 25ba598..8eef96d 100644
--- a/latex2rtf.spec
+++ b/latex2rtf.spec
@@ -1,6 +1,6 @@
 Name:           latex2rtf
 Version:        2.3.8
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        LaTeX to RTF converter that handles equations, figures, and cross-references
 License:        GPLv2+
 URL:            http://latex2rtf.sourceforge.net/
@@ -27,7 +27,7 @@ BuildRequires:  man
 %else
 BuildRequires:  man2html-core
 %endif
-Requires:       awk
+Requires:       gawk
 Requires:       grep
 # For converting images, /usr/bin/convert
 Requires:       ImageMagick
@@ -103,6 +103,9 @@ fi
 %{_mandir}/man1/latex2rtf.1.*
 
 %changelog
+* Thu Feb 19 2015 Christopher Meng <rpm at cicku.me> - 2.3.8-5
+- Fix broken requires again.
+
 * Tue Feb 17 2015 Christopher Meng <rpm at cicku.me> - 2.3.8-4
 - Add missing requires again.
 


More information about the scm-commits mailing list