On Aug 7, 2014, at 10:07 AM, Mauricio Tavares raubvogel@gmail.com wrote:
[root@testcentos sssd]# rpm -qlp sssd-1.9.2-129.el6_5.4.x86_64.rpm |grep sssd.conf /etc/sssd/sssd.conf /usr/share/man/ja/man5/sssd.conf.5.gz /usr/share/man/man5/sssd.conf.5.gz [root@testcentos sssd]# /usr/share/man/uk/man5/sssd.conf.5.gz
But it does not feel particularly eager to give it to me:
[root@testcentos sssd]# rpm2cpio sssd-1.9.2-129.el6_5.4.x86_64.rpm | cpio -ivd etc/sssd/sssd.conf 25006 blocks [root@testcentos sssd]# ls sssd-1.9.2-129.el6_5.4.x86_64.rpm [root@testcentos sssd]#
Probably because the file is defined in the spec file as:
%ghost %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sssd/sssd.conf
Which means that while it's "owned" by the package, it doesn't actually include the file (%ghost).
-- Jonathan Billings billings@negate.org