<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 14, 2014 at 7:30 PM, Jakub Hrozek <span dir="ltr">&lt;<a href="mailto:jhrozek@redhat.com" target="_blank">jhrozek@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fri, Jun 27, 2014 at 09:44:38AM +0300, Noam Meltzer wrote:<br>
&gt; ---<br>
&gt;  contrib/<a href="http://sssd.spec.in" target="_blank">sssd.spec.in</a> | 7 +++++++<br>
&gt;  1 file changed, 7 insertions(+)<br>
&gt;<br>
&gt; diff --git a/contrib/<a href="http://sssd.spec.in" target="_blank">sssd.spec.in</a> b/contrib/<a href="http://sssd.spec.in" target="_blank">sssd.spec.in</a><br>
&gt; index b5e7903..8d2f2be 100644<br>
&gt; --- a/contrib/<a href="http://sssd.spec.in" target="_blank">sssd.spec.in</a><br>
&gt; +++ b/contrib/<a href="http://sssd.spec.in" target="_blank">sssd.spec.in</a><br>
&gt; @@ -138,6 +138,11 @@ BuildRequires: systemd-devel<br>
&gt;  %if (0%{?with_cifs_utils_plugin} == 1)<br>
&gt;  BuildRequires: cifs-utils-devel<br>
&gt;  %endif<br>
&gt; +%if ((0%{?fedora} &gt;= 15) || (0%{?rhel} &gt;= 7))<br>
&gt; +BuildRequires: libnfsidmap-devel<br>
&gt; +%else<br>
&gt; +BuildRequires: nfs-utils-lib-devel<br>
&gt; +%endif<br>
&gt;<br>
&gt;  # RHEL 5 is too old to support samba4 and the PAC responder<br>
&gt;  %if !0%{?is_rhel5}<br>
&gt; @@ -451,6 +456,7 @@ autoreconf -ivf<br>
&gt;      --with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \<br>
&gt;      --enable-nsslibdir=/%{_lib} \<br>
&gt;      --enable-pammoddir=/%{_lib}/security \<br>
&gt; +    --enable-nfsidmaplibdir=%{_libdir}/libnfsidmap \<br>
&gt;      --disable-static \<br>
&gt;      --disable-rpath \<br>
&gt;      %{?with_ccache} \<br>
&gt; @@ -600,6 +606,7 @@ rm -rf $RPM_BUILD_ROOT<br>
&gt;  # 3rd party application libraries<br>
&gt;  %{_libdir}/sssd/modules/libsss_autofs.so<br>
&gt;  %{_libdir}/libsss_sudo.so<br>
&gt; +%{_libdir}/libnfsidmap/sss_nfs.so<br>
<br>
</div></div>Here I&#39;ve got a question, the directory %{_libdir}/libnfsidmap seems not<br>
to be owned by any package, at least on Fedora-20, however the<br>
individual files are:<br>
$ rpm -qf /usr/lib64/libnfsidmap/<br>
file /usr/lib64/libnfsidmap is not owned by any package<br>
$ rpm -qf /usr/lib64/libnfsidmap/nsswitch.so<br>
libnfsidmap-0.25-8.fc20.x86_64<br>
<br>
The reason I&#39;m curious is that initially I wanted to Require the package<br>
that owns this directory..<br>
<br>
Do you agree this is a packaging bug of libnfsidmap ?<br></blockquote><div><br></div><div>I agree</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Otherwise ACK to your patch.<br>
_______________________________________________<br>
sssd-devel mailing list<br>
<a href="mailto:sssd-devel@lists.fedorahosted.org">sssd-devel@lists.fedorahosted.org</a><br>
<a href="https://lists.fedorahosted.org/mailman/listinfo/sssd-devel" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/sssd-devel</a><br>
</blockquote></div><br></div></div>