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