public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bind] rawhide: Fix bind-devel compat link
@ 2026-07-15 10:01
0 siblings, 0 replies; only message in thread
From: @ 2026-07-15 10:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bind
Branch : rawhide
Commit : 94cc562d63874de562927ffb9a69b9c1172ba9a7
Author : Petr Menšík <pemensik@redhat.com>
Date : 2026-07-03T17:49:24+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bind/c/94cc562d63874de562927ffb9a69b9c1172ba9a7?branch=rawhide
Log:
Fix bind-devel compat link
It points to the non-existent directory. Correct the path to point to
actually used directory for headers.
---
diff --git a/bind.spec b/bind.spec
index ecd0d0d..c42fda4 100644
--- a/bind.spec
+++ b/bind.spec
@@ -991,13 +991,13 @@ fi
%post devel
%if "%{program_suffix}" != ""
- alternatives --install %{_includedir}/bind9 %{upname}-includedir %{_includedir}/bind-%{mver} %{alternatives_prio}
+ alternatives --install %{_includedir}/bind9 %{upname}-includedir %{bind_include} %{alternatives_prio}
%endif
%postun devel
%if "%{program_suffix}" != ""
if [ $1 -eq 0 ] ; then
- alternatives --remove %{upname}-includedir %{_includedir}/bind9
+ alternatives --remove %{upname}-includedir %{bind_include}
fi
%endif
%end
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 10:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 10:01 [rpms/bind] rawhide: Fix bind-devel compat link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox