From f9ba2a8876b318a588e32c39618561d39328870d Mon Sep 17 00:00:00 2001 From: motodiary Date: Thu, 25 Apr 2024 13:50:34 +0800 Subject: [PATCH] move autoreconf command from %prep to %build Signed-off-by: motodiary --- slurm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/slurm.spec b/slurm.spec index 918815e..abe8724 100644 --- a/slurm.spec +++ b/slurm.spec @@ -1,6 +1,6 @@ Name: slurm Version: 21.08.8 -%define rel 4 +%define rel 5 Release: %{rel}%{?dist} Summary: Slurm Workload Manager @@ -345,9 +345,9 @@ notifies slurm about failed nodes. %prep # when the rel number is one, the tarball filename does not include it %autosetup -n %{slurm_source_dir} -p1 -autoreconf -ivf %build +autoreconf -ivf %configure \ %{?_without_debug:--disable-debug} \ %{?_with_pam_dir} \ @@ -710,6 +710,9 @@ rm -rf %{buildroot} %systemd_postun_with_restart slurmdbd.service %changelog +* Thu Apr 25 2024 Xing Liu - 21.08.8-5 +- move autoreconf command from %prep to %build + * Fri Apr 19 2024 Xing Liu - 21.08.8-4 - add pgsql plugin. - add BuildRequires: gtk2-devel glib2-devel for autoreconf -- Gitee