public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/bind] rawhide: Fix bind-devel compat link
Date: Wed, 15 Jul 2026 10:01:32 GMT [thread overview]
Message-ID: <178410969289.1.7481363412138814135.rpms-bind-94cc562d6387@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-15 10:01 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=178410969289.1.7481363412138814135.rpms-bind-94cc562d6387@fedoraproject.org \
--to=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