public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/slurm] epel10: Stop using autotools macros that were removed from rpm
@ 2026-07-22  7:55 Philip Kovacs
  0 siblings, 0 replies; only message in thread
From: Philip Kovacs @ 2026-07-22  7:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/slurm
Branch : epel10
Commit : a4e1fabcab4841158253b95f30c4713c0ecfc105
Author : Philip Kovacs <pkdevel@yahoo.com>
Date   : 2019-06-19T00:31:49-04:00
Stats  : +7/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/slurm/c/a4e1fabcab4841158253b95f30c4713c0ecfc105?branch=epel10

Log:
Stop using autotools macros that were removed from rpm

---
diff --git a/slurm.spec b/slurm.spec
index 490db74..79528fb 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -12,7 +12,7 @@
 
 Name:           slurm
 Version:        19.05.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple Linux Utility for Resource Management
 License:        GPLv2 and BSD
 URL:            https://slurm.schedmd.com/
@@ -225,9 +225,9 @@ mkdir -p extras
 cp %SOURCE5 extras/%{name}-setuser.in
 
 %build
-%{__aclocal} -I auxdir
-%{__autoconf}
-%{__automake} --no-force
+aclocal -I auxdir
+autoconf
+automake --no-force
 # use -z lazy to allow dlopen with unresolved symbols
 %configure \
   LDFLAGS="$LDFLAGS -Wl,-z,lazy" \
@@ -731,6 +731,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %systemd_postun_with_restart slurmdbd.service
 
 %changelog
+* Wed Jun 19 2019 Philip Kovacs <pkdevel@yahoo.com> - 19.05.0-3
+- Stop using autotools macros that were removed from rpm
+
 * Sun Jun 9 2019 Philip Kovacs <pkdevel@yahoo.com> - 19.05.0-2
 - Exclude upstream-deprecated 32-bit architectures
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22  7:55 [rpms/slurm] epel10: Stop using autotools macros that were removed from rpm Philip Kovacs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox