From df2d413b70ad7a6c76f8e86edcdf24b4e7a3a4de Mon Sep 17 00:00:00 2001 From: chengquan Date: Thu, 16 Jan 2020 20:56:04 +0800 Subject: [PATCH] fix bug in make option --- at.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/at.spec b/at.spec index 13480ac..d195a19 100644 --- a/at.spec +++ b/at.spec @@ -1,6 +1,6 @@ Name: at Version: 3.1.23 -Release: 4 +Release: 5 Summary: A job manager License: GPLv3+, GPLv2+, ISC, MIT, Public Domain URL: http://ftp.debian.org/debian/pool/main/a/at @@ -27,7 +27,7 @@ Patch14: at-3.1.20-lock-locks.patch Patch15: at-3.1.23-document-n.patch Patch16: at-3.1.20-log-jobs.patch -BuildRequires: gcc flex flex-static bison pam-devel smtpdaemon pam-devel +BuildRequires: gcc flex flex-static bison pam-devel smtpdaemon libffi BuildRequires: autoconf libselinux-devel >= 1.27.9 perl(Test::Harness) perl(Test::More) %{?systemd_requires} @@ -53,7 +53,7 @@ rm -f lex.yy.* y.tab.* --with-selinux \ --with-pam -%make_build +/usr/bin/make -O -j4 V=1 VERBOSE=1 %install make install \ @@ -125,6 +125,12 @@ chown root:root %{_localstatedir}/spool/at/.SEQ %{_mandir}/man*/* %changelog +* Thu Jan 16 2020 chengquan - 3.1.23-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix bug in make option + * Thu Jan 16 2020 chengquan - 3.1.23-4 - Type:bugfix - ID:NA