Add BR for automake

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-09-17 20:55:55 +03:00
parent 65ff90f9f7
commit fa9c4a4ae8
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 5 additions and 1 deletions

View File

@ -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 <david.abdurachmanov@gmail.com> - 1.0.15-18.3.riscv64
- Add BR for automake
* Mon Sep 17 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.0.15-18.2.riscv64
- Rebuild build scripts