public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Philip Kovacs <pkdevel@yahoo.com>
To: git-commits@fedoraproject.org
Subject: [rpms/slurm] epel10: Stop using autotools macros that were removed from rpm
Date: Wed, 22 Jul 2026 07:55:07 GMT [thread overview]
Message-ID: <178470690786.1.17897848000274005126.rpms-slurm-a4e1fabcab48@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-22 7:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178470690786.1.17897848000274005126.rpms-slurm-a4e1fabcab48@fedoraproject.org \
--to=pkdevel@yahoo.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox