summaryrefslogtreecommitdiffstats
path: root/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'unicode')
-rw-r--r--unicode/ChangeLog4
-rw-r--r--unicode/courier-unicode.spec.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/unicode/ChangeLog b/unicode/ChangeLog
index dc030b8..3abc800 100644
--- a/unicode/ChangeLog
+++ b/unicode/ChangeLog
@@ -1,5 +1,9 @@
2.2
+2020-11-04 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * spec file: add BuildRequires: %{__make} (will be required in F34).
+
2020-07-11 Sam Varshavchik <mrsam@courier-mta.com>
* Implement bidirectional algorithm, canonical or equivalent character
diff --git a/unicode/courier-unicode.spec.in b/unicode/courier-unicode.spec.in
index 64c9420..f7d1eb6 100644
--- a/unicode/courier-unicode.spec.in
+++ b/unicode/courier-unicode.spec.in
@@ -9,6 +9,7 @@ Source: http://download.sourceforge.net/courier/courier-unicode-@VERSION@.tar.bz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
BuildRequires: gcc-c++
+BuildRequires: %{__make}
%package devel
Summary: Courier Unicode Library development files