From 96596e6c1222b353a9fabe5b6ef0b1963d6e53b6 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 28 May 2021 10:13:36 +0800 Subject: [PATCH] Add automake BuildRequires to use the aclocal program --- cronie.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cronie.spec b/cronie.spec index 7ee550a..aaae81b 100644 --- a/cronie.spec +++ b/cronie.spec @@ -1,6 +1,6 @@ Name: cronie Version: 1.5.5 -Release: 2 +Release: 3 Summary: Standard UNIX daemon crond License: GPLv2+ and ISC URL: https://github.com/cronie-crond/cronie @@ -14,6 +14,7 @@ Patch3: Moved-CMDEND-code-to-outside-for-for-loop.patch Patch4: Ensure-the-command-name-is-not-null-before-logging-i.patch Patch5: Handle-out-of-memory-condition-from-mkprints-call.patch +BuildRequires: automake BuildRequires: gcc systemd libselinux-devel pam-devel audit-libs-devel git Requires: libselinux pam crontabs @@ -122,7 +123,10 @@ systemctl try-restart crond.service >/dev/null 2>&1 || : %changelog -* Mon Jun 29 2020 linwei - 1.5.5-2 +* Fri May 28 2021 panxiaohe - 1.5.5-3 +- Add automake BuildRequires to use the aclocal program + +* Mon Jun 29 2020 linwei - 1.5.5-2 - sync some patchs from community * Mon May 11 2020 openEuler Buildteam - 1.5.5-1