public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bind] rawhide: Provide include file bind9/config.h again
@ 2026-08-25 19:32 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-25 19:32 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/bind
            Branch : rawhide
            Commit : 65771b447c5187f22c6845030151ad59a8534784
            Author : Petr Menšík <pemensik@redhat.com>
            Date   : 2026-08-25T14:36:15+02:00
            Stats  : +4/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/bind/c/65771b447c5187f22c6845030151ad59a8534784?branch=rawhide

            Log:
            Provide include file bind9/config.h again

It got removed somewhere in repeated rebasing process. Get it packaged
again, bind-dyndb-ldap cannot compile without it.

---
diff --git a/bind.spec b/bind.spec
index 37d3425..659d5c9 100644
--- a/bind.spec
+++ b/bind.spec
@@ -624,6 +624,10 @@ touch ${RPM_BUILD_ROOT}/%{chroot_prefix}%{_sysconfdir}/named.conf
 
 %make_install PROGRAM_SUFFIX="%{program_suffix}"
 
+# Provide again bind's config.h
+mkdir -p ${RPM_BUILD_ROOT}%{bind_include}/bind9
+sed -e 's/PACKAGE_/BIND9_/' config.h > ${RPM_BUILD_ROOT}%{bind_include}/bind9/config.h
+
 # Remove unwanted files
 rm -f ${RPM_BUILD_ROOT}/etc/bind.keys
 

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

only message in thread, other threads:[~2026-08-25 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 19:32 [rpms/bind] rawhide: Provide include file bind9/config.h again 

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