!3 fix bug in make option

Merge pull request !3 from chengquan/develop
This commit is contained in:
openeuler-ci-bot 2020-01-16 21:01:54 +08:00 committed by Gitee
commit 286b32c95a

12
at.spec
View File

@ -1,6 +1,6 @@
Name: at Name: at
Version: 3.1.23 Version: 3.1.23
Release: 4 Release: 5
Summary: A job manager Summary: A job manager
License: GPLv3+, GPLv2+, ISC, MIT, Public Domain License: GPLv3+, GPLv2+, ISC, MIT, Public Domain
URL: http://ftp.debian.org/debian/pool/main/a/at 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 Patch15: at-3.1.23-document-n.patch
Patch16: at-3.1.20-log-jobs.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) BuildRequires: autoconf libselinux-devel >= 1.27.9 perl(Test::Harness) perl(Test::More)
%{?systemd_requires} %{?systemd_requires}
@ -53,7 +53,7 @@ rm -f lex.yy.* y.tab.*
--with-selinux \ --with-selinux \
--with-pam --with-pam
%make_build /usr/bin/make -O -j4 V=1 VERBOSE=1
%install %install
make install \ make install \
@ -125,6 +125,12 @@ chown root:root %{_localstatedir}/spool/at/.SEQ
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Thu Jan 16 2020 chengquan<chengquan3@huawei.com> - 3.1.23-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix bug in make option
* Thu Jan 16 2020 chengquan<chengquan3@huawei.com> - 3.1.23-4 * Thu Jan 16 2020 chengquan<chengquan3@huawei.com> - 3.1.23-4
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA