fedora-devel-list
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Displaying %doc and language specific files of an rpm Till Maas Tue Dec 09 15:00:37 2008
On Mon December 1 2008, Panu Matilainen wrote:
> Docs, config files, ghosts and the like can be viewed with this ('d' is
> for doc):
> rpm -qp --qf "[%{fileflags:fflags} %{filenames}\n]" <pkg>
I want to extend this to display a "-> linktarget" if a file is a symlink.
This is what I tried, but it always adds the "->":
rpm -qp --qf "[%{filenames} %|filelinktos?{-> %{filelinktos}}:{}| \n]"
Do you know, how to make this work? I found the %|foo?{bar}:{baz}| syntax in
the queryformat doc file from rpm.
Regards,
Till
-- fedora-devel-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/fedora-devel-list
- Displaying %doc and language specific files of an rpm Till Maas
- Re: Displaying %doc and language specific files of an rpm Jesse Keating
- Re: Displaying %doc and language specific files of an rpm Panu Matilainen
- Re: Displaying %doc and language specific files of an rpm Till Maas <=
- Re: Displaying %doc and language specific files of an rpm Panu Matilainen