public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel9: fix FTBFS, rely on PATH to run hardlink
@ 2026-07-30 15:34 Michal Schmidt
0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-30 15:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel9
Commit : 5f7288f52a381ae63e87da44e7ea70d14a84d6b4
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2019-08-01T12:47:17+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/5f7288f52a381ae63e87da44e7ea70d14a84d6b4?branch=epel9
Log:
fix FTBFS, rely on PATH to run hardlink
In F31 hardlink was merged into util-linux and it is now in /usr/bin.
---
diff --git a/icecream.spec b/icecream.spec
index fbd9efe..f8d6eb0 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -139,7 +139,7 @@ for selinuxvariant in %{selinux_variants}; do
%{buildroot}/%{_datadir}/selinux/${selinuxvariant}/icecream.pp
done
# Hardlink identical policy module packages together
-/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
+hardlink -cv %{buildroot}%{_datadir}/selinux
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 15:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:34 [rpms/icecream] epel9: fix FTBFS, rely on PATH to run hardlink Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox