diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec index 02c14f5..b8ae715 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.1.riscv64%{?dist} +Release: 18.2.riscv64%{?dist} Summary: Defines API to support an alternative invocation mechanism License: ASL 2.0 Group: Applications/System @@ -62,7 +62,9 @@ BuildArch: noarch %patch4 -p1 -b .riscv64 # Needed to get RISC-V (riscv64) support +pushd src/native/unix autoreconf -fiv +popd # remove java binaries from sources rm -rf src/samples/build/ @@ -112,7 +114,7 @@ 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.1.riscv64 +* Mon Sep 17 2018 David Abdurachmanov - 1.0.15-18.2.riscv64 - Rebuild build scripts * Mon Sep 17 2018 David Abdurachmanov - 1.0.15-18.0.riscv64