From fa9c4a4ae81d29e4b66e687816458cd4a5270848 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 17 Sep 2018 20:55:55 +0300 Subject: [PATCH] Add BR for automake Signed-off-by: David Abdurachmanov --- apache-commons-daemon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec index b8ae715..85a849d 100644 --- a/apache-commons-daemon.spec +++ b/apache-commons-daemon.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.0.15 -Release: 18.2.riscv64%{?dist} +Release: 18.3.riscv64%{?dist} Summary: Defines API to support an alternative invocation mechanism License: ASL 2.0 Group: Applications/System @@ -27,6 +27,7 @@ BuildRequires: gcc BuildRequires: make # For autoreconf BuildRequires: autoconf +BuildRequires: automake %description The scope of this package is to define an API in line with the current @@ -114,6 +115,9 @@ install -Dpm 644 src/native/unix/jsvc.1 $RPM_BUILD_ROOT%{_mandir}/man1/jsvc.1 %changelog +* Mon Sep 17 2018 David Abdurachmanov - 1.0.15-18.3.riscv64 +- Add BR for automake + * Mon Sep 17 2018 David Abdurachmanov - 1.0.15-18.2.riscv64 - Rebuild build scripts