[Rpm-maint] [rpm-software-management/rpm] Can not parse CHANGELOGTEXT from the specfile (#1301)
Florian Festi
notifications at github.com
Fri Jul 10 14:25:31 UTC 2020
Looking at the code I understand why this may go wrong but I have not yet found why it worked before and what changed.
`rpm --specfile` is translated to `rpmspec -q`with popt aliases. By default rpmspec queries all generated sub packages. So I am kinda confused by you only get one line. Can you try `rpm -q --qf "%{NAME} %{CHANGELOGTEXT}\n" --specfile "docpkg.spec"
`, please?
Also as CHANGELOGTEXT is an string array the correct usage would be
`rpm -q --qf "[%{CHANGELOGTEXT}\n]" --specfile "docpkg.spec"`
but that still doesn't explain why this worked before.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1301#issuecomment-656703883
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200710/ab1bfa1d/attachment.html>
More information about the Rpm-maint
mailing list