Fixes https://bugzilla.redhat.com/show_bug.cgi?id=637955
Also while fixing this, I found that rpmbuild was broken due to missing includes in ini_config-devel spec. Patch is attached. O. -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420-532-294-558 cell: +420-736-417-909 ext: 82-62558 loc: 1/5C Brno 1 office irc: okos @ #brno
From e5198cb22083d9da949139b566288943b759afb8 Mon Sep 17 00:00:00 2001 From: Ondrej Kos <[email protected]> Date: Thu, 25 Oct 2012 11:13:08 +0200 Subject: [PATCH] Fixed libcollection dependency and header files inclusion Fixes https://bugzilla.redhat.com/show_bug.cgi?id=637955 Also while fixing this, I found that rpmbuild was broken due to missing includes in ini_config-devel spec. --- contrib/ding-libs.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/ding-libs.spec.in b/contrib/ding-libs.spec.in index 728fbfb497115cdd56e4e69bc9cab4f156cb2145..85d36637a5246b3f98f2fa74ed5d7d979cea9e02 100644 --- a/contrib/ding-libs.spec.in +++ b/contrib/ding-libs.spec.in @@ -284,6 +284,7 @@ Summary: Development files for libini_config Group: Development/Libraries License: LGPLv3+ Requires: libini_config = %{ini_config_version}-%{release} +Requires: libcollection-devel = %{collection_version}-%{release} Version: %{ini_config_version} %description -n libini_config-devel @@ -303,6 +304,8 @@ structure %files -n libini_config-devel %defattr(-,root,root,-) %{_includedir}/ini_config.h +%{_includedir}/ini_configobj.h +%{_includedir}/ini_valueobj.h %{_libdir}/libini_config.so %{_libdir}/pkgconfig/ini_config.pc %doc ini/doc/html/ -- 1.7.11.7
_______________________________________________ sssd-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
